PurchReqWFTypeEventHandler.completed Method [AX 2012]

Sets the value of the Status field on the PurchReqTable table to the PurchReqRequisitionStatus::Approved enumeration value.

public void completed(WorkflowEventArgs _workflowEventArgs)

Run On

Server

Parameters

_workflowEventArgs
Type: WorkflowEventArgs Class
An instance of the WorkflowEventArgs class.

This method is called from the workflow framework when the workflow is completed.

Community Additions

ADD
Show: