PurchTableTemplateEventHandler.canceled Method [AX 2012]

Executes the business logic when the workflow is canceled.

public void canceled(WorkflowEventArgs _workflowEventArgs)

Run On

Called

Parameters

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

If the change management value on the purchase order has been switched to no, the purchase orders are set to approved; otherwise, the user must submit the purchase again.

Community Additions

ADD
Show: