TransportOrderFieldNames Enumeration |
An enumeration describing the fields that may be searched for 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 TransportOrderFieldNames
Public Enumeration TransportOrderFieldNames
public enum class TransportOrderFieldNames
type TransportOrderFieldNames
Members
| Member name | Value | Description |
---|
| TransportOrderNumber | 1 |
Search by transport order number.
|
| BatchName | 2 |
Search by Batch name.
|
| BatchId | 3 |
Search by Batch Id.
|
| Status | 4 |
Search by transport order status (TransportOrderStatus).
|
| OrderType | 5 |
Search by transport order type or kind (TransportOrderType).
|
| Priority | 6 |
Search by transport order priority (TransportOrderPriority).
|
| ReservationName | 7 |
Search by the name of the transport order's reservation.
|
| SourceResource | 8 |
Search by the source resource (stock name) of the transport order.
|
| DestinationResource | 9 |
Search by the destination resource of the transport order.
|
See Also