
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-12-2019 09:48 AM
Hi all,
I'm trying to find the best solution to remove the preview icon from one of my reference variable (Requested for) from all the items on the Service Catalog. Can someone assist suggesting the 'best practice' solution?
Thank you,
Preet Patel
The icon looks like this .
Solved! Go to Solution.
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-26-2020 02:46 PM
Did you ever solve this?
If you're on a portal page, you can add page specific css to hide it.
That element has a class of 'add-on' so in the Portal Page's Page Specific CSS you can add:
.add-on{
display: none;
}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-18-2019 01:52 PM
Remove the spaces from around the = and true. Treat it all as one set thing:
ref_decoration_disabled=true
Please mark reply as Helpful/Correct. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-18-2019 02:03 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-18-2019 02:21 PM
Hi,
Yea, my apologies. It appears while this does work for normal fields:
https://hi.service-now.com/kb_view.do?sysparm_article=KB0714705
It doesn't seem to work on variables...only way would be DOM manipulation for the back-end UI...and I think you want Service Portal as well.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā11-13-2020 11:11 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā11-13-2020 12:54 PM
Hi,
I'm glad my suggestion above helped you.
Please mark that post above as "Helpful".
Take care!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!