Often it is useful to be able to access the datasource field properties on a form through X++. This is essential for modifying the allowEdit property at run-time for example.
Måned: juni 2014
Microsoft Dynamics Ax
List in X++ / Dynamics AX | Dynamics AX – Development Blog
by Bo Jensen •
List is a type of data structure and collections, it can contain unlimited items, in x++, list can be created of several Types(specified in the Types base enum), the type must be specified on the declaration and it cannot be changed after the initialization. There are some classes exists to enumerated and iterate the…
