- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2022 09:24 AM
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?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2022 09:59 AM
You can configure maximum limit for a multirow variable set.
Configure Variable Set attributes with following:
max_rows=100
out-of-the-box the set_attributes field is not on the form lay-out.You will have to add it.
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2022 11:36 PM
It may be easy to insert many records into mrvs, but there may be performance issue every time the record is accessed after that.