SrsPrintMgmtController.initQueryFromContract Method [AX 2012]

Initializes the query object.

Syntax

protected void initQueryFromContract()

Run On

Called

Remarks

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).

See Also

Reference

SrsPrintMgmtController Class