- 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
This is noted.
Thank you very much for the information! This is a big help.
- 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
Thank you very much for information!
