Maximum number of MRVS rows

MiY
Tera Contributor

How many rows can MRVS add?

Also, if there is a way to set an unlimited number of rows that can be added, please let us know.

6 REPLIES 6

Maddysunil
Kilo Sage

@MiY 

By default, ServiceNow does not impose a strict limit on the number of rows that can be added to an MRVS. However, there might be practical limitations based on factors such as system performance and user experience.

 

If you want to set an unlimited number of rows that can be added to an MRVS, you can achieve this by not enforcing any specific limit in the configuration of the variable set. Simply do not set a maximum limit for the number of rows.

To configure an MRVS without a maximum limit for rows:

  • Go to System Properties: /sys_properties_list.do
  • Add a new property named 'glide.sc.multirow_set.rows.size' if it is not already existing
  • Set its 'Value' to an integer which will be the maximum number of rows allowed

Please Mark Correct if this solves your query and also mark 👍Helpful if you find my response worthy based on the impact.

 

Thanks

 

Sohail Khilji
Kilo Patron
Kilo Patron

@MiY ,

 

By default the MRVS rows are unlimited unless set by property. ( As stated by all below).

 

You can limit the overall length by changing the value of sys_propery.

 

To limit to specific number on a specific catalog item you can use client script to limit the record.

 

I hope this add more info to the existing replies ..


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect