- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2024 08:57 AM
We just deployed ServiceNow with Employee Center Portal to Production. We impersonated executives to test all of our catalog items, then deleted all the data. How can I clear the My Recent Items from the impersonated user's account? TIA
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2024 09:35 PM
Hi there,
Is it the "Recent & Popular Items" widget that you mean?
The recent items, are generated based on the sp_log. Did you have a look at the sp_log?
The popular items are generated based on the catalog_channel_analytics (if I read the widget code correct 😅).
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2024 09:35 PM
Hi there,
Is it the "Recent & Popular Items" widget that you mean?
The recent items, are generated based on the sp_log. Did you have a look at the sp_log?
The popular items are generated based on the catalog_channel_analytics (if I read the widget code correct 😅).
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2024 05:49 AM
Yes, that was exactly what I was looking for! Deleting the Cat Item View and Page View records did the trick!