How to hide the Add Row label title on MRVS form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2023 09:24 PM
I was able to inspect and find this element on a multi-row variable set
<h1 id="catalog_table_variable_dialog_title" class="modal-title h4"> Add Row <button class="btn btn-icon icon-help help"> <span class="sr-only">Help</span> </button> </h1>
I need to be able to change the label of my MRVS from Add Row to whatever the context of the Variable set is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2023 09:30 PM
Hi @Community Alums ,
IT requires DOM Manipulation, which is not recommended by servicenow. However, if you still want to proceed with. then you can refer to this solution :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2023 09:37 PM
The link that you shared is for the mrvs button but I want to Hide the label add a row that is visible after we click the mrvs button
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2023 09:46 PM
Hi @Community Alums ,
You cannot do it OOTB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2023 09:44 PM
@Community Alums
Don't do it.
You might have to use DOM manipulation for this which is not recommended.
Inform the customer that it's not best practice to remove it or do this type of requirement
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader