How can we hide the Reference "i" icon in portal without CSS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2024 11:43 PM
Hi Everyone,
I want to hide the "i" icon in portal for a reference variable without using the CSS. We tried by putting attribute " ref_decoration_disabled = true" in variable attributes but it is not working. Is there any possible way to achieve this?
Regards,
Madhav.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2024 11:52 PM
- Navigate to System Definition > Dictionary
- Filter the list to find the reference field of which you want to disable the information icon
- Open the record (eg. Caller)
- Add this line to the Attributes: ref_decoration_disabled=true
- Save/Update the record
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2024 05:49 AM
Hi palanikumar,
I believe this solution you provided only works on the classic UI and not on the portal. I actually have the same problem on how to hide the 'i' icon of a reference field specifically in the Service Portal. Appreciate anyone who can help with this!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2024 11:55 PM
Make sure the white spaces are not used. Add only the below content
ref_decoration_disabled=true
Palani