Dynamics AX change tracking
Its quite common for businesses to want to synchronize data between different applications. One method is to periodically do bulk data loads where the entire table is exported from AX and then imported into the other application, this is quite inefficient as usually not much of the data has changed and changes in AX are not available in the other application until the batch job has run. A better method is to track changes to records (inserts, updates & deletes), then only ex
