Click or drag to resize

TransportOrderStatusChanged Class

Sent when the status of an existing transport order has changed.
{
  "TransportOrderId": "TR329483249830000",
  "Comments": "Kitting Underway...",
  "Status": "Kitting",
  "UpdatedBy": {
    "OperatorIdentifier": "BADGE4485",
    "ActorType": "Human",
    "LastName": "Smith",
    "FirstName": "Bill",
    "LoginName": "bill.smith@domain1.com"
  },
  "RelatedWorkOrderId": "WO2384702937403280032",
  "Source": null,
  "FinalDestination": "LINE 1",
  "NextCheckpoint": "SMT STAGING AREA 1"
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Materials.TransportTransportOrderStatusChanged

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

The TransportOrderStatusChanged type exposes the following members.

Constructors
 NameDescription
Public methodTransportOrderStatusChanged Default constructor
Top
Properties
 NameDescription
Public propertyComments Human readable comments related to this event
Public propertyFinalDestination The final destination for this transport order
Public propertyNextCheckpoint The next anticipated check point (way point) for this transport order
Public propertyRelatedWorkOrderId 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 propertyStatus The status of this transport order at the time of the event
Public propertyTransportOrderId The order number of the new transport order
Public propertyUpdatedBy The operator who updated the status (optional, where applicable)
Top
See Also