Click or drag to resize

PackoutServices Class

Provides services which allow API consumers access packing lists, and execute pack-out functions. This allows finished goods and other materials to be packed into containers for shipment, storage, or other purposes.
Inheritance Hierarchy
SystemObject
  xTendServicesBase
    FactoryLogix.xTend.ProductionPackoutServices

Namespace:  FactoryLogix.xTend.Production
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class PackoutServices : xTendServicesBase

The PackoutServices type exposes the following members.

Constructors
  NameDescription
Public methodPackoutServices
Initializes a new instance of the PackoutServices class
Top
Methods
  NameDescription
Public methodGetGlobalPackingList
Retreives a pre-configured, global PackingList based on the display name of the global pack-out operation.
Public methodGetPackingList
Retreives a pre-configured PackingList based on the Operation (and optionally the Step) that has be configured for pack-out within a Process definition. If the stepId parameter is null, the PackingList associated with the first pack-out step of the Operation will be returned.
Public methodPackItem
Validates an Item (optional), then packs it into a packing container (box).
Public methodUnpackItem
Unpacks (removes) an Item from a cotainer (box).
Top
See Also