web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Unanswered

PrintMgmt switch report designs

(0) ShareShare
ReportReport
Posted on by 172

Hi,

How can I configure PrintMgmt so I can always swap through my custom raports in custformLetterParameters?

All I want is that when I use Print original or printCopy I can always chose the design on parameters.

Right now it works so that everywhere I have ony one design and the chosen ones in parameters are printed only as print salesinvoice(3th button option). So as I have now salesinvoice and copycalesinvoice output with my controller they print both on print salesinvoice with the design used in params.

Can't I just assign the design I want to the button I want from from AX?

class PrintMgmtDocTypeHandlerSalesInvoiceSZMsik
{

    [SubscribesTo(classStr(PrintMgmtDocType), delegateStr(PrintMgmtDocType, getDefaultReportFormatDelegate))]
    public static void PrintMgmtDocType_getDefaultReportFormatDelegate(PrintMgmtDocumentType _docType, EventHandlerResult _result)
    {
        switch (_docType)
        {
            case PrintMgmtDocumentType::SalesOrderInvoice :
                _result.result(ssrsReportStr(SalesInvoiceSZMsik, ReportPL));
                break;
        }
    }
}

[ExtensionOf(classStr(PrintMgmtReportFormatPopulator))]
public final class PrintMgmtReportFormatPopulatorSZM_Extension
{
    #ISOCountryRegionCodes
    #PrintMgmtSetup

    protected void addDocuments()
    {
        // Purchasing documents
        this.MySalesDocuments();
        
        next addDocuments();
    }

    public void MySalesDocuments()
    {
        this.addOther(PrintMgmtDocumentType::SalesOrderInvoice, ssrsReportStr(SalesInvoiceSZMsik, ReportPL), ssrsReportStr(SalesInvoiceSZMsik, ReportPL), #isoPL);
        
        this.addOther(PrintMgmtDocumentType::SalesOrderInvoice, ssrsReportStr(SalesInvoiceSZMsik, ReportPLCopy1), ssrsReportStr(SalesInvoiceSZMsik, ReportPLCopy1), #isoPL);
    }

}

Bump?

I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Martin Dráb Profile Picture

Martin Dráb 646 Most Valuable Professional

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 529 Super User 2025 Season 2

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 285 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans