SysOperationServiceController.startOperation Method [AX 2012]
Executes the service operation associated with the controller.
Syntax
public SysOperationStartResult startOperation()
Run On
Called
Return Value
Type: SysOperationStartResult Enumeration
An enumeration value that describes how the service operation was executed or if it was canceled is returned.
Remarks
Call this method to execute service operations from code. Do not use the run method.parmShowDialog can be used to suppress the UI if it is needed.