Add a New Schedule Status

About this task

Use this procedure to add a new schedule status to the Production_Plan_Status table in the Open page.

Procedure

  1. To create a new Production_Plan_Status, go to Plant Applications Administrator > Global Configuration Schedule Statuses > Add New Schedule Status.
  2. Verify the status in Production_Plan_Statuses table for the new record.
  3. Navigate to the productionscheduler-app-service Swagger UI, for example: https://%3CWebClient-Server%3E/productionscheduler-app-service/swagger-ui.html.
  4. Authenticate using webclient installation user and client id/clientsecret.
  5. Scroll to the process-order-status-controller >> PUT /api/processOrders/statuses/{statusId} >> Try it out >> Fill the fields for statusId and statusUpdateDetails >> Execute
  6. Verify the record in Production_Plan_Statuses table in SQL.
  7. Optional: Alternatively, you can directly update the fields in the database table.