TSTimesheetsPostController.beforeOperation Method [AX 2012]

Is called before a service operation is executed.

Syntax

protected void beforeOperation(SysOperationExecutionMode _executionMode)

Run On

Called

Parameters

  • _executionMode
    Type: SysOperationExecutionMode Enumeration
    The execution mode that the service operation is executed with. If the executionModevalue is set to a SysOperationExecutionMode::Synchronous enumeration value, this method is called as part of the batch execution on the server that has the _executionMode parameter set to SysOperationExecutionMode::Synchronous.

Remarks

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

See Also

Reference

TSTimesheetsPostController Class