Share via


TMSCommercialInvoiceController.runPrintMgmt Method [AX 2012]

Implements print management functionality.

Syntax

protected void runPrintMgmt()

Run On

Called

Remarks

Override this method to provide print management-related logic.This method loads the print settings for the business object.It then invokes any necessary business logic and then calls the outputReports method.

If the report is running on client tier, every invocation of server method or database operation will cause one RPC call to server.

In order to reduce RPC calls, repetitive server invocation and database operation need to be isolated from busniness logic and implemented in a static Server method, then invoke this static Server method with packed parameters from client instead of directly implement them in print management logic.

See Also

Reference

TMSCommercialInvoiceController Class