Security is a big part of D365FO and in this article we will go over some particulars of checking user privileges/duties, which might not be immediately obvious. Usually security is taken care of, for the most part, by the security framework, which is utilized by […]
Tag: Free Edition (100)
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 […]