
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2019 05:45 AM
We are using a multi-row variable set on our catalog item and we need to require the user to enter at least 1 row before he can submit the catalog item. Any ideas for this?
Solved! Go to Solution.
- Labels:
-
Request Management
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2019 06:56 AM
Hi there,
You can just add a UI Policy without conditions (so that it runs onLoad) + a UI Policy Action where you select the Multi Row Variable Set name within the Variable Name field. The Multi Row Variable Sets are listed there, together with the regular Catalog Item variables.
Below an example. "Donor expenses" is actually a Multi Row Variable Set (= tested, works in a production environment).
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2019 06:56 AM
Hi there,
You can just add a UI Policy without conditions (so that it runs onLoad) + a UI Policy Action where you select the Multi Row Variable Set name within the Variable Name field. The Multi Row Variable Sets are listed there, together with the regular Catalog Item variables.
Below an example. "Donor expenses" is actually a Multi Row Variable Set (= tested, works in a production environment).
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2019 03:37 AM
Hi Mark - appreciate the help. This worked perfectly.
I did some more digging on MVRS and in case there will be requirement to limit the actual rows that can be entered by the user you can refer on this community thread.