ProjInvoiceJournalController.modifyQuery Method [AX 2012]
Modifies the query based on the UI parameters.
public void modifyQuery(
Query _query,
str _noYesInvoice,
str _noYesOnAccount,
TransDate _fromDate,
TransDate _toDate,
str _invoiceSort)
Run On
CalledParameters
- _query
- Type: Query Class
Gets a query object and get this updated.
- _noYesInvoice
- Type: str
Gets a invoice value.
- _noYesOnAccount
- Type: str
Gets a account value.
- _fromDate
- Type: TransDate Extended Data Type
Gets a from date value.
- _toDate
- Type: TransDate Extended Data Type
Gets a to date value.
- _invoiceSort
- Type: str
Gets the sorting value from the Sorting UI parameter and used for manipulation in the method.
Community Additions
ADD
Show: