MRVS Records Not Fully Visible When glide.ui.list_v3.enable system property is True
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 02:08 AM
Hi All,
I'm experiencing an issue where, on a RITM form, the Multi-Row Variable Set (MRVS) only displays 3 records when the system property glide.ui.list_v3.enable is set to true.
If I set the property to false, all MRVS records are visible, but this negatively impacts the list layout — specifically, the Grid and Split view buttons disappear across other tables on the list layout.
Is there a way to show all MRVS records without turning off glide.ui.list_v3.enable and without affecting the standard list layout functionality?
Any guidance or workaround would be appreciated.
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 02:11 AM
are you saying all MRVS rows are not visible by default?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 02:20 AM
Hi Ankur
Yes, all MRVS rows are not visible.
Suppose if i added 10 rows in MRVS, only 3 rows are visible when glide.ui.list_v3.enable is set to true.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 02:24 AM
I don't think then any other workaround.
You will have to set that property to false so that your user can view all MRVS rows.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 10:25 PM
We need both functionalities to coexist:
All MRVS rows should be visible on the catalog item view
The Grid and Split view buttons should remain functional across the platform
Is there a way to achieve this without turning off glide.ui.list_v3.enable and without affecting the standard list layout?