Enable audit history on user table

servicenow_devo
Tera Expert

What are the steps to enable audit history logs list view in sys user table.

Thankyou
1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi @servicenow_devo ,

Please follow below to turn on audit on sys_user table.

-- Navigate to System Definition --> Dictionary

- Open below record for dictionary on your instance.

 

SandeepDutta_0-1672633759344.png

 

 

- Click on audit to true for this record and save dictionary record.

 

SandeepDutta_1-1672633759254.png

 

 

- After you turn on audit for sys_user table, you can configure activity for-matter for sys_user table to see old and new values for user records.

View solution in original post

6 REPLIES 6

Community Alums
Not applicable

Hi @servicenow_devo ,

Please follow below to turn on audit on sys_user table.

-- Navigate to System Definition --> Dictionary

- Open below record for dictionary on your instance.

 

SandeepDutta_0-1672633759344.png

 

 

- Click on audit to true for this record and save dictionary record.

 

SandeepDutta_1-1672633759254.png

 

 

- After you turn on audit for sys_user table, you can configure activity for-matter for sys_user table to see old and new values for user records.

Thanks for the detailed info.

May I know how we can configure activity for the same.

Thankyou

Community Alums
Not applicable

Hi @servicenow_devo ,

You can refer to this Doc to configure as per your requirement :

 https://docs.servicenow.com/bundle/tokyo-platform-administration/page/administer/form-administration...

 

 

Hi Sandeep,

 

I couldn't see in form view on audit field but available in list view 

 

I tried to mark audit field to one field in dictionary of sys user table still Audit is not available 

Thankyou