Click or drag to resize

TransportOrderSortFieldNames Enumeration

An enumeration describing the fields that may be sorted by during TransportOrder related searches

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 TransportOrderSortFieldNames
Members
  Member nameValueDescription
Priority1 Sort by transport order priority (TransportOrderPriority).
ExecutionTime2 Sort by transport order execution time.
DestinationResource3 Sort by the destination resource of the transport order.
SourceResource4 Sort by the source resource (stock name) of the transport order.
ReservationName5 Sort by the name of the transport order's reservation.
See Also