Track the Users list that who had viewed my RITM record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2018 02:48 PM
Hi Guys,
I have requirement that we have Catalog Item for HR and we want to track the users list that who have viewed the HR RITM wiith Date and time. Hr is trying to get list of users that who have viewd their requests. Is anyone implemented the same functionality in your ServiceNow instances?
Thanks,
Chaitanya
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2018 03:00 PM
Hi Chaitanya,
You can use a display business rule that inserts a record on a custom table. The business can document the current user, the time it executes, and the record it was executed on.
Here is a related community post from 2 years ago:
As Chuck recommends in that post, building a custom table to maintain the record views is an ideal method for reusability on other tables.