SrsPrintMgmtController.initPrintMgmtReportRun Method [AX 2012]

Initializes instance of print management report run object.

Syntax

protected void initPrintMgmtReportRun()

Run On

Called

Remarks

This method is called by framework from the SrsPrintMgmtController.startOperation method. It provides the necessary construction of the PrintMgmtReportRun class.

IMPORTANT: Implementation class should override this method to create the correct instance AND call super() to invoke the base class implementation.

This is a framework class. Customizing this class may cause problems with future upgrades to the software.

See Also

Reference

SrsPrintMgmtController Class