Have you ever noticed how Dynamics 365 for Finance and Operations (D365FO) initially loads at a snail's pace 🐌 but then speeds up 🚀 when you revisit the same form? That's the magic of caching at work! Caching boosts your application's speed and performance by […]
Tag: X++ (29)
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: […]
Tags: D365FO, Free Edition, X++









