How do we know who has changed the position of widgets in a dashboard

burhanaskar
Tera Contributor

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.

6 REPLIES 6

Kirby R
Kilo Sage

@burhanaskar ,

 

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 Manders
Mega Patron

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