PurchAgreementWFApprovalEventHandler.changeRequested Method [AX 2012]

Sets the WorkflowStatus field on the PurchAgreementHeader table to the PurchAgreementWorkflowStatus::NotSubmitted enumeration value.

public void changeRequested(WorkflowElementEventArgs _workflowElementEventArgs)

Run On

Called

Parameters

_workflowElementEventArgs
Type: WorkflowElementEventArgs Class
A WorkflowElementEventArgs instance.

This method is called from workflow framework when a change is requested to workflow approval element.

Community Additions

ADD
Show: