Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Dashboards as pdf email attachment in outlook app

(0) ShareShare
ReportReport
Posted on by 195

Hi friends,

I created one custom button on dashboard ribbon, client requirement: user will come and select any dashboard(ex: sales dashboard, sales activity dashboard, etc) and user click on the custom button, then that particular dashboard should be converted into pdf and attach that pdf in desktop outlook application. I tried using jsPDF and I tried passing dashboard div  ids in the code, but it is generation empty PDF. Any suggestions?

Thanks,

Bharath

code

===================================

function printPdf(){

var doc = new jsPDF();

doc.fromHTML(document.getElementById('mainTable'), 15, 15, {
'width': 170
});

doc.save('Test.pdf');
}

with the help of this code, it is generating empty pdf file. I added jquery library and JSPDF library as well in my button command.

*This post is locked for comments

  • Suggested answer
    Adrian Begovich Profile Picture
    Adrian Begovich 1,019 Super User 2025 Season 1 on at
    RE: Dashboards as pdf email attachment in outlook app

    Hi Gunti Bharath Kumar,

    You cannot do this directly, but an alternative solution is to create a SQL Server Reporting Services (SSRS) report that matches the information of your dashboard, and export the SSRS report as a PDF file. You will then be able to attach the generated PDF file to an Outlook email.

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

Announcing Our 2025 Season 1 Super Users!

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

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,387 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans