How to set the limit to the multi row variable set variable for only 10

Sowmya
Tera Contributor

How to set the limit to the multi row variable set variable for only 10  in a catalog form

1 ACCEPTED SOLUTION

Allen Andreas
Administrator
Administrator

Hi,

On the variable itself, you can set the limit to 10:

max_rows=10

So on the MVRS set itself, add the variable set attributes field to the form (if not already present), then set the attribute as mentioned above:

find_real_file.png

Please mark reply as Helpful/Correct, if applicable. Thanks!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

View solution in original post

12 REPLIES 12

Allen Andreas
Administrator
Administrator

Hi,

On the variable itself, you can set the limit to 10:

max_rows=10

So on the MVRS set itself, add the variable set attributes field to the form (if not already present), then set the attribute as mentioned above:

find_real_file.png

Please mark reply as Helpful/Correct, if applicable. Thanks!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

Hi Allen , I tried using set attributes but its not working , am i doing it in a correct way?find_real_file.png

Hello,

Great, glad your issue is resolved.

I tried to not only include a screenshot, but provided the exact input (you said 10 in your original post) for you to use. I'm glad it worked after removing any spaces and using the format I specifically mentioned above.

Take care! 🙂


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

Chetan Mahajan
Kilo Sage
Kilo Sage

Hi Sowmya,

          You can expand the OOTB 50 row limit with the following sys_properties:

glide.sc.multirow_set.rows.size

Set this property to whatever new limit you want.