Share via


PurchTable.submitToWorkflow Method

Activates purchase order workflow.

Syntax

public void submitToWorkflow(
    WorkflowTypeName _workflowTemplateName, 
    WorkflowComment _workflowComment, 
   [boolean _activatingFromWeb])

Run On

Called

Parameters

  • _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.

See Also

Reference

PurchTable Table