Author Archives: steve
Exporting Project Definitions
I concocted the following bit of code to automate the task of exporting project definitions to XPO files. It is a simple bit of code that allows the user to dump the project definition files to a specified folder.
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
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
Welcome!
Welcome to my blog. Please check back often as I will be adding more content as soon as I get the site completely up and running.