Click or drag to resize

TransportOrderItemStatus Enumeration

An enumeration indicating the current status of a particular item on a TransportOrder.

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax
public enum TransportOrderItemStatus
Members
  Member nameValueDescription
None0 The status has not been set, and is not known.
Pending1 The item has not yet been picked.
Picked2 The item has been picked.
Swapped3 A substitute item was picked.
Short4 The item was not picked (Item and substitutes all unavailable), and the order will be delivered to its destination "short".
Deleted5 The item was removed from the TransportOrder.
See Also