22

Need to have simple auto user activity tracking for insert delete and update. Currently we have to activate user activity tracking but it is bit cumbersome to get data. By default system should track all those with simple activation. Reports should be very user friendly to understand what was previous value and what is new value. Deleted records should goto deleted table etc. Thanks much Sandip

Category: System
STATUS DETAILS
Declined
Ideas Administrator

Thank you for your feedback. Currently this is not in our roadmap; however, we are tracking it and if we get more feedback and votes, we may consider it in the future. 

 

Sincerely, 

Jodi Christiansen

PM, Microsoft 

Comments

S

As far as Enabling tracking...I simply created a SQL Job with this query which runs daily.
UPDATE DYNAMICS..SY60100
SET TRKUSER=1
WHERE TRKUSER=0

Category: System