Click or drag to resize

WorkOrdersDeleted Class

Sent when a Work Order (or sub-batch of a Work Order) has been deleted within an information system (such as ERP or MES).
{
  "WorkOrderIdentifiers": [
    {
      "WorkOrderId": "WO1122334455",
      "Batch": null
    },
    {
      "WorkOrderId": "WO9988776666",
      "Batch": "Batch1"
    }
  ]
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.InformationSystem.WorkOrderManagementWorkOrdersDeleted

Namespace: CFX.InformationSystem.WorkOrderManagement
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class WorkOrdersDeleted : CFXMessage

The WorkOrdersDeleted type exposes the following members.

Constructors
 NameDescription
Public methodWorkOrdersDeleted Default constructor.
Top
Properties
 NameDescription
Public propertyWorkOrderIdentifiers The identifier of the Work Order that has been deleted.
Top
See Also