PurchLine.submitToWorkflow Method
Activates the purchase order line 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 line will be submitted to.
- _workflowComment
Type: WorkflowComment Extended Data Type
The reason for submitting.
- _activatingFromWeb
Type: boolean
A Boolean value that indicates whether the submission is coming from the enterprise portal.
Remarks
This method starts the workflow configuration by calling the ActivateWorkflowTemplate method on the Workflow class with information about the purchase order line record.