Click or drag to resize

TransportOrderItem Properties

The TransportOrderItem type exposes the following members.

Properties
  NameDescription
Public propertyId
A unique identifier for this particular item (corresponds to the primary key in the FactoryLogix database)
Public propertyItemQuantity
The current quantity of the Item being picked.
Public propertyPartId
The 128-bit unique identifier of the InternalPart of the Item to be picked.
Public propertyPartNumber
The internal part number of the Item to be picked.
Public propertyPickingListItemIDs
A list of 128-bit identifiers indicating the PickingListItems that are associated with this TransportOrderItem.
Public propertyRequiredQuantity
The quantity of this Item that is necessary to fulfill the order.
Public propertyReservationType
An enumerated value indicating the type or kind of reservation for this item.
Public propertyReservedQuantity
The quantity of this Item that was reserved for the order.
Public propertySequence
Describes the order in which this TransportOrderItem should be picked relative to the other items on the TransportOrder.
Public propertyStatus
An enumerated value indicating the current status or condition of this TransportOrderItem.
Public propertyStockLocation
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.
Public propertyUID
The text-based identifier (UID) of the Item to be picked.
Public propertyUnitOfIssue
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.
Top
See Also