- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Please help me identify what widget is this in Service Portal.
It has a tooltip of "Open Analytics Window" with a pie icon, located above the Performance Analyzer widget.
I need help identifying it so I can control its role access.
Thank you very much.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago - last edited 4 weeks ago
Hi @marloii
As per my understanding, The button with the pie chart icon is not a standard Service Portal widget.
It is the User Experience Analytics Page Overlay.
Unlike typical portal components, this icon is not driven by a record in the sp_widget table. Instead, it is dynamically injected into the portal's DOM
The platform natively restricts its visibility based on user roles. Standard portal users will never see this button.
It is strictly visible only to users who possess one of the following roles:
adminanalytics_adminui_analytics_admin
If you want to disable it :
Navigate to Service Portal > Portals (
sp_portal.list).Open the record for your target portal.
- Click on 'View Analytics Settings' button
- And make it active false
Hope this helps! 😊 If it worked for you, please mark it as correct ✅ so others can benefit too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hello @marloii ,
A user with role portal_analytics_viewer can see Analytics Window icon, this role is used to control the visibility and access to the Analytics Window.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Check this KB :https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB2646792
I guess if you check the update set ->customer updates, you can get some clue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago - last edited 4 weeks ago
Hi @marloii
As per my understanding, The button with the pie chart icon is not a standard Service Portal widget.
It is the User Experience Analytics Page Overlay.
Unlike typical portal components, this icon is not driven by a record in the sp_widget table. Instead, it is dynamically injected into the portal's DOM
The platform natively restricts its visibility based on user roles. Standard portal users will never see this button.
It is strictly visible only to users who possess one of the following roles:
adminanalytics_adminui_analytics_admin
If you want to disable it :
Navigate to Service Portal > Portals (
sp_portal.list).Open the record for your target portal.
- Click on 'View Analytics Settings' button
- And make it active false
Hope this helps! 😊 If it worked for you, please mark it as correct ✅ so others can benefit too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Regarding the mentioned roles for the icon, is it possible to locate where it is defined?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
I looked into the Script Includes and widgets, but it seems like this is a protected component. The configurations might be hidden in their internal files, so we probably can't change it directly
Hope this helps! 😊 If it worked for you, please mark it as correct ✅ so others can benefit too.
