Hello
I am on AX2012 R3 CU8
Not sure if anyone has faced this.
I clean out the AOD cache.
I am able to print the ProdRoute Card report for the first time to any Printer I choose.
But after that it only prints to the default printer.
Looking at the code in class SRSReportRunController/run
printerInfo = printerHelper.GetPrinterInfo(srsPrintDestSettings.printerName());
// Check if the device is available
if (printerInfo == null)
The first time I run the report the printerInfo is initialized. But the next time on it shows up null.
However all the other reports work fine with the same printer.
Has anyone experienced this with any reports?
Thanks!
*This post is locked for comments
I have the same question (0)