Click or drag to resize

ProcessServicesReleaseProcessForProduction Method

Changes the status of the specified Process to "Released to Production", thereby making production Batches associated to this process visible to factory floor operators, and executable on the factory floor.

Namespace:  FactoryLogix.xTend.ProcessDefinition
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public void ReleaseProcessForProduction(
	Guid sessionId,
	Guid processId
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
processId
Type: SystemGuid
The unique identifier (ID) of the process that is being released for production.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
NotFoundExceptionAn existing process with matching Id property was not found in the system.
CheckedOutExceptionAn item is such as an Operation or BOM is being edited.
BOMNotPublishedExceptionAn associated BOM is not published.
PickListGenerationExceptionAn error occured generating a picking list.
NotApprovedExceptionAn item such as a BOM or ECAD has not been approved.
DefaultLocationMissingExceptionDefault location is missing on the process.
See Also