After my
hard drive crash, I decided that I should really create a way to automatically back up all the code for all of my active projects. So, I've added an "exportAllProjects()" method to my "
startup projects" class. This method takes my list of active projects, iterates through them, and exports each one to a standard XPO file, in a sub-folder off the My Documents folder.
I've created a menu item for this, and attached it to the Development Tools menu. So, now I can backup all the objects in all of my active projects in one fell swoop. It would nice to be able to do this automatically, but I'm not sure I want to start messing around with doing this as a scheduled job just yet.
Labels: Dynamics AX