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 […]
Category: General (67)
Use Multiple Gmail Accounts for Sending Emails from D365FO
We have noticed that many organizations who use D365FO would like to send the reports from various Gmail accounts (e.g. sales, accounting, procurement, human resources) to their customers, vendors or employees. Unfortunately, D365FO enables you to create only one SMTP account, and Gmail does not […]
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, […]