How do we know who has changed the position of widgets in a dashboard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2025 10:06 PM
Somebody who has access to edit the dashboard had done following changes. How can we investigate to know the person made changes and when were the changes made?
1. Changed the size of a widget.
2. Removed a widget from the dashboard and changed the layout.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2025 11:08 PM
try to check these tables for update.
par_dashboard_user_metadata
par_dashboard_canvas
par_dashboard_widget
As for delete, not sure maybe you can check sys_audit_delete but will only work if the record is audited.
hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2025 11:42 PM
It depends on how you are auditing. Dashboard changes are recorded in the sys_update_xml table, so if you know when it was still as expected, you can check on the 'updated by' of the record in that table.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark