
Hi All,
I added one new report in Print Mgmt and it's working fine. When I change the destination setting from the Original node, it is also working fine. I'm facing a problem when I add a new setting with the Original node and then change the destination setting for a specific record. This report is related to the transfer order, suppose I want to download this report as a PDF file for any specific transfer order then I need to set up some settings for that. This functionality is not working fine with my report, although standard reports are working fine even after changing the design (e.g., SO Packing Slip report) but all newly added reports have this issue.
In the below pic, I have set up some conditions for a transfer order. For this transfer order, a report should be downloaded as a PDF file. This functionality is working fine with all standard reports but not with all custom reports.
Is there any code I need to write in the controller class for changing the report print setting?
I have resolved this issue, I have to make some changes in my controller class. In runPrintMgmt() method, call the load() method with your query table.