Adding file attachments to a record in Microsoft Dynamics 365 Finance and Operations (D365FO) is a straightforward process from the user's perspective. The user only clicks the paperclip icon 📎, selects a file for the attachment, and the attachment is added to the record. When […]
Tag: X++ (28)
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: Attachments, D365FO, Free Edition, X++









