Share via


PurchLine.submitToWorkflow Method

Activates the purchase order line 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 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.

See Also

Reference

PurchLine Table