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

@shaik.irfan If it's being automatic, why not put them into a separate table and add relationship to the table instead of adding them as an mrvs?

It may be easy to insert many records into mrvs, but there may be performance issue every time the record is accessed after that.