D365 Map

Each item in a D365 map stores a key and a corresponding value, making a pair. Each key in a map collection is unique, but the associated value does not need to be. Additionally, the data type of the key and the value does not need to be the same. For example, a developer can... Continue Reading →

D365 Set

A D365 set is a unique, unordered collection that contains elements of all the same data type. This is similar to a mathematical set. The allowed values are all of the possible types of the Types base enum. If you try to add a duplicate value, it will not be added. Sets are very useful... Continue Reading →

D365 List

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 →

Proudly powered by WordPress | Theme: Baskerville 2 by Anders Noren.

Up ↑