PurchFormletterParmData::chooseLinesServer_IN Method [AX 2012]

Choose lines server.

server public static container chooseLinesServer_IN(
    container _purchFormletterContractPacked, 
    boolean _append, 
    CustomsImportOrderType_IN _customsImportOrderType, 
   [boolean _reuseParmUpdate, 
    boolean _onlyCreateParmUpdate, 
    boolean _executeLateSelection])

Run On

Server

Parameters

_purchFormletterContractPacked
Type: container
The letter contract packed purch form.
_append
Type: boolean
If 'True', there is append.
_customsImportOrderType
Type: CustomsImportOrderType_IN Enumeration
The customs import order type.
_reuseParmUpdate
Type: boolean
If 'True', the reuse parameter is update.
_onlyCreateParmUpdate
Type: boolean
If 'True', the only created parameter is update.
_executeLateSelection
Type: boolean
The execute late selection.

Return Value

Type: container
The instance of the container class.
Show: