
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2020 04:42 AM
Is there a way to access the value of the catalog item variable in a Multi row variable sets variable (which is of reference type ) so that i can have a reference qualifier based out of that value .
Thanks in advance.
Solved! Go to Solution.
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2020 02:45 AM
It looks like the common requirement that we do have while implementations or development.
I got it fixed by performing writing some DOM level scripts where , i was able to access the field value from the form using window.parent.g_form.getValue('varName');
Note : ISOLATE SCRIPT checkbox needs to be considered here.
However as DOM Manipulation is not supported by service portal, i am waiting for a better approach, but for now going ahead with this way.
Hope this would be helpful to some one looking for the same.
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2020 04:52 AM
Hello,
See this link,
https://community.servicenow.com/community?id=community_blog&sys_id=865b5aeddbc023c0feb1a851ca9619f9
If answer is helpful please mark correct!
Thanks,
sayali

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2020 04:59 AM
HI,
No it is not.
Thanks,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2020 05:31 AM
Hi Siva,
So what I could get from your question is you have variable ABC which is outside MRVS and you have variable DEF inside MRVS which is of type reference
you want to filter DEF based on value selected for ABC
If yes then as per the below link it is not possible
Also refer docs
Still you can refer below link for help:
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2020 05:40 AM
Hi,
Right, other way round is possible from outside you can access MVRS but from inside you cant access outside variables.
Thanks,
Ashutosh