ProjInvoiceJournalController.setSortField Method [AX 2012]
Sets the sorting field for the report query based on the given ProjInvoiceSort UI parameter.
public void setSortField(Query _query, str _invoiceSort)
Run On
CalledParameters
- _query
- Type: Query Class
Gets a query object and get this updated.
- _invoiceSort
- Type: str
Gets the sorting value from the Sorting UI parameter and used for manipulation in the method.
Community Additions
ADD
Show: