Click or drag to resize

TransportOrderStarted Class

[This is preliminary documentation and is subject to change.]

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.
{
  "TransportOrderNumber": "TR329483249830000",
  "StartedBy": {
    "OperatorIdentifier": "2252e28d-102c-4ec1-9f14-1981c1191b95",
    "ActorType": "Human",
    "FullName": "Bill Smith",
    "LastName": "Smith",
    "FirstName": "Bill",
    "LoginName": "bill.smith@domain1.com"
  },
  "Comments": "Initiating new transport order.  Waiting to be kitted.",
  "Status": "Pending",
  "RelatedWorkOrderNumber": "WO2384702937403280032",
  "Source": null,
  "FinalDestination": "LINE1",
  "NextCheckpoint": "SMT STAGING AREA 1",
  "Materials": []
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Materials.TransportTransportOrderStarted

Namespace:  CFX.Materials.Transport
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class TransportOrderStarted : CFXMessage

The TransportOrderStarted type exposes the following members.

Constructors
  NameDescription
Public methodTransportOrderStarted
Top
Properties
  NameDescription
Public propertyComments
Human readable comments related to this event
Public propertyFinalDestination
The final destination for this transport order
Public propertyMaterials
A list of the specific materials, WIP, and / or production units that are to be transported for this transport order.
Public propertyNextCheckpoint
The next anticipated check point (way point) for this transport order
Public propertyRelatedWorkOrderNumber
The related production work order number (where applicable)
Public propertySource
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
Public propertyStartedBy
The operator who initiated the new transport order (where applicable)
Public propertyStatus
The status of this transport order at the time of the event
Public propertyTransportOrderNumber
The order number of the new transport order
Top
See Also