Maximum number of MRVS rows

MiY
Tera Contributor

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.

6 REPLIES 6

Aman Kumar S
Kilo Patron

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.

 

 

Best Regards
Aman Kumar

Vaibhav_Nikam
Tera Guru

Hi @MiY 

I hope the below article helps resolve your doubts.

 

How many MRVS rows to add? 


If my response finds helpful, please indicate its helpfulness by selecting Accept as Solution and Helpful.

Thanks,

Vaibhav Nikam

Sumanth16
Kilo Patron

Hi @MiY ,

 

  1. Go to System Properties: /sys_properties_list.do
  2. Add a new property named 'glide.sc.multirow_set.rows.size' if it is not already existing
  3. 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

Sonam_Tiwari
Kilo Sage

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.

 

 

 

Consider indicating the response as helpful and marking it as correct if it meets your needs.