Click or drag to resize

TransportOrder Class

Represents a list of specific materials (Items) that are to be picked and transported to a specific destination (typically on the factory floor).
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsTransportOrder

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax
public class TransportOrder

The TransportOrder type exposes the following members.

Constructors
  NameDescription
Public methodTransportOrder
Initializes a new instance of the TransportOrder class
Top
Properties
  NameDescription
Public propertyDescription
A human-friendly summary describing the nature of this transport order.
Public propertyDestinationResource
The name of the factory resource where the materials will be delivered (optional).
Public propertyId
A unique identifier for this particular order (corresponds to the primary key in the FactoryLogix database)
Public propertyItems
A list of the materials to be picked and transported.
Public propertyKitGroup
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.
Public propertyOrderNumber
The text-based unique identifier used by operators to identify this TransportOrder.
Public propertyOrderType
An enumerated value indicating the type or kind of this TransportOrder.
Public propertyPriority
An enumerated value indicating the current priority for this TransportOrder.
Public propertyPriorityCategoryID
A unique identifier for this particular PriorityCategory (corresponds to the primary key in the PriorityCategories table)
Public propertyReservationId
The 128-bit unique identifier of the reservation that is associated with this TransportOrder. TransportOrders sharing common reservations are related.
Public propertySourceResource
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.
Public propertyStatus
An enumerated value indicating the current status or condition of this TransportOrder.
Top
See Also