Is there a way to capture who has viewed a knowledge article?

Xavier_Wharton
Giga Guru

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? 

3 ACCEPTED SOLUTIONS

Siddhesh Gawade
Mega Sage
Mega Sage

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

View solution in original post

Hi @Xavier_Wharton 

 

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]

****************************************************************************************************************

View solution in original post

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

View solution in original post

7 REPLIES 7

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. 

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

I'm going to test this out now in my Dev environment and report back ASAP. Thank you.