Click or drag to resize

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.242.0.0 (8.242.0.0)
Syntax
public enum TransportOrderFieldNames
Members
  Member nameValueDescription
TransportOrderNumber1 Search by transport order number.
BatchName2 Search by Batch name.
BatchId3 Search by Batch Id.
Status4 Search by transport order status (TransportOrderStatus).
OrderType5 Search by transport order type or kind (TransportOrderType).
Priority6 Search by transport order priority (TransportOrderPriority).
ReservationName7 Search by the name of the transport order's reservation.
SourceResource8 Search by the source resource (stock name) of the transport order.
DestinationResource9 Search by the destination resource of the transport order.
See Also