How to modify the tool tip of multi row variable set displayed on a Catalog item form page in Servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2022 10:12 PM
So there has been a requirement to modify the tooltip text "You can add only 50 rows" of a multi-row variable set to "You can add only (X) rows" where the value of x should be calculated based on the max_row attribute of multi-row variable set. Is there any way to achieve this?
OR
If not displaying the tooltip text dynamically, do we have any option available in ServiceNow to manually change the text message displayed via system property change or a custom script to control the text value?
Looking forward to a positive response!
Thanks in advance.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2022 06:23 AM
Hi,
Did you ever find a solution to this? We just got the same requirement 🙂 .
Br,
Sophia
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2023 05:45 AM
You can directly open respective multi row variable set and add the line for "variable set attributes" field,
max_rows=25. This will change it so it shows 'You can only add 25 rows'. You can change the number to whatever number you would like this to show.