Hi,
We have a batch for printing invoice. The batch show this error :

I can't understand the meaning of this error. Here is my code :
controller.parmReportName(_reportName);
controller.parmShowDialog(false);
// Change print settings as needed
settings = controller.parmReportContract().parmPrintSettings();
controller.parmReportContract().parmRdpContract().parmCustInvoiceJourRecid(_custInvoiceJour.recid);
settings.printMediumType(SRSPrintMediumType::Printer);
settings.printerName(SalesParameters.printerName);
settings.numberOfCopies(_numberOfCopies);
controller.runReport();
Regards
*This post is locked for comments
I have the same question (0)