Work order demand upload for manually created work orders from theSterling Order Management System Software to ERP

When work orders are created manually in the Sterling™ Order Management System Software, work order information needs to be uploaded to an ERP system so that component items are allocated on the ERP system.

The APIs involved are:

  • createWorkOrder()
  • cancelWorkOrder()
  • modifyWorkOrder()

The following event is raised by the createWorkOrder() API:

  • CREATE_WORK_ORDER.ON_SUCCESS

The following events are raised by the cancelWorkOrder() API:

  • CANCEL_WORK_ORDER.ON_SUCCESS
  • CANCEL_WORK_ORDER.WORK_ORDER_ACTIVITIES_COMPLETED

The following event is raised by the modifyWorkOrder() API:

  • MODIFY_WORK_ORDER.ON_SUCCESS