How to hide the Add Row label title on MRVS form

Community Alums
Not applicable

Add_Rows.PNG

 

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.

 

6 REPLIES 6

Community Alums
Not applicable

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 :

https://www.servicenow.com/community/developer-forum/change-the-add-row-button-title-on-mrvs/m-p/1451122

 

Community Alums
Not applicable

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

 

Add_Rows.PNG

 

 

Community Alums
Not applicable

Hi @Community Alums ,

 You cannot do it OOTB.

Ankur Bawiskar
Tera Patron
Tera Patron

@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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader