Blog Article:
Using the Dynamics AX Collection Classes
The Microsoft Dynamics AX collection classes provide simple data structure implementation to allow developers to store and access simple types such as strings and integers, but also more complex types such as records and objects. Note that these classes are not abstract tools but used throughout base DAX code, especially areas of complex functionality including inventory closing, indirect cost calculation, production variance, master planning, and BOM calculation. The classes have a consistent API for creation, addition of elements, and access of elements. Each class has different restrictions on the kinds of data that can be stored and how that data is accessed. The table below summarizes these differences. Class Description […]
The blog post Using the Dynamics AX Collection Classes was first published by Junction Solutions on our Official Microsoft Dynamics AX Blog by Junction Solutions.