How to hide a variable from a mrvs

Krithika R
Tera Contributor

Hi All,

I need to hide a variable from the MRVS  from the row itself. Is that achievable ?

I have a variable please_specify_the_reason inside the MRVS but this should be visible base on the another field reason_for_disposal = other ( this is select box when I select other, then the please_specify_the_reason should be visible else it should not in the row)

Need to hide this from the row. I can achieve this in the form but how about from the row

KrithikaR_0-1678452546750.png

 

2 REPLIES 2

shivangi k
Kilo Sage

Hi @Krithika R ,

 

Below mentioned article could help you:

 

https://www.servicenow.com/community/developer-articles/hiding-multi-row-variable-set-variables/ta-p...

 

Please mark helpful and accept solution if it helped you.

 

Regards,

Mohith Devatte
Tera Sage
Tera Sage

Hello @Krithika R ,

I think  this issue is there from previous releases also.

It does not hide the field at the row level .You might have to do some DOM in client script to hide it at row level but it is absolutely not recommended to do it .

 

Hope this helps 

Please mark the answer correct if this helps you 

Thanks