Tag Archives: SysDictClass
Automatic Class Pack/Unpack Part 2
In a previous post I demonstrated a way to pack & unpack a class in a manner that would always be version independent without the use of macros. In AX 2012 Microsoft added attribute support for classes and methods. When … Continue reading
Posted in AX 2012, Microsoft Dynamics AX
Tagged Code Sample, Reflection, SysAttribute, SysDictClass, SysDictMethod, X++
2 Comments
Automatic Class Pack/Unpack
A common task associated with creating objects in Dynamics AX is giving them the ability to be packed into a container for storage as a SysLastValue entry. The common methodology used for this is to declare a version and a … Continue reading
Posted in AX 2009, AX 4.0, Microsoft Dynamics AX
Tagged Code Sample, Reflection, SysDictClass, X++
1 Comment