How to log history of manager change for user records

dho
Tera Contributor

How do you enable an audit trail of changes to the Manager field for records in the sys_user table?

1 ACCEPTED SOLUTION

SatyakiBose
Mega Sage

Hello @dho 

The sys_user table is not audited by default.

You need to perform the below steps to audit the manager field.

  1. Go to sys_user.list
  2. Right click on the list header and click on configure dictionary
  3. You would find a list entry with type=collection.
  4. On this, you need to set the audit field to true.
    SatyakiBose_0-1676813866397.png
  5. Now go back to sys_user.list
  6. Right click on the list header, and from the context menu, select History > Calender or List.
    You will be able to see the audit trail now.

View solution in original post

1 REPLY 1

SatyakiBose
Mega Sage

Hello @dho 

The sys_user table is not audited by default.

You need to perform the below steps to audit the manager field.

  1. Go to sys_user.list
  2. Right click on the list header and click on configure dictionary
  3. You would find a list entry with type=collection.
  4. On this, you need to set the audit field to true.
    SatyakiBose_0-1676813866397.png
  5. Now go back to sys_user.list
  6. Right click on the list header, and from the context menu, select History > Calender or List.
    You will be able to see the audit trail now.