Hello everyone, I have deployed a customized ssrs report related to purchase order, but i'm facing an issue where this report format under the printmanagement setup is not showing for all entities.
In the first picture, its showing under this company
while in the second picture , its not showing.
My issue is fixed, with the code u provided me, there was an 'S' missing, after that, i compiled and tested and now the report is showing in all other entities, thank you
How about if you create one record in that table from sql server for a legal entity.
Also check this article, this should help you. (Haven't used addOther method before)
I added the below macros at the beginning of this class, and i added the code you provided but i got these errors.
#ISOCountryRegionCodes
#PrintMgmtSetup
also, I need you to note that not only this report design is not showing, but there is many more customized reports that are showing for only 2 entities and not showing for the other 10 entities.
Please try below code
this.addOther(PrintMgmtDocumentType::PurchaseOrderRequisition, ssrsReportStr(Ex_PurchPurchaseOrder, PurchaseOrder2), srsReportStr(Ex_PurchPurchaseOrder, PurchaseOrder2), #NoCountryRegionId);
And add below Macros at the beginning of this extension class
#ISOCountryRegionCodes
#PrintMgmtSetup
addOther method has below 4 parameters, so try provide parameter 3 and 4 as per article
PrintMgmtDocumentType, PrintMgmtReportFormatName, PrintMgmtReportFormatDescription, PrintMgmtReportFormatCountryRegionId
after i added the closing brace, and builded, i got these errors:
'PrintMgmtReportFormatPopulator.addOther' is missing argument 3 of type 'str'.
'PrintMgmtReportFormatPopulator.addOther' is missing argument 4 of type 'str'.
Please add closing brace ')' in the line where you are calling add other method.
Before that, can you check if the issue is related to missing records in PrintMgmtReportFormat table from SQL server.
I followed the documentation you provided, but i got 10 errors after building the solution..
You can use this article to add your custom report design in all legal entities for print management.
Can you tell how i can check the add method ? I didnt get your point sir
André Arnaud de Cal...
291,996
Super User 2025 Season 1
Martin Dráb
230,853
Most Valuable Professional
nmaenpaa
101,156