Hide Remove all and cross button from multirow variable set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2019 03:31 AM
Hi All,
i need to hide remove all and cross buttons from multirow variable set .
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2020 10:54 AM
I am trying do the same butting below error message
var y = this.document.getElementsByClassName("btn btn-sm icon-cross multi-row-delete-row");
Error :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2020 09:00 AM
This worked for me! I am updating the MRVS values based on selecting an option from another variable on the Catalog Item. I was able to apply this on an onChange Client Script (on Cat Item) and get it to work successfully.
This is the real answer here folks. My instance is Orlando.
Thank you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2020 12:22 PM
Hi,
I have written an article on disabling buttons in the MRVS by collating the information from this and other posts. Kindly refer to this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2020 11:06 AM
I am trying do the same butting below error message and i have tried g_form.getField(). It displaying no such method. Could i doing something?
var y = this.document.getElementsByClassName("btn btn-sm icon-cross multi-row-delete-row");
Error :

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2021 01:18 PM