In Microsoft Dynamics 365 for Finance and Operations we can execute the CRUD operations from code in two different ways, record-per-record or set-based. Microsoft’s recommendation is to always use set-based operations, if possible, as you can check on the Implementation Best Practices for Dynamics 365: Performance best practices for a successful Dynamics 365 Finance and Operations implementation session from last June’s Business Applications Summit. Why? Set-based Vs. Record-per-record When we run a query in MSDyn365FO…
WARNING! THIS POST IS LONG OUTDATED AND VISUAL STUDIO 2019 IS THE DEFAULT IDE SINCE DYNAMICS 365 FINANCE AND OPERATIONS…
If you ever need to consume a SOAP web service from Dynamics 365 for Finance and Operations, the first step…
I’ve been a X++ developer for almost 10 years, that’s the 100% of my professional career, excluding internships. During these…
During the past week I attended the Microsoft Business Applications Summit (MBAS). It was my first time in an event…
READ THIS!!! This is a really old and outdated post. Microsoft is already offering native built-in monitoring and telemetry using…
One of the options to integrate MSDyn365FO with external systems is using the data entities with REST services and OData.…