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.245.0.0 (8.245.0.0)
Syntax public enum TransportOrderSortFieldNames
Public Enumeration TransportOrderSortFieldNames
public enum class TransportOrderSortFieldNames
type TransportOrderSortFieldNames
Members
| Member name | Value | Description |
---|
| Priority | 1 |
Sort by transport order priority (TransportOrderPriority).
|
| ExecutionTime | 2 |
Sort by transport order execution time.
|
| DestinationResource | 3 |
Sort by the destination resource of the transport order.
|
| SourceResource | 4 |
Sort by the source resource (stock name) of the transport order.
|
| ReservationName | 5 |
Sort by the name of the transport order's reservation.
|
See Also