PurchFormletterParmDataBOE_IN::chooseLinesServerBOE Method [AX 2012]

Initialize the PurchFormletterParmDataBOE_IN class and create the query for BillOfEntry posting.

server public static container chooseLinesServerBOE(
    container _purchFormletterBOEContractPacked, 
    boolean _append, 
    container _parmTableContainer, 
   [boolean _reuseParmUpdate, 
    boolean _onlyCreateParmUpdate, 
    boolean _executeLateSelection])

Run On

Server

Parameters

_purchFormletterBOEContractPacked
Type: container
The _purchFormletterBOEContractPacked packed contract class for posting BillOfEntry.
_append
Type: boolean
The _append to the existing query.
_parmTableContainer
Type: container
The _parmTableContainer container of purchParmTable.
_reuseParmUpdate
Type: boolean
The _reuseParmUpdate to resue parmUpdate table.
_onlyCreateParmUpdate
Type: boolean
The _onlyCreateParmUpdate to create only parmUpdate table.
_executeLateSelection
Type: boolean
The _executeLateSelection if it is late selection.

Return Value

Type: container
container packed with the info from contract class.
Show: