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

How can we implement Digital Signature for a report in D365FO ?

(0) ShareShare
ReportReport
Posted on by 105

Hi Community,

I have .pfx certificate file that I have setup and marked as Active on Electronic Signature Certificate Form (AOT Name for table: XMLCertificate)

Requirement:

Whenever I generate an Invoice in D365fO (lets take the Sales Invoice example), I would like the Digital signature(selected in Electronics Signature Certificate form) to show up when generating Sales Invoice.

This is a dummy code I have referred and written. How can I use the certificateValue in my SalesInvoice Report and design for me to show the digital signature fetched using below code. At the design level, should i create an image control and what should be its properties ? And for Report logic does  localCertificate value needs to be stored in temp table and in which format ?

Would appreciate your help on this ? 

using System.Security.Cryptography.X509Certificates;

X509Certificate2 certificateValue;
XmlCertificate localCertificate;

localCertificate = XmlCertificate::findActiveXmlCertificate(curUserId()); // since it needs to be fetched only per user
certificateValue = localCertificate.getDigitalCertificate();

  • Kartik Hans Profile Picture
    181 on at
    RE: How can we implement Digital Signature for a report in D365FO ?

    You can Set up electronic signatures following the document

    docs.microsoft.com/.../ms156482(v=sql.100)

    With D365FO and Docentric, you can add electronic signatures to PDF documents generated by both SSRS

    and Docentric rendering engines.ax.docentric.com/.../

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March 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... 294,424 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 233,043 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Product updates

Dynamics 365 release plans