As you know (I hope 😅), a few days ago we presented a session about Business Events for Developers at DynamicsCon. In this session, we were talking, among other things, about how we could customize the payload of the Business Events that we expose to the outside, to give them a different structure than the…
DynamicsCon 2020, for the community, by the community
The past 9 and 10 September were accompanied by the long-awaited DynamicsCon, a virtual learning experience for Microsoft Dynamics 365 and Power Platform users and professionals. You missed out? Don’t worry, all sessions have been posted on the DynamicsCon YouTube channel for consumption on demand :). To describe it very quickly, it is an international…
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…
5 years is nothing… #AxazureRocks
Directly. Today, Monday, August 3, 2020, just 5 years ago I made the best decision of my life (on a professional level). On this day, 5 years ago, I signed an employment contract with a small, but really small, company called Axazure. I remember quite fondly the day I went to do the interview. Antonio…
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…
Dynamics Power Spain Online 2020
Last Saturday, June 13, Dynamics Power Spain Online 2020 took place. This event has become, in my opinion, the national reference event on Microsoft Dynamics 365 and Power Platform. For those who do not know it, it is the event previously known as Dynamics 365 Saturday, a totally free event held on a Saturday (obviously)…
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…
Business Events: Custom payload (III)
This is the third and last article in which we are going to talk about how to send a JSON with a custom structure through Business Events. In the previous article we saw a possible way to identify those business events that should undergo this new structure through the event catalog. Today, we will finally…
Business Events: Custom payload (II)
In the previous post we were talking about a solution that would allow us to customize the content and structure of the payload that is sent through Business Events drastically, so that we are able to adapt to a JSON format different from the standard of #MSDyn365FO, all this while still using the full power…