Monthly Archives: May 2013
Objects not in Version Control (AX 2012)
If you’ve ever worked in a development environment that utilizes version control I’m sure that you have fell victim to the “missing objects” error during the build phase. This usually happens because sometimes you create objects in the AOT and … Continue reading
Posted in AX 2012, Microsoft Dynamics AX
Tagged AX 2012, Code Sample, Model Elements, SysModel, VCS, Version Control
Comments Off
Language Specific Number Formatting
I recently encountered a situation in AX where I needed to convert a number into a string that was specific to the current user’s language setting. AX provides a method called num2str for converting a real number into a formatted … Continue reading