
Announcements
I have a list in a view (model-driven app) and I would like users to be able to access the audit history records for when changes are made to fields in the list.
Currently, users have to click into a form which has event listeners to call a JS script when a change is made and these are displayed in another list. Having done some research, it doesn't look like it's possible to add events outside of a form so I'm posting in the hopes there is another way to do this - such as displaying the audit logs in a user-friendly view.
Does anybody have any recommendations on how to go about this?
If they want a summary view, and they have sufficient access they can browse and filter the Audit Summary View from Advanced Settings:
On-premise versions of Dynamics365 allowed you to create SSRS reports for audit but it seems like that's not possible anymore.
If you can install XrmToolBox there is a tool that lets you view and extract audit data:
https://www.xrmtoolbox.com/plugins/AuditHistoryExtractor/
I verified in works for PowerApps and they could use it directly or you can export the data for the users (assuming elevated access users want to see this info).