SysOperationServiceController.initializeFromArgs Method [AX 2012]

Initializes an overridden service controller from an args menu item.

Syntax

public void initializeFromArgs(Args a)

Run On

Called

Parameters

  • a
    Type: Args Class
    A value that contains the service operation in the parm method in a ServiceClass.ServiceMethod format. Optionally the parmEnumType value can be a SysOperationExecutionMode enumeration type and the parmEnum value can be the desired execution mode.

Remarks

See implementation of the main method in this class for usage.

See Also

Reference

SysOperationServiceController Class