
- 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-27-2020 04:53 AM
Hope you are doing good.
Let me know if I have answered your question.
If so, please mark appropriate response as correct & helpful so others with similar questions/issues can find your posting quickly.
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
09-25-2020 02:21 AM
Hope you are doing good.
Let me know if I have answered your question.
If so, please mark appropriate response as correct & helpful so that this thread can be closed and others can be benefited by this.
If not, please let us know if you need some more assistance.
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
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
04-16-2024 05:14 AM
You can use below no DOM manipulation is required. This way you can fetch variables which are not part of mrvs