PurchFormLetter_ConfirmationRequest::newConfirmationRequest Method [AX 2012]

A constructor of the PurchFormLetter_ConfirmationRequest class

client server public static PurchFormLetter_ConfirmationRequest newConfirmationRequest(
   [IdentifierName _className, 
    IdentifierName _methodName, 
    SysOperationExecutionMode _executionMode])

Run On

Called

Parameters

_className
Type: IdentifierName Extended Data Type
Class name of the service operation FormletterService class
_methodName
Type: IdentifierName Extended Data Type
Method name of the service posting type postPurchaseOrderConfirmationRequest method
_executionMode
Type: SysOperationExecutionMode Enumeration
Execution mode of the service operation

Return Value

Type: PurchFormLetter_ConfirmationRequest Class
An instance of PurchFormLetter_ConfirmationRequest class
Show: