Hi All,
I have a requirement, where i need to get the previous version of the particular record. I am importing data via Excel and data entities, the record imported is updating the existing records, I want to compare both the values (Previous and newly updated).
Please tell me, if there is any way to find that.
Thanks,
A.K.
*This post is locked for comments
The previous version is not stored anywhere. If you want to compare, you should enable Database logging for the underlying table, for all the fields you wish to monitor. But please remember that database logging causes a performance price, and can consume a lot of database space, so you should not use it for transactional tables.
If you don't have a copy, then the old version simply doesn't exist anymore and therefore you can't use it for any comparison.
Or do you mean that you want to compare data before actually updating the record (comparing data in a staging table with the actual entity data)?
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156