- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2019 12:55 PM
Hi,
Can we bring the user history in the related list of user table(next to roles, groups, Delegates....
how could we configure the view
Right Click header --> history --> calendar
into a related list or tab
Thanks
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2019 09:33 AM
Please follow below to turn on audit on sys_user table.
-- Navigate to System Definition --> Dictionary
- Open below record for dictionary on your instance.
- Click on audit to true for this record and save dictionary record.
- 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.
https://docs.servicenow.com/bundle/london-platform-administration/page/administer/form-administration/concept/c_ActivityFormatter.html#t_AddTheActivityFormatterToAForm
Regards,
Sachin
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2019 01:00 PM
Right Click on the user record, configure>Related list and bring History->USer from available to selected.
Please mark my response as correct and helpful if it helped solved your question.
-Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2019 01:03 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2019 03:05 PM
sys_user table is NOT audited OOB.
You need to turn on audit on sys_user table first and then you can configure activity for-matter on user table to show changed field values.
https://docs.servicenow.com/bundle/geneva-servicenow-platform/page/administer/security/task/t_EnableAuditingForATable.html
https://docs.servicenow.com/bundle/london-platform-administration/page/administer/form-administration/concept/c_ActivityFormatter.html
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2019 09:13 AM
Hi,
Thanks for your response!
Could you break down the steps to turn on the audit on sys_user table cause I looked into the tables and dictionary perspective couldn't turn on the audit history
I tried to turn on the audit via field perspective on dictionary but I couldn't save
FYI, based on the documentation
Sys_user table is already a part of glide.ui.audit_deleted_tables properties in my instance.
Besides this option, is there any alternative method of tracking the audit history of users?
Thanks