Click or drag to resize

TransportOrderCompleted Class

Sent when a transport order has arrived at its final destination.
{
  "TransportOrderId": "TR329483249830000",
  "Comments": "Received at Line 1",
  "AcceptedBy": {
    "OperatorIdentifier": "BADGE4487",
    "ActorType": "Human",
    "LastName": "Dolittle",
    "FirstName": "Mike",
    "LoginName": "mike.dolittle@domain1.com"
  },
  "RelatedWorkOrderId": "WO2384702937403280032",
  "FinalDestination": "LINE 1"
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Materials.TransportTransportOrderCompleted

Namespace: CFX.Materials.Transport
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class TransportOrderCompleted : CFXMessage

The TransportOrderCompleted type exposes the following members.

Constructors
 NameDescription
Public methodTransportOrderCompleted 
Top
Properties
 NameDescription
Public propertyAcceptedBy The operator who accepted the delivery, and recorded the arrival (optional)
Public propertyComments Human readable comments related to this arrival event (when applicable)
Public propertyFinalDestination The final destination where the transport order was delivered)
Public propertyRelatedWorkOrderId The related production work order number (where applicable)
Public propertyTransportOrderId The order number of the related transport order
Top
See Also