Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Forums / Finance forum / Print management setti...
Finance forum

Print management settings is not showing report designs

(0) ShareShare
ReportReport
Posted on by

Hi,

I developed my own design to replace OTB document desing. When I went to print mgmgt. settings it is not showing me anything. Please see the screenshot. Any hint?

2262.untitled.png

  • Community Member Profile Picture
    on at
    RE: Print management settings is not showing report designs

    thanks a bunch.

    Creating new worked for me.

  • Suggested answer
    ZvikaR Profile Picture
    140 on at
    RE: Print management settings is not showing report designs

    select the document you are interested in, on the print management form, right click mouse, and select "new"

    this will create a "default" setup, and you will be able to select a document layout there.

    the reason your form is not showing anything, I suspect, is that you are working on an environment copied from production/another environment - those copies do not include print management setup.

  • Verified answer
    Sukrut Parab Profile Picture
    71,682 Moderator on at
    RE: Print management settings is not showing report designs

    If you have not try creating new document on the form try that . If that does not work try  performing full build , it might help . Also check if any of your customizations are impacting this form.

  • Community Member Profile Picture
    on at
    RE: Print management settings is not showing report designs

    Ada Ding,

    I surely added handler like this. But the problem is, print management settings Form is not being rendered properly in any of module. If you see above screenshot, no expand button is appearing with all the document reports to change the design and other settings etc.

  • Suggested answer
    Jie G Profile Picture
    on at
    RE: Print management settings is not showing report designs

    Hi Hafiz Usama,

    Have you added a new report handler class to the project and added a delegate handler method to start to use your custom report? For example:
    class PrintMgtDocTypeHandlersExt
    {
        [SubscribesTo(classstr(PrintMgmtDocType), delegatestr(PrintMgmtDocType, getDefaultReportFormatDelegate))]
        public static void getDefaultReportFormatDelegate(PrintMgmtDocumentType _docType, EventHandlerResult _result)
        {
            switch (_docType)
            {
                case PrintMgmtDocumentType::SalesOrderConfirmation:
                     _result.result(ssrsReportStr(SalesConfirmExt, Report));
                     break;
            }
        }
    }

    You can refer to this topic which focuses on the steps for creating a custom report design for an existing application business document:  docs.microsoft.com/.../custom-designs-business-docs

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

November Spotlight Star - Khushbu Rajvi

Congratulations to a top community star!

Forum Structure Changes Coming on 11/8!

In our never-ending quest to help the Dynamics 365 Community members get answers faster …

Dynamics 365 Community Platform update – Oct 28

Welcome to the next edition of the Community Platform Update. This is a status …

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 294,120 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,871 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans