Share via


SalesFormLetter_DlvSlipProject_BR.new Method [AX 2012]

Is used to construct a service controller instance.

Syntax

public void new(
   [IdentifierName _className, 
    IdentifierName _methodName, 
    SysOperationExecutionMode _executionMode])

Run On

Called

Parameters

Remarks

Parm methods exist for each of the constructor parameters. The initializeFromArgs method can also be used to initialize a controller. If those options for initialization are used, the default values can be used in the constructor.

See Also

Reference

SalesFormLetter_DlvSlipProject_BR Class