PurchCORPackingslipErrorWorkflow::submit Method [AX 2012]

Activates the PurchParmTable workflow.

client public static void submit(PurchParmTable _purchParmTable, [WorkflowComment _workflowComment])

Run On

Client

Parameters

_purchParmTable
Type: PurchParmTable Table
The PurchParmTable table to update.
_workflowComment
Type: WorkflowComment Extended Data Type
A comment on the workflow.

This method activates the workflow configuration by calling the ActivateFromWorkflowtemplate method of the Workflow class with information about the PurchParmTable record.

Show: