Share via


PurchFormLetter_PurchOrder.new Method [AX 2012]

Initializes an instance of the PurchFormLetter_PurchOrder class.

Syntax

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

Run On

Called

Parameters

Remarks

A parm method exists for each constructor parameter. The SysOperationServiceController.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

PurchFormLetter_PurchOrder Class