Knowledge Portal - Pull recently viewed articles by user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2022 09:57 PM
Good day,
We have a requirement to show recently/last viewed articles by the logged in user in the portal. Is this possible and has anybody tried this? How?
I have tried to use the kb_use table which does comes up with the list but doesn't allow the article to be viewed once clicked. All suggestions are welcome.
Thank you.
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2022 10:10 PM
Hi Mary,
Can you try from the following Article?
Reporting on Knowledge Article Views
Hope it helps.
Thanks,
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2022 02:35 PM
Hi Raj,
I saw that article too but you can't open the KB article if using the kb_use table. I raised this with ServiceNow as well and unfortunately it's a customization and out of scope for Technical Support.
I was hoping someone in the community had this requirement before and could point me in the right direction.
Kind regards,
Mary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 01:29 PM
You could try creating a database view to join the kb_knowledge table and the kb_use table that way you can use data from both tables and allow for the user to open the articles via the kb_knowledge table itself.