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: X++ (15)
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 […]
Build Models, Sync DB and Deploy Reports Using CLI D365FO Tools
When automating installation, upgrade, compilation, and database synchronization of AX models via scripts, the following CLI D365FO tools are at your disposal: ModelUtil.exe: to import, replace or delete models. Learn more>> xppc.exe: to build models. LabelC.exe: to compile labels. reportsc.exe: to compile SSRS reports. DeployAllReportsToSsrs.ps1: […]