web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Exporting Dynamics AX development elements

Rudi Hansen Profile Picture Rudi Hansen 4,071

I made this little class for Dynamics AX, that exports the changes you have made to development elements.

Class for exporting a users changed elements.

The Class runs through UtilElements and selects records based on Current User, modifiedDateTime and createdDateTime and then exports the changed elements to a folder.

The file name of the exported elements are based on Element type, Element name, version and export version. (Version is taken from UtilElements, and export version is an internal variable that is incremented with each export.)

When running the class you are prompted for Directory (Where to put the exported file) and Processing Date (Used to query against modifiedDateTime and createdDateTime)


---------- Download ----------
For Dynamics AX 2009 (link)
For Dynamics AX 2012 (link)

---------- Problems / Errors -----------

The Class saves some data in SysLastValue, so it should always be run in the same company, or it might fail.


This was originally posted here.

Comments

*This post is locked for comments