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 88

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?

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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 293,006 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,837 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Product updates

Dynamics 365 release plans