- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2018 09:35 AM
Hi All
We are showing a Record producer in the Service Portal. It has a reference field pointing to cmdb_ci table. if we select any CI, then we will see the reference icon (i).
If we click on it, we are seeing default view.
How can we change it to a different view?
We have sys_popup view, sp view. But, we are not seeing these views. Even if i add view=sp in the url, i see the same default view.
Any help is really appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2018 05:45 PM
Hey,
You can add the CSS:
.add-on { display: none; }
To and page/widget that you'd like to hide the reference icons from.
I haven't found any way to modify the view that is displayed in them. (as Portal doesn't respect a `sys_popup` view)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2026 11:47 AM
Was a solution found ? I am also looking to edit the pop up view on the service portal and cannot seem to find a global reusable solution.