I have a problem printing a purchase order in D365 F&O because I keep getting an error
(Unable to find the report design MBSPurchPurchaseOrder.Report.)
. Additionally, this report does not exist in the Docentric reports. If possible, I would like to change the report used for the purchase order to another report. Unfortunately, I can’t find where to change the print report for the purchase order.
There are quite a few things we need to cover here, but most of them are not related to Docentric. For some of these, you’ll need either development knowledge or assistance from a developer. Let’s address them one by one:
Error “Unable to find the report design…” comes from the SSRS processing, before it reaches Docentric. It means that the report isn’t deployed on the SSRS server. As you say that this happens on the DEV environment, you can deploy the report from your Visual Studio.
You say that you would like to change the report used for PO. If you are printing through Print management, then you can select a different SSRS format there. If you are just using Preview, then it means that your developer has switched in the code which SSRS format is default, so you would need to discuss it with your developer.
If you need further clarification or support, feel free to reach out. We’re here to help with any Docentric-related questions.
Yep, you are right, Amir. I deployed all the reports from my model using PowerShell. I think this link will be helpful for others to deploy using PowerShell if they don’t know the report’s project :Deploy SSRS Reports using PowerShell in D365 F&O