PurchFormletterParmData::newChooseLines Method [AX 2012]

Initializes a new instance of the PurchFormletterParmData class.

server public static PurchFormletterParmData newChooseLines(
    container _purchFormletterContractPacked, 
   [boolean _reuseParmUpdate, 
    boolean _onlyCreateParmUpdate, 
    boolean _executeLateSelection])

Run On

Server

Parameters

_purchFormletterContractPacked
Type: container
A packed PurchFormletterContractPacked class to use.
_reuseParmUpdate
Type: boolean
A Boolean value that indicates whether to reuse the PurchParmUpdate record.
_onlyCreateParmUpdate
Type: boolean
A Boolean value that indicates whether to create the PurchParmUpdate record.
_executeLateSelection
Type: boolean
A Boolean value that indicates whether the late selection is executed.

Return Value

Type: PurchFormletterParmData Class
A new instance of the PurchFormletterParmData class.
Show: