How to access MRVS variables inside MRVS Client Script Multirow Variable Set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2023 06:29 AM
I am able to access MRVS variables outside MRVS Variable set. But how to access variables inside multi row variable set for client script. TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2023 06:31 AM
You can directly fetch the variable using
g_form.getValue("NAME_OF_THE_VARIABLE"); //backend name of the variable
If my answer solved your issue, please mark my answer as ✅ Correct & 👍Helpful based on the Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2023 06:35 AM
Sorry, did not add a point. For example if I want to access row1 field value from row 2, how it is possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 05:18 AM
Have you found the solution ? @Raviteja K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2023 06:42 AM
you can simply use g_form.getValue('variableName')
what's the issue for your case? please explain the business requirement in detail along with screenshots.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader