Opslag

Viser opslag fra februar, 2016

Export Elements Tools V1.06

This Class is made to Export all or most recent changes to element in Dynamics AX. 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) The Class saves some data in SysLastValue ----------- SETUP ----------- In classDeclaration there is a macro #AXVER that has to be set to the right version of AX, to make the class work. ---------- DOWNLOAD ---------- You can download the latest version of the Class here, works on AX4, AX2009 and AX2012 Download Link ---------- CHANGELO