PurchReqPurchasOrderGenerationController.afterOperation Method [AX 2012]
Called after a service operation is executed.
protected void afterOperation(SysOperationExecutionMode _executionMode, AifAsyncResult _asyncResult)
Run On
CalledParameters
- _executionMode
- Type: SysOperationExecutionMode Enumeration
The execution mode of a service operation. In the case of reliable asynchronous mode initiated from the desktop client this method is called two times. One time with the executionMode value set to a SysOperationExecutionMode::Synchronous enumeration value as part of the batch execution and again on the client by setting the executionMode value set to a SysOperationExecutionMode::ReliableAsynchronous enumeration type. This enables client code to wait for the batch to be completed.
- _asyncResult
- Type: AifAsyncResult Class
Asynchronous result structure.
Community Additions
ADD
Show: