- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2023 02:05 AM
Hello,
Someone in my organization asked if there is a way to track who has viewed an article within ServiceNow.
I know there is a view count; however, is there a way to capture who has viewed an article, too? And if so, are there any suggestions for capturing that in a report?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2023 04:51 AM
Hello @Xavier_Wharton ,
Yes, there is way !!!
You can use kb_use table. to track who has viewed an article.
If any user views an article new record entry is being created showing which user viewed the article.
Check out below link for more reference:
How can I produce a report of who viewed our KB articles
Can I find out who has viewed my articles?
Can I find out who has viewed my articles?
Kindly mark the answer ✔️Correct or Helpful ✔️If it addresses your concern.
Regards,
Siddhesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2023 07:00 AM
You can created report on kb_use table.
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
01-01-2024 05:23 AM
Hello @Xavier_Wharton ,
Does this resolved you issue ? If yes, It would be great if you mark my response as CORRECT or Helpful so that others can see this on top of the list and get benefited by this.
Thanks & Regards,
Siddhesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 07:29 AM
I was able to locate the table, so thank you for that. However, I notice that the table contains the KB article number and different versions. However, there is no field that shows the KB article title.
I have informed the requestor that this is likely by design, however is there a way to bring in that information either on the kb_use table or via a report?
If the latter (report), what would be the simplest way to bring that in? The goal is to see what articles members of a specific team are looking at and make this visible to a knowledge manager.
I did confirm that the knowledge manager can view the kb_use table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2024 05:23 AM
Hello @Xavier_Wharton ,
Does this resolved you issue ? If yes, It would be great if you mark my response as CORRECT or Helpful so that others can see this on top of the list and get benefited by this.
Thanks & Regards,
Siddhesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 08:54 AM
I'm going to test this out now in my Dev environment and report back ASAP. Thank you.