One of the X++ compiler features is the ability to analyze the code we write and the artifacts we add to the solution and check them against a predefined set of rules, providing us with compile and best practice warnings when the code and metadata […]
Tag: X++ (26)
Email Invoice and T&Cs with Electronic Signature in D365FO
Docentric gives you the ability to generate electronically signed reports from D365FO. But what if you email your reports and use another feature provided by Docentric, sending the additional report attachments? The report document will be electronically signed, but the additional attachments won’t. What should […]
Generate Configurable Business Document as Byte Array
In this article, we will show you how to generate Customer account statement, which is a Configurable business document, as a byte array in both original (Excel/Word) and PDF format. Configurable business documents sit on top of SSRS and cannot be generated outside the SSRS report execution pipeline, […]