How to hide a variable from a mrvs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2023 04:50 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2023 04:59 AM
Hi @Krithika R ,
Below mentioned article could help you:
Please mark helpful and accept solution if it helped you.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2023 05:12 AM
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