On this occasion, I am here to share a piece of code that has been very useful when cosuming Dynamics 365 Finance and Operations data entities, whether they are standard entities or custom entities, from any type of application written in C#. In my specific case, it is a piece of code written to be…
All posts tagged MsDyn365
Power Automate & MSDyn365FO: Deep dive (III)
In this third and final post about Power Automate and its connector for Microsoft Dynamics 365 Finance and Operations apps, we are going to talk about the different write operations that exist in it. These operations are the following: Get record Update a record Delete record Before starting with them, we must bear in mind…
Power Automate & MSDyn365FO: Deep dive (II)
We continue with the series of articles about Power Automate and the different operations that can be performed on Microsoft Dynamics 365 Finance and Operations apps. As we saw in the previous article, thanks to the MSDyn365FO premium connector for Power Automate, we have a series of triggers and actions to interact with our system.…
No-Code: Extend MSDyn365FO with the Power Platform
No-Code solutions are here to stay, you just have to see the amount of content, use cases, articles, videos and events dedicated, for example, to the Microsoft Power Platform. In my specific case, I do not think that this platform has come to replace all the customizations that we do through X++, although they can…
Business Events: Custom Payload (IV)
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…
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…