- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 05:29 AM
Hello Community,
We have a catalog item which contains Multi-Row Variable Set. We are looking for an approach to hide the fields on the list view of MRVS and show on the form when Add button is clicked or dialogue box is opened up.
We have used rich text variable and a string variable for different purposes and we wanna hide them on the list view as it doesn't serve the purpose to show on list view and confuses user.
Can someone please help.
Thanks,
Prerani
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 08:08 AM
Unfortunately that is not possible to do. You can remove them in both views but not possible to hide it on list alone before clicking the add button.
Accept the solution and mark as helpful if it does, to benefit future readers.
Regards,
Sumanth

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 08:08 AM
Unfortunately that is not possible to do. You can remove them in both views but not possible to hide it on list alone before clicking the add button.
Accept the solution and mark as helpful if it does, to benefit future readers.
Regards,
Sumanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 08:13 AM
That is true, its not possible from what I have checked. But if there is any possible way through DOM or any other exceptional way. Please let me know!!!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 08:31 AM
Might be possible with DOM in a onLoad client script but not recommended approach and I haven't tried it.