PurchCORRejectsWfActionManager::main Method [AX 2012]

Activates the event handler for a task complete event for a PurchCORRejectsTable table workflow and updates the workflow status of the COR reject document.

client server public static void main(Args _args)

Run On

Called

Parameters

_args
Type: Args Class

If the calling object has a data source, the data source is updated to surface the workflow state to the user.

This method is used to call the complete task and then update the UI from which it was called.

The caller must implement the getActiveWorkflowWorkItem method.

Show: