TransportOrder Class |
Namespace: FactoryLogix.xTend.DataObjects
The TransportOrder type exposes the following members.
Name | Description | |
---|---|---|
![]() | TransportOrder | Initializes a new instance of the TransportOrder class |
Name | Description | |
---|---|---|
![]() | Description |
A human-friendly summary describing the nature of this transport order.
|
![]() | DestinationResource |
The name of the factory resource where the materials will be delivered (optional).
|
![]() | Id |
A unique identifier for this particular order (corresponds to the primary key in the FactoryLogix database)
|
![]() | Items |
A list of the materials to be picked and transported.
|
![]() | KitGroup | PickingLists may be broken down and organized into sub-lists identified by a kit group.
This property represents the kit group associated with this TransportOrder.
|
![]() | OrderNumber |
The text-based unique identifier used by operators to identify this TransportOrder.
|
![]() | OrderType |
An enumerated value indicating the type or kind of this TransportOrder.
|
![]() | Priority |
An enumerated value indicating the current priority for this TransportOrder.
|
![]() | PriorityCategoryID |
A unique identifier for this particular PriorityCategory (corresponds to the primary key in the PriorityCategories table)
|
![]() | ReservationId |
The 128-bit unique identifier of the reservation that is associated with this TransportOrder.
TransportOrders sharing common reservations are related.
|
![]() | SourceResource |
The name of the factory resource where the materials will picked. This corresponds to the name
of the stock area where the materials are located.
|
![]() | Status |
An enumerated value indicating the current status or condition of this TransportOrder.
|