ResequenceAsNextProcessOperation
Adjusts the sequence for the next process operation, enhancing operational scheduling.
Input
Name | Type | Description |
OperationSequenceNumber | Number | The sequence number of the operation as defined in the work order operation. This number specifies the current position of an operation in the sequence and determines which operation will be resequenced as the next process step. |
OrganizationCode | String | The short code or abbreviation identifying the inventory organization that is enabled for manufacturing. This code ensures that the resequencing process is applied to the correct organization, supporting businesses with multiple manufacturing units or plants. |
WorkOrderNumber | String | The unique number assigned to the work order. This number serves as the primary identifier for the manufacturing work order where the operation resequencing will take place, ensuring traceability and accuracy in the process. |
WorkOrderOperationId | Number | A unique identifier for the specific operation within the work order. This identifier pinpoints the exact operation that needs to be resequenced, enabling precise control and management of the operation sequence in the production workflow. |
Result Set Columns
Name | Type | Description |
Result | String | The output of the stored procedure, indicating the success or failure of the resequencing process. This output might include confirmation of successful execution, error messages, or logs that describe the outcome of the operation. |