Tracking productivity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-01-2024 07:45 PM
Hi,
I was wondering if there was a feature on ServiceNow that tracks when you just click on and view a record whether its status is new, open, awaiting information, closed, or resolved and can that be exported into a report? I feel like it only tracks when you've made a change/updated the record like making a note or comment. The only way I have been able to see what records I have viewed is if I have updated them and used the filter from workspace with update contains (employee name,) updated on (date). I'm not sure if I have access to Performance Analytics or report Designer.
Thank you in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2024 05:31 AM
Hi @mjbelcher
I was wondering if there was a feature on ServiceNow that tracks when you just click on and view a record whether its status is new, open, awaiting information, closed, or resolved and can that be exported into a report?
Atul: Not sure, but give a try on this
As each record is loaded, ServiceNow updates the count. A more efficient way to get this same information, though, is through data aggregation with the GlideAggregate class. GlideAggregate gets the database to count and returns the result
I feel like it only tracks when you've made a change/updated the record like making a note or comment.
Atul: Practically yes.
The only way I have been able to see what records I have viewed is if I have updated them and used the filter from workspace with update contains (employee name,) updated on (date). I'm not sure if I have access to Performance Analytics or report Designer.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2024 05:35 AM
ServiceNow doesn't track simple record views. You can only track changes made to records. No easy way to report on records you've just viewed without modifying them.