PurchCommitmentWFTaskEventHandlr_PSN.completed Method [AX 2012]

Implements the Complete outcome for the PurchCommitmentTask_PSNtask element of the commitment document workflow.

public void completed(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 completed.

It contains no code because this action does not change the state of the workflow but it must be here or else the complete workflow action will not be present for the user.

Community Additions

ADD
Show: