Monthly Archives: May 2011
Parsing Date Strings
Dynamics AX provides functions for parsing date strings into a date object but they are limited at best. The following static method uses the .Net date parsing functionality to create a X++ date object from any valid date string without … Continue reading
Posted in AX 2009, AX 2012, AX 4.0, Microsoft Dynamics AX
Tagged CLRInterop, Code Sample, Dates, X++
Comments Off
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