TransportOrderStarted Class |
Sent when a new transport order is initiated. A transport order is a directive to move
materials / WIP / production units from one location to another.
{
"TransportOrderId": "TR329483249830000",
"StartedBy": {
"OperatorIdentifier": "BADGE4485",
"ActorType": "Human",
"LastName": "Smith",
"FirstName": "Bill",
"LoginName": "bill.smith@domain1.com"
},
"Comments": "Initiating new transport order. Waiting to be kitted.",
"Status": "Pending",
"RelatedWorkOrderId": "WO2384702937403280032",
"Source": null,
"FinalDestination": "LINE1",
"NextCheckpoint": "SMT STAGING AREA 1",
"Materials": []
}
Inheritance Hierarchy Namespace: CFX.Materials.TransportAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic class TransportOrderStarted : CFXMessage
Public Class TransportOrderStarted
Inherits CFXMessage
The TransportOrderStarted type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | Comments |
Human readable comments related to this event
|
 | FinalDestination |
The final destination for this transport order
|
 | Materials |
A list of the specific materials, WIP, and / or production units that are to be
transported for this transport order.
|
 | NextCheckpoint |
The next anticipated check point (way point) for this transport order
|
 | RelatedWorkOrderId |
The related production work order number (where applicable)
|
 | Source |
The point of origination for this this transport order. Often
will be a stock area, room, etc., but may be any location within
the factory environment
|
 | StartedBy |
The operator who initiated the new transport order (optional, where applicable)
|
 | Status |
The status of this transport order at the time of the event
|
 | TransportOrderId |
The order number of the new transport order
|
Top
See Also