ResequenceAsNextManufacturingOperation
Updates the sequence of the next manufacturing operation, streamlining workflow execution.
Input
Name | Type | Description |
OperationSequenceNumber | Number | The sequence number of the operation as defined in the work order. This number is used to specify which operation in the manufacturing process is to be resequenced. It determines the order of execution for operations within the work order. |
OrganizationCode | String | The short code or abbreviation that identifies the inventory organization enabled for manufacturing. This code ensures that the resequencing action is applied to the correct organization, supporting multi-organization operations. |
WorkOrderNumber | String | The unique number assigned to the work order. This number serves as the primary reference for the manufacturing work order where the operation resequencing is to be performed, ensuring traceability and accuracy. |
WorkOrderOperationId | Number | A unique identifier for the specific work order operation. This identifier is used to pinpoint the exact operation within the work order that needs to be resequenced, enabling precise operation management. |
Result Set Columns
Name | Type | Description |
Result | String | The output of the procedure execution. This output indicates the outcome of the resequencing operation, such as success or error messages, and provides feedback to the user or system on the action's result. |