Some time ago I had to create an interface between MSDyn365FO and a web service that returned data as XML. I decided to use X++’s XML classes (XmlDocument, XmlNodeList, XmlElement, etc…) to parse the XML and get the data. These classes are terrible. You get the job done but in an ugly way. There’s a better method to quickly parse XML or JSON in MSDyn365FO.
Feature management has been around in Microsoft Dynamics 365 for Finance and Operations for some time now. Before that features…
You can read my complete guide on Microsoft Dynamics 365 for Finance & Operations and Azure DevOps. During this past…
Unless you’ve been working for an ISV there’s a high percentage of probabilities that you’ve never cared about Dynamics Best…
Right now Microsoft Dynamics 365 for Finance and Operations has an old style monolithic architecture, even it’s now in Azure’s…
In Microsoft Dynamics 365 for Finance and Operations we can execute the CRUD operations from code in two different ways,…