PurchReqPreEncumberController.beforeOperation Method [AX 2012]

Called before a service operation is executed.

protected void beforeOperation(SysOperationExecutionMode _executionMode)

Run On

Called

Parameters

_executionMode
Type: SysOperationExecutionMode Enumeration
The execution mode with which the service operation will be executed.

Override this method to implement pre-processing logic before a service operation is called.

In the case when executionMode == ReliableAsynchronous, this method is called as a part of the batch execution on the server by using _executionMode == Synchronous.

Community Additions

ADD
Show: