How to : Adding new SSRS report formats to print management
I had requirement to create few custom SSRS designs and show them in print management for D 365 Finance and Operations.
I created new designed in SSRS and deployed the reports but new formats were not coming in print management setup.
For this we need to create a record in "PrintMgmtReportFormat" table in D 365 FOE.
To access the table, you can use below URL:
https://<BASE D 365 URL>/?cmp=<COMPANY>&mi=SysTableBrowser&tablename=PrintMgmtReportFormat
Form looks like below:
Click on New and add the new format name with corresponding the DocumentType. This table is company specific so make to add the formats to required company/ies.
Note: This works on Dev environments, not on Sandbox/Prod.
I created new designed in SSRS and deployed the reports but new formats were not coming in print management setup.
For this we need to create a record in "PrintMgmtReportFormat" table in D 365 FOE.
To access the table, you can use below URL:
https://<BASE D 365 URL>/?cmp=<COMPANY>&mi=SysTableBrowser&tablename=PrintMgmtReportFormat
Form looks like below:
Click on New and add the new format name with corresponding the DocumentType. This table is company specific so make to add the formats to required company/ies.
Note: This works on Dev environments, not on Sandbox/Prod.
But how to perform the same in Prod?
ReplyDelete