override the standard report with the new custom report

PHOTO EMBED

Sun Jan 26 2025 13:33:04 GMT+0000 (Coordinated Universal Time)

Saved by @MinaTimo

[ExtensionOf(classStr(LedgerFiscalJournalController_IT))]
final class DVLedgerFiscalJournalController_IT_Extension
{
    public SRSCatalogItemName parmReportName(SRSCatalogItemName _reportName)
    {
        SRSCatalogItemName ret = next parmReportName(_reportName);
        
        //Report name fixed to custom report
        reportName = ssrsReportStr(DVLedgerFiscalJournal_IT, Report); //Thid code override the standard report with the new custom report "DVLedgerFiscalJournal_IT"
        return reportName;
    }
}
content_copyCOPY