Click or drag to resize

ProcessServicesInitiateAllProcessApprovals Method

Places any and all approvals associated with the specified Process into a "pending approval" state. This includes initiation of notification emails to approval process group members.

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 InitiateAllProcessApprovals(
	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 whose approvals are being initiated.
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.
DefaultLocationMissingExceptionDefault location is missing on the process.
See Also