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
- To create a new Production_Plan_Status, go to .
- Verify the status in Production_Plan_Statuses table for the new record.
- Navigate to the productionscheduler-app-service Swagger UI, for example: https://%3CWebClient-Server%3E/productionscheduler-app-service/swagger-ui.html.
- Authenticate using webclient installation user and client id/clientsecret.
- Scroll to the process-order-status-controller >> PUT /api/processOrders/statuses/{statusId} >> Try it out >> Fill the fields for statusId and statusUpdateDetails >> Execute
- Verify the record in Production_Plan_Statuses table in SQL.
- Optional: Alternatively, you can directly update the fields in the database table.