Check records when an update is made to a field by CRM Administrators (Legal reasons).
For Example
Administrators made changes to the field 'fruit type' and option selected was "Mango" on the 30/1/17
but on the 1/2/2017 the fruit type Mango is now replaced with "mangoes"
want to be able to view these system changes as audit trail and records and which user(admin) made that change.
System limitation is D365 Online, no access to database.
Thanks
You can create a custom entity for example -
A work flow can create records in the custom entity when the field values change.
There you can store all the necessary data, old value, new value, change by user etc.
Assuming only Admins can make changes to the field.
Hi Teddy,
There's no OOTB option to Audit Customisation changes. You could OOTB audit View and Security Role changes.
You could implement a set of plugins that runs on Publish and PublishAll messages which stores required details on a custom entity.
The bigger problem is who you give System Administrator access to. Even if you store the audit history in the custom entity, a System Administrator theoretically can delete the records since he/she has access to it. If you want to avoid that then you will have to store the audit details outside of CRM which CRM System Administrators don't have access to. Who ever has access to the external database can theoretically delete it from there as well.
Bottom line is, if you can't trust someone to do the right thing as a System Administrator, don't give them System Administrator access. It's best practice to minimise number of people who has System Administrator access, especially for Production instances.
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... 290,818 Super User 2024 Season 2
Martin Dráb 229,147 Most Valuable Professional
nmaenpaa 101,156