Share via


PurchFormLetter.chooseLines Method [AX 2012]

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

Syntax

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.
  • _append
    Type: boolean
    A Boolean value that indicates whether existing records should be removed.

See Also

Reference

PurchFormLetter Class