PurchCommitmentWFTaskEventHandlr_PSN.started Method [AX 2012]

Implements the started method of the PurchCommitmentTask_PSNtask 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 task 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 task will not be started.

Community Additions

ADD
Show: