How often did you find yourself in a situation when you created a Dynamics 365 Finance and Operations customization and wanted to create a logic which can respond to changes or notifies your change to future extensions of your code? By using delegates and event […]
Category: General (57)
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: […]
Upgrade Azure Storage Emulator on D365FO OneBox Without Losing Your Files
Microsoft Azure Storage Emulator is a tool that emulates Azure Blob, Queue, and Table services for local development purposes. You can test your application against the storage services locally without creating an Azure subscription or incurring any costs. When you’re satisfied with how your application […]
Alerts++ in D365FO – Part 2
Alerts are one of the most popular functionalities in D365FO, but there is still room for improvements such as configurable alert email templates, emailing via Email distributor batch with attachments, creating conditional alert rules and enabling summary alert notifications. In this session, we will give […]