PurchTableTemplateEventHandler.completed Method [AX 2012]

Sets the DocumentState field on the PurchTable table to approved.

public void completed(WorkflowEventArgs _workflowEventArgs)

Run On

Called

Parameters

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

This method is called from the workflow framework when the workflow is completed. The WorkflowState field on the PurchTable table is set to the TradeWorkflowState::Approved enumeration value.

Community Additions

ADD
Show: