TransportOrderItem Properties |
The TransportOrderItem type exposes the following members.
Name | Description | |
---|---|---|
Id |
A unique identifier for this particular item (corresponds to the primary key in the FactoryLogix database)
| |
ItemQuantity |
The current quantity of the Item being picked.
| |
PartId |
The 128-bit unique identifier of the InternalPart of the Item to be picked.
| |
PartNumber |
The internal part number of the Item to be picked.
| |
PickingListItemIDs |
A list of 128-bit identifiers indicating the PickingListItems that are associated with this TransportOrderItem.
| |
RequiredQuantity |
The quantity of this Item that is necessary to fulfill the order.
| |
ReservationType |
An enumerated value indicating the type or kind of reservation for this item.
| |
ReservedQuantity |
The quantity of this Item that was reserved for the order.
| |
Sequence |
Describes the order in which this TransportOrderItem should be picked relative to the other items
on the TransportOrder.
| |
Status |
An enumerated value indicating the current status or condition of this TransportOrderItem.
| |
StockLocation |
The name of the stock location where this material will be picked. This corresponds to the name
of the stock location where the material is located.
This is a read-only property that is maintained by the system and may not be directly adjusted.
| |
UID |
The text-based identifier (UID) of the Item to be picked.
| |
UnitOfIssue |
The name or abbreviation of the Unit that ItemQuantity, RequiredQuantity, and ReservedQuantity are measured in.
The string value of this property must align with one of the pre-configured unit names
assigned to this attribute via the unit of measure property in the FactoryLogix configuration.
|