- 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-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-02-2019 11:32 AM
I appreciate your help!
Thanks Sachin