8.5.6 StartAssignedProductionOrder Method

The StartAssignedProductionOrder Method starts a production order whose state is Assigned at the machine module.

The signature of this Method is specified below. Table 34 specifies the Arguments representation.

Signature

	StartAssignedProductionOrder (
	  [in]  ProductionOrderHeaderType	POHeaderToStart,
	  [in]  0:String[]					SourceMaterialLoadingPointIDs,
	  [in]  0:String[]				 DestinationMaterialOutputPointIDs,
	  [out] MethodExecutionFeedbackType	ExecutionFeedback);
Table 34 – StartAssignedProductionOrder Method Arguments
Argument Description
POHeaderToStartThe header of the production order to be started.
SourceMaterialLoadingPointIDsThe list of material loading points that are going to be used by the production order to be started.
DestinationMaterialOutputPointIDsThe list of material output points that are going to be used by the production order to be started.
ExecutionFeedbackThe extended feedback returning a detailed message in case of execution failure.