- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2023 05:05 AM
Hey everyone,
I have 2 multi row variable sets on a catalog item. And I want to configure the message which appears when I hover over the "Add" button on MRVS.
Please see the text in yellow in above image ^ which I need to modify as below:
1. When user hover the cursor over Add button under Instance File system - Standard Layout "You can add only 64 rows" help text should appear.
2. When user hover the cursor over Add button under Log File system - Standard Layout "You can add only 1 row" help text should appear.
Thanks in advance,
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2023 08:27 AM
Hi @AMan1997
It displays what being set on this attribute , if its empty default its 50
1)Create or Set the propety "glide.sc.multirow_set.rows.size" to 64 (integer type) and set the attribute as max_rows=64 on the MRVS.
Keep in mind this would degrade your system/form performance (since your overriding deafult value)
Result:
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2023 08:52 AM
Ok, so the above worked. Thanks a lot!!!
Just one observation:
When I created the property - glide.sc.multirow_set.rows.size and gave a value 'x' .
Then the "Variable Set attributes" accepted a value less than 'x' . Even we try to set a value 'x' or greater the below error shows::
So in my case, I had to give value 65 in property. For attribute to accept value 64 and display the same.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2023 08:27 AM
Hi @AMan1997
It displays what being set on this attribute , if its empty default its 50
1)Create or Set the propety "glide.sc.multirow_set.rows.size" to 64 (integer type) and set the attribute as max_rows=64 on the MRVS.
Keep in mind this would degrade your system/form performance (since your overriding deafult value)
Result:
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2023 07:40 AM
Hi @AMan1997 ,
If my response answered your question,Close this thread by accepting the solution so that it helps someone hunts similar answer.
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2023 08:52 AM
Ok, so the above worked. Thanks a lot!!!
Just one observation:
When I created the property - glide.sc.multirow_set.rows.size and gave a value 'x' .
Then the "Variable Set attributes" accepted a value less than 'x' . Even we try to set a value 'x' or greater the below error shows::
So in my case, I had to give value 65 in property. For attribute to accept value 64 and display the same.