A few weeks ago, preparing the session for the Global Power Platform Bootcamp 2021, I realized that the series of posts that I had written about Power Automate & MSDyn365FO was incomplete…, I hadn’t analyzed one of the options availables on the Dynamics 365 Finance and Operations apps connector: Execute action Execute action From execute…
All posts tagged X++
Working with Azure SQL from X++ using SQLClient
Microsoft Dynamics 365 Finance and Operations brings with it a whole data management framework that allows us to integrate with a database in Azure SQL in a totally standard way. This framework allows us to export ERP information to an external database for reporting (BYOD), so that we can generate our reports and dashboards in…
Generate and Import Excel files with X++ in #MSDyn365FO
We all know that the management and integration that #MSDyn365FO brings as standard with Microsoft 365 products is very good, especially with Excel files. Even so, there are occasions when we have to develop our own code to generate files or to import them for different reasons, such as importing files with a specific format…
Azure Key Vault & MSDyn365FO: Setup Certificates and Passwords
From time to time I have to configure the electronic certificate to be used in the SII (Immediate Information Supply) module and it always happens the same, I don’t remember exactly what I had to do. That is why I have decided to write this post, with a detailed step by step detailed so that…
Dark Mode in Visual Studio for X++ Code Editor
UPDATE! Now that Visual Studio 2019 is working with the Dev Tools (unofficialy) you can download the settings I did for the X++ editor in dark mode also for this version: JATXppVS2019.vssettings. Microsoft also has improved the look and feel of the labels editor in dark mode (now is real dark mode 🤣). Dark mode…
Developing Business Events with X++
Continuing with our series about Business Events in Microsoft Dynamics 365 for Finance and Operations, it’s the turn to talk about the possibility of developing our own business events to be able to notify or interact with external applications in those cases that are not covered by the business events catalog. Before creating the Business…
Manage Financial Dimensions in MSDyn365FO with X++
With the arrival of the version 2012 of Microsoft Dynamics AX there was an important change in the way in which the ERP manages the Financial Dimensions. The data model changed significantly and with it, the way we, as developers, managed and worked with them through X++. Dynamics 365 for Finance and Operations has been…