Multi Row Variable Set Access Values
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2024 03:03 AM
Hi All,
Can some one guide me on how to access MRVS variables with multiple rows in both client side and server side.
Thanks in advance
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2024 01:44 AM
Hey Anubhav24, I've been working with MRVS lately. For client-side access, check out the g_form.getValue('variable_set_name.variable_name') function for individual values. On the server side, a GlideRecord on the sc_multi_row_question_answer table works well. Hope that helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2024 01:57 AM
Hi @frelancesage , I actually used the g_form.getValue on client side and posted the solution below