PurchFormLetter_Invoice.parmQueryChooseLinesPendingInvoice Method [AX 2012]
Gets and sets the query that is used on the saved VendInvoiceInfoTable table to select the lines to copy to the active VendInvoiceInfoTable table.
public QueryRun parmQueryChooseLinesPendingInvoice([QueryRun _chooseLinesPendingInvoice])
Run On
CalledParameters
- _chooseLinesPendingInvoice
- Type: QueryRun Class
The new QueryRun object; optional.
Return Value
Type: QueryRun ClassThe QueryRun object that is used to select the lines to copy from the pending invoice.
Community Additions
ADD
Show: