How to set the variable value with the MRVS reference variable data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 11:05 PM - edited 05-27-2024 11:05 PM
Hi Team,
I have a requirement below :
Catalog item variable: MRVS data(mrvs_data)
Multi-Row variable set: Mobile Devices Set (mobile_devices_set)
Once the request gets submitted I need to pass the Approval User (approval_user) data to the MRVS data(mrvs_data) variable. I tried using the OnSubmit client script below but it returned the sys_id instead of User ID.
Kindly suggest on this?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2024 04:40 AM
you can use script to get, parse MRVS and set in outside variable
what did you start with?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2024 11:57 PM
I tried with the below OnSubmit client script but the reference field value giving sys_id instead name.