SrsPrintMgmtController.initQueryFromContract Method [AX 2012]
Initializes the query object.
The default implementation is to initialize query based on the first query contract found in the report.
This method is called during the SrsPrintMgmtController.startOperation method. Therefore, the query object will be ready to be used in the prePromptModifyContract or preRunModifyContract methods.
Override this method if you do not want to get first query in the report (not a common scenario).
Community Additions
ADD
Show: