How to add MRVS "100 + rows" on a catalog item

shaik_irfan
Tera Guru

Hi,

 

We have a catalog item, where users wanted to submit 100+ rows, can we do that.

 

I see a property glide.sc.multirow_set.rows.size with the max for 50 rows, so we cannot do more than 50 rows?

 

 

1 ACCEPTED SOLUTION

sachin_namjoshi
Kilo Patron
Kilo Patron

You can configure maximum limit for a multirow variable set.

Configure Variable Set attributes with following:

max_rows=100

 

find_real_file.png

 

out-of-the-box the set_attributes field is not on the form lay-out.You will have to add it.

 

Regards,

Sachin 

 

View solution in original post

10 REPLIES 10

sachin_namjoshi
Kilo Patron
Kilo Patron

You can configure maximum limit for a multirow variable set.

Configure Variable Set attributes with following:

max_rows=100

 

find_real_file.png

 

out-of-the-box the set_attributes field is not on the form lay-out.You will have to add it.

 

Regards,

Sachin 

 

Ravi9
ServiceNow Employee
ServiceNow Employee
Before building this do analyze why we need such requirements to begin with? What kind of request form would you expect where an end user need to add row 100 times?

Hitoshi Ozawa
Giga Sage
Giga Sage

Hi Shaik,

Check shouvik's reply in the following thread before trying to increase the limit. Would recommend switching to use Excel attachment instead.

glide.sc.multirow_set.rows.size is an undocumented property and this should be used with caution.

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. 

https://community.servicenow.com/community?id=community_question&sys_id=7ea0569ddbcd2fc067a72926ca96...

I've found a KB article from year 2022 which states:

 

Updating the system property to a decent value should not lead to any performance problems. Unless customer would like to load large number of records like 10000 records at once.

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0994982