How to hide title of multi row variable set?

Sai Mohith Gand
Kilo Contributor

Hi,

I am trying to hide the title of the multi-row variable set but unable to achieve it since it's a mandatory field. Can you help me out with this.

Thanks in advance!!

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

I don't think there is any direct way to hide it.

Why that is required?

Regards
Ankur

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

View solution in original post

8 REPLIES 8

shahida1
Mega Contributor

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

I don't think there is any direct way to hide it.

Why that is required?

Regards
Ankur

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

Yes ankur we don't have but I don't require it anymore.

 thanks

 

Stefan Georgiev
Tera Guru

Hello,
I think that this is a bit late, but for people who are still looking for a solution, just create one onLoad CLient script on Catalog Item level and paste this:

function onLoad() {
    g_form.setLabelOf('<internal name of MRVS>', '')
}

Hope that helps someone!