MRVS Records Not Fully Visible When glide.ui.list_v3.enable system property is True

tanuja_g
Tera Contributor

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!

5 REPLIES 5

Ankur Bawiskar
Tera Patron
Tera Patron

@tanuja_g 

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.

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

tanuja_g
Tera Contributor

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.

@tanuja_g 

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.

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

@Ankur Bawiskar 

 

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?