Hi All,
We have AX 2012 as ERP system and what I found that ModifiedDate and CreatedDate are not enabled for most of the tables and due to this We Data Warehouse not able to extract delta data from AX. I had a discussion with AX team and seems like Enabling ModifiedDate and CreatedDate can create performance issue with AX. Ax team argument is enabling ModifiedDate and CreatedDate are not recommend from Microsoft. Also If ModifiedDate and CreatedDate need to be enabled on all the tables then AX team has to modify all custom applications modifying data within ax to include these 2 columns as part of custom applications. Seems like enabling ModifiedDate and CreatedDate on each and every table now is a big development work.
AX team recommendation is to go with change tracking feature of SQL Database instead enabling ModifiedDate and CreatedDate.
https://www.timmitchell.net/post/2016/01/18/getting-started-with-change-tracking-in-sql-server/
Just wanted to check with AX Gurus. What is best option here out of 2.
Also there is any other way to capture the delta from AX.
Thank you in advance.