Click or drag to resize

PackingList Class

Represents a list of parts and materials that are to be packed into containers for shipping, storage, or any other purpose.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsPackingList

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class PackingList

The PackingList type exposes the following members.

Constructors
  NameDescription
Public methodPackingList
Initializes a new instance of the PackingList class
Top
Properties
  NameDescription
Public propertyBoxTypeName
The type of box or container to be used when packing items on this packing list.
Public propertyDescription
A human-friendly summary of the packing list, if applicable.
Public propertyId
An optional unique identifier (Id property) of the global packout associated with this packing list.
Public propertyItems
A list of PackingListItems describing the items to be packed.
Public propertyLabelTemplate
The label template that will be used to print a label to be affixed to the shipping container after packing.
Public propertyName
The display name of the packing list, if applicable.
Public propertyOperationId
An optional unique identifier (Id property) of the Operation associated with this packing list. A Global packout will not be associated to a Operation.
Public propertyStepId
An optional unique identifier (Id property) of the Operation associated with this packing list. A Global packout will not be associated to a Step.
Top
See Also