Data transformation is a crucial component of an integration. In the Azure cloud, you have several ways to transform a JSON message into another one to match the target format. Here, I will provide you with a very powerful alternative I have been using for a while, the Workmaze JUST.Net library, available under the MIT license, created by Neeraj Salpekar.
Continue reading “Azure JSON-JSON transformations using JUST.Net library”Build your own smart-home with Home Assistant
Here I am going to present a very nice private project to keep you busy in these beautiful, warm summer days. Building your own home automation using the open-source platform Home Assistant.
Continue reading “Build your own smart-home with Home Assistant”X++: How to get the D365FO URL correctly inside backend services
You may need to retrieve the URL of the D365 FO instance for logging or integration purposes, or for generating deep links. D365 FO foundation package provides you the URLUtility::getUrl() method for this. However this FO standard method does not work if you execute it from a batch or inside a custom API service. When we step into the code we see that it calls this method in Global class :
Continue reading “X++: How to get the D365FO URL correctly inside backend services”How to integrate Dynamics AX 2012 with Azure and Power Platform
Newest Dynamics 365 Fin & Ops platform brings us many direct integration possibilities with Azure and Power Platform, but in older Dynamics AX 2012 we do not have that much. So, how can we achieve same integrations possibilities with the old on-premise Dynamics AX 2012? There are many ways to do that and in this post we will investigate the possible options and do some brainstorming on when and how to use them.
Continue reading “How to integrate Dynamics AX 2012 with Azure and Power Platform”How to integrate with Dynamics 365 for Finance and Operations
In this post I will give an up-to-date overview of D365 Finance and Operations integration options, mentioning their methods of integration and advantages and disadvantages of every integration method compared to each other. I will also give you information and advices from my first hand experiences using them.
Continue reading “How to integrate with Dynamics 365 for Finance and Operations”Is ASP.NET CORE 3 mature enough for production?
Years ago in my another blog post, I mentioned Microsoft has plans to make .NET open source and multi platform. In that time mentioning “open source” and Microsoft together was quite unusual and I was quite skeptical that the project will end up being a success. Yet the first two versions of .NET Core was so unstable to be used in a serious production project. So my early impression was the .net core project was heading towards the Microsoft scrapyard (next to webmatrix, silverlight and others)..
Well; in the end, I was wrong. Today we have .NET Core version 3.1, and it is not only mature and stable enough, it is more modular, scalable, future proof and actually much faster than the .NET framework itself. In fact Microsoft is currently planning to replace their .NET framework with .NET Core in their future release .NET 5.

And what about the new ASP.NET Core 3.1? Should we, eventually, invest time to learn it and use it in our next project? Absolutely yes, I recommend it not only for Web/Backend developers, but for whole Microsoft stack developers. It is the MS development technology of the future. Here I explain why:
How to receive D365FO push notifications using Azure Notification Hubs
Azure Notification Hubs is a scalable push notification engine of Azure Cloud Platform for sending native notifications to iOS, Android, Windows, Google Chrome, Kindle and many other supported devices and notification services. In this article I will explain how it can be integrated with Dynamics 365 for Finance and Operations, setting up a sample application in Android for receiving native push notifications directly from D365FO, without using any third party applications like the Flow application.
How to integrate D365FO with Microsoft Flow using the new Business Events
The Dynamics 365FO Business Events functionality is currently available as a preview feature since the release of Dynamics 365 Finance and Operations Platform Update 24. With the new Business Events functionality, we can finally integrate D365FO directly with workflow based cloud development tools like Flow and Logic apps.
Here in this article I will demonstrate how to create a new D365FO Business Event and use it directly from a Microsoft Flow using the new D365FO “When a Business Event occurs” trigger.