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
Public Enumeration TransportOrderItemStatus
public enum class TransportOrderItemStatus
type TransportOrderItemStatus
Members
| Member name | Value | Description |
---|
| None | 0 |
The status has not been set, and is not known.
|
| Pending | 1 |
The item has not yet been picked.
|
| Picked | 2 |
The item has been picked.
|
| Swapped | 3 |
A substitute item was picked.
|
| Short | 4 |
The item was not picked (Item and substitutes all unavailable), and the order will be delivered
to its destination "short".
|
| Deleted | 5 |
The item was removed from the TransportOrder.
|
See Also