TransportOrderType Enumeration |
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 TransportOrderType
Public Enumeration TransportOrderType
public enum class TransportOrderType
Members
| Member name | Value | Description |
---|
| None | 0 |
No type has been specified.
|
| ProductionBatch | 1 |
The order is associated with a production order (batch), and represents
materials that must be delivered to the production floor for this batch.
|
| MissingParts | 2 |
The order represents a list of materials that are needed, but presently unavailable.
|
| Unplanned | 3 |
The order represents a scheduled production order (batch) that has not yet been planned.
|
| ReOrder | 4 |
The order represents a additional materials that are needed on the production floor
which were not dispatched with the initial kit for a production order (batch).
|
| AutomatedReOrder | 5 |
The order represents materials that must be delivered to Kanban stock location
as part of a "pull" based inventory operation.
|
| MissingReOrder | 6 |
The order represents a list of materials that are needed by a re-order, but presently unavailable.
|
| Generic | 7 |
This is a generic (multi-purpose) transport order, not associated with a production order (batch).
For example, this might be a shipping transport order.
|
| Staging | 8 |
The order represents a list of materials that are being transported to a designated staging area.
|
See Also