- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2020 10:37 AM
Hello,
i saw multiple question regarding multi row disable Remove all button and as well as delete button but i am not getting any solution regarding in this issue.
could not make it as a ready only variable because we want the edit button only in multi row variable.
i can see the widget is read only so we cannot hide it through css.
Is there any solution so that simply just remove Remove all,delete button from multi variable set because we need to utilize only edit button.
any solution would be welcome as there is no simple solution available(please notice i am not looking to clone widget)
Thanks in advance
Solved! Go to Solution.
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2020 12:06 PM
Hi there,
Oke if I understand it correctly, you do want to keep the edit button, nothing more? Because this is Service Portal... you could try to hide the elements through CSS. For example page specific CSS or widget instance options css.
For example see below. Where I've hidden the delete icon:
Did this by adding to the Page specific CSS:
.wrapper-xs.fa.fa-close {
display:none;
}
To understand a bit more how I did this, this article which I wrote a while ago might be helpful. Same principle. Inspect which elements you are after, and add page specific CSS:
Removing Service Portal Catalog Item Help tag icons
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP
---
LinkedIn
Community article list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2020 11:35 AM
you don't have to clone widget.
you can write catalog client script for your catalog item which contains this multi -row variable set.
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2020 12:06 PM
Hi there,
Oke if I understand it correctly, you do want to keep the edit button, nothing more? Because this is Service Portal... you could try to hide the elements through CSS. For example page specific CSS or widget instance options css.
For example see below. Where I've hidden the delete icon:
Did this by adding to the Page specific CSS:
.wrapper-xs.fa.fa-close {
display:none;
}
To understand a bit more how I did this, this article which I wrote a while ago might be helpful. Same principle. Inspect which elements you are after, and add page specific CSS:
Removing Service Portal Catalog Item Help tag icons
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP
---
LinkedIn
Community article list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2020 02:26 AM
Hey Hi Mark, i was actually able to do disable these buttons but its impacting other record producers. So is there anything i can do to restrict it to a particular RITM?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2021 04:43 AM
Hi Mark,
Is there a way to hide this X icon with CSS, or any way in Service Portal, for one specific Catalog Item rather than all items?