Hi, I have two reports which are not showing in the print management form setup (PMA > Setup > form setup > print management).
I feel more weird when some company (entity) has these two reports but some are not. Perhaps anyone know and experience this?
I tried check on PrintMgmtReportFormat.populate() the code below already there. I read in a forum we need to addOther if the report not showing in the dropdown (this is the link referred https://cloudblogs.microsoft.com/dynamics365/no-audience/2012/05/24/dynamics-ax-2012-reporting-how-to-specify-new-design-for-sales-order-confirmation/)
addOther(PrintMgmtDocumentType::PMTransferableWarehouseReceiptSummary, ssrsReportStr(PMWarehouseTransferableSummary, Report), ssrsReportStr(PMWarehouseTransferableSummary, Report),#NoCountryRegionId);
addOther(PrintMgmtDocumentType::PMTransferableWarehouseReceiptDetails, ssrsReportStr(PMWarehouseTransferableDetails, Report), ssrsReportStr(PMWarehouseTransferableDetails, Report),#NoCountryRegionId);
Thanks in advance!