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 Azure
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…
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…
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…
Business Events: Custom payload (I)
The purpose of this article is to talk about the posibility of changing the format or the structure of the JSON that is sent through a Business Event in the least intrusive and more reusable way possible, allowing at all times to use the power and robustness of the Business Event framework. I am currently…
Business Events in Finance & Operations
Today we are going to talk about one of the latest and most expected features that Microsoft Dynamics 365 for Finance and Operations has included at the technical level: Business Events. What are Business Events? Looking at official Microsoft docs, Business Events provide a mechanism that allow external systems to receive notifications from MSDyn365FO. In…