PurchFormLetter_Invoice.chooseLines Method [AX 2012]

Creates a record from the PurchParmTable or VendInvoiceInfoTable table that is based on a chooseLines query.

public void chooseLines(
   [boolean _processAdditional, 
    VendDocumentTableMap _parmTable, 
    boolean _append])

Run On

Called

Parameters

_processAdditional
Type: boolean
A Boolean value that indicates whether additional data sources should be processed by the chooseLines query.
_parmTable
Type: VendDocumentTableMap Map
A record from the PurchParmTable or VendInvoiceInfoTable table.
_append
Type: boolean
A Boolean value that indicates whether existing records should be removed.

Community Additions

ADD
Show: