PurchReqPreEncumberController.afterOperation Method [AX 2012]

Called after a service operation is executed.

protected void afterOperation(SysOperationExecutionMode _executionMode, AifAsyncResult _asyncResult)

Run On

Called

Parameters

_executionMode
Type: SysOperationExecutionMode Enumeration
The execution mode of a service operation.
_asyncResult
Type: AifAsyncResult Class
An asynchronous result structure.

Override this to implement post processing logic.

In the case of reliable asynchronous mode initiated from the desktop client, this method is called two times: one time with executionMode == Synchronous as part of the batch execution and one time on the client by using executionMode == ReliableAsynchronous. This enables client code to wait for the batch to be completed.

Community Additions

ADD
Show: