Maximum number of MRVS rows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2024 08:25 PM
How many rows can MRVS add?
Also, if there is a way to set an unlimited number of rows that can be added, please let us know.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2024 08:37 PM
Hi @MiY
You can set the max limti as below:
- Go to System Properties: /sys_properties_list.do
- Add a new property named 'glide.sc.multirow_set.rows.size' if it is not already existing
- Set its 'Value' to an integer which will be the maximum number of rows allowed.
- For example: Set 'Value' to 100 and 'Type' to Integer.
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2024 08:38 PM
Hi @MiY
I hope the below article helps resolve your doubts.
If my response finds helpful, please indicate its helpfulness by selecting Accept as Solution and Helpful.
Thanks,
Vaibhav Nikam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2024 08:42 PM
Hi @MiY ,
- Go to System Properties: /sys_properties_list.do
- Add a new property named 'glide.sc.multirow_set.rows.size' if it is not already existing
- Set its 'Value' to an integer which will be the maximum number of rows allowed.
- For example: Set 'Value' to 100 and 'Type' to Integer.
There is a reason for keeping the row limit to 50. Based on our analysis we have found that system performance will start degrading exponentially when the size increases more than 50. Hence the limit has been set to 50.
So, if someone is increasing the limit more than 50, it will have performance implications.
If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!
Thanks & Regards,
Sumanth Meda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2024 08:45 PM
You can change this property -glide.sc.multirow_set.rows.size
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0818277
However, why do you want to add unlimited rows in mvrs? Can you potentially make use of attaching Excel files in your catalog?
This will ultimately degrade the performance.