In this presentation, our expert, Albin Lotrič, first explains the basics of Electronic Reporting and Configurable Business Documents (ER/CBD). Then, the process of customizing existing ER configurations by deriving them from the original Microsoft configurations is presented. The customization includes the changes in the configurations […]
Category: General (84)
Improved strSplit() Method in X++
How String.Split() works in C# Check the Microsoft documentation on String.Split() >> The optional parameter of type StringSplitOptions allows you to specify options such as whether to omit empty substrings from the returned array or trim whitespace from substrings. This enumeration supports a bitwise combination […]
Print Management for the Curious
This is the second article on Print management in D365FO, describing some of the advanced features of Print management. If you are new to Print management, please read the first article, Print Management in Simple Words, which describes the basics. Conditional Print management setting Conditional […]
PDF/A Standard Versions and Conformance Levels
The PDF/A standard defines specific requirements and constraints on the PDF file format to ensure that PDF/A-compliant documents are self-contained, device-independent and suitable for long-term archiving (the “A” stands for archive). These requirements include guidelines for fonts, color, metadata, transparency and other aspects of PDF […]