RetailStatementController.modifyQuery Method [AX 2012]
Adds ranges to the report query by using the Args passed.
Syntax
public void modifyQuery(Query _query)
Run On
Called
Parameters
- _query
Type: Query Class
The Query object to modify.
Remarks
This modified query will be used by the report to fetch the specific statement.