SalesFormLetter.new Method [AX 2012]
Creates a new instance of the SalesFromLetter class.
public void new(
[IdentifierName _className,
IdentifierName _methodName,
SysOperationExecutionMode _executionMode])
Run On
CalledParameters
- _className
- Type: IdentifierName Extended Data Type
The name of the service class.
- _methodName
- Type: IdentifierName Extended Data Type
The name of the service operation.
- _executionMode
- Type: SysOperationExecutionMode Enumeration
The mode to use when it executes the service operation.
Show: