PurchCommitmentWFApprEventHandlr_PSN.started Method [AX 2012]

Implements the started method of the PurchCommitmentApproval_PSNapproval element of the commitment document workflow.

public void started(WorkflowElementEventArgs _workflowElementEventArgs)

Run On

Called

Parameters

_workflowElementEventArgs
Type: WorkflowElementEventArgs Class
An instance of the WorkflowElementEventArgs class.

This method is called from the workflow framework when the approval element is started.

It contains no code because this action does not change the state of the workflow but it must be here or else the approval will not be started.

Community Additions

ADD
Show: