- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2025 09:48 PM
Hi All,
We have a MRVS on a catalog form. One variable in mrvs is "type" (select box) which has values A, B, C, D. we need to restrict one entry for type selected. User should enter only one row for A, B, C, D. How can we achieve this?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2025 10:01 PM
check this checkbox under that variable within that MRVS
OR script based solution
check this link for solution
How to stop duplicates entering in MRVS based on MRVS Variables(Applies Catalog item/ServicePortal)
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2025 06:57 PM
you will have to write onSubmit catalog client script which applies to Catalog Item
Get the MRVS value, parse that json and check
this link has solution shared by me, enhance as per your requirement.
Validation on Multi Row variable set (same role cannot be allowed).
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2025 10:05 PM
Request you to close your earlier questions by marking appropriate response as correct.
I have provided solutions for few of those.
Members have invested their time and efforts in helping.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader