As an X++ developer, I am very used to using 'while select' statements to loop through records stored in a database. However, as a C# developer, I often loop through lists of class objects. In this article, learn how to add values to a D365 list and loop through it. Additionally, learn how to add... Continue Reading →
D365 Collection Classes
In Microsoft Dynamics 365 for Finance and Operations, there are several ways to store a collection of values, known as D365 collection classes. Quite often, developers will insert values into tables that have different field names and can each have their own data type. Each record is saved to the database for reading later. With... Continue Reading →
D365 Performance Logs
In the last article, I explained how to create custom logs in Microsoft Dynamics 365 for Finance and Operations. In this lesson, learn how to expand custom logs to create D365 performance logs to help understand where performance may be improved. While performance improvement is a vast topic, this tutorial will show you how to... Continue Reading →
Apply A D365 Service Update
Learn how to apply a D365 service update in this tutorial. Microsoft releases four service updates, containing new hotfixes and features. Dynamics 365 for Finance and Operations administrators use Life Cycle Services (LCS) to apply these updates to the environments. In a previous article, I explained the schedule of when these updates are released and... Continue Reading →
D365 Continuous Updates
When Microsoft D365 for Finance and Operations came out, one of the major changes was the need to extend code and objects instead of overwriting them directly. This allowed for great benefits. D365 continuous updates allow new hotfixes and features to be applied to the system without overwriting custom development. A massive amount of time... Continue Reading →