The UnreleaseProductionOrder Method is used to reverse the effect of the ReleaseProductionOrder method and make a previously released production order unavailable for assignment and production.
For example, it is used prior to sending changes to an already released production order.
The signature of this Method is specified below. Table 109 specifies the Arguments representation.
Signature
ReleaseProductionOrder(
[in] ProductionOrderHeaderType POToUnrelease,
[out] MethodExecutionFeedbackType ExecutionFeedback);
Table 112 - UnreleaseProductionOrder Method Arguments
Argument |
Description |
POToUnrelease |
The Production Order Header for the Production Order to be unreleased. |
ExecutionFeedback |
The result of the execution of the method. |