Popup error when selected value is again selected in one of the Multi Row Variable Set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2024 04:18 AM
Hi Experts,
We have a requirement to show/popup warning message when a value is again added/selected in one of the MRVS.
Please help me with the solution.
Thanks, Jay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2024 04:28 AM
Hi @Jay N
I guess you can write an onSubmit CS to check the values of the MRVS and if it contains the same value you can abort the submission by adding the error message.
Please mark this as helpful and accept it as a solution if this works for you.
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2024 04:32 AM
Hi @Jay N ,
You can use the Script mentioned in the solution : https://www.servicenow.com/community/developer-forum/how-to-populate-an-alert-message-when-same-valu...