SysOperationServiceController.initializeFromArgs Method [AX 2012]

Initializes an overridden service controller from an args menu item.

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.

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

Community Additions

ADD
Show: