In the previous article, we explained a utility class that helps you generate SSRS and Docentric reports from X++ in memory instead of distributing them to a print destination such as Email or File. Using the same helper class, DocSrsReportGenerator, we will now demonstrate how […]
Tag: D365FO (235)
Why DRA uses Adobe Reader to print checks in D365FO and how to avoid it?
Let’s start with the explanation from Microsoft: Documents that require custom margins When the Document Routing Agent runs as a Windows service, document reports, such as checks, that require custom margins can't be printed directly to network printers. Instead, the Document Routing Agent automatically routes […]
Append PDF Product Specifications to Printed Purchase Orders in D365FO
Let’s say that we want to print purchase orders with all corresponding product specifications appended at the end of output document generated in PDF format. We will assume that product specifications are PDF documents stored as Attachments (Document management) of built-in Products in D365FO. In […]