PurchTable.submitToWorkflow Method
Activates purchase order workflow.
Syntax
public void submitToWorkflow(
WorkflowTypeName _workflowTemplateName,
WorkflowComment _workflowComment,
[boolean _activatingFromWeb])
Run On
Called
Parameters
- _workflowTemplateName
Type: WorkflowTypeName Extended Data Type
The AOT name of the workflow template the purchase order will be submittet to.
- _workflowComment
Type: WorkflowComment Extended Data Type
The reason for submitting.
- _activatingFromWeb
Type: boolean
A Boolean value that indicates whether the workflow framework if the submission is coming from the enterprise portal.
Remarks
This method starts the workflow configuration by calling the ActivateWorkflowTemplate method on the Workflow class that has information about the purchase order record.