Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes an instance of the PurchFormLetter_PurchOrder class.
Syntax
public void new(
[IdentifierName _className,
IdentifierName _methodName,
SysOperationExecutionMode _executionMode])
Run On
Called
Parameters
- _className
Type: IdentifierName Extended Data Type
The class name of the service class.
- _methodName
Type: IdentifierName Extended Data Type
The method name of the service operation.
- _executionMode
Type: SysOperationExecutionMode Enumeration
The execution mode to use when executing the service operation.
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.