Click or drag to resize

TransportOrderType Enumeration

An enumeration indicating the type of kind of a TransportOrder.

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public enum TransportOrderType
Members
  Member nameValueDescription
None0 No type has been specified.
ProductionBatch1 The order is associated with a production order (batch), and represents materials that must be delivered to the production floor for this batch.
MissingParts2 The order represents a list of materials that are needed, but presently unavailable.
Unplanned3 The order represents a scheduled production order (batch) that has not yet been planned.
ReOrder4 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).
AutomatedReOrder5 The order represents materials that must be delivered to Kanban stock location as part of a "pull" based inventory operation.
MissingReOrder6 The order represents a list of materials that are needed by a re-order, but presently unavailable.
Generic7 This is a generic (multi-purpose) transport order, not associated with a production order (batch). For example, this might be a shipping transport order.
Staging8 The order represents a list of materials that are being transported to a designated staging area.
See Also