
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2018 08:46 AM
Hi All,
I am creating a List Collector with Reference qual and ref_qual_elements filled in properly.
It works great with one value in the ref_qual_elements, However when I try to use two values. it somehow does not work accurately.
Any idea as how the values should be populated in ref_qual_elements?
Here's what is working - ref_qual_elements=application
Here's what I want to work as well - ref_qual_elements=application,ref_qual_elements=environment,
As per ServiceNow documentation, it clearly states that
"ref_qual_elements: A list of fields to be sent back to the server to get an updated reference." This is quoted in the URL-https://docs.servicenow.com/bundle/istanbul-it-service-management/page/product/service-catalog-management/reference/variable-attributes.html
Solved! Go to Solution.
- Labels:
-
User Experience and Design

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2018 09:26 AM
Hello,
Please try below one.
ref_qual_elements=application;environment
Thanks,
Ali
Thank you,
Ali

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2018 09:26 AM
Hello,
Please try below one.
ref_qual_elements=application;environment
Thanks,
Ali
Thank you,
Ali

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2023 06:44 AM
This may help also. Shows screenshot examples and a link to working documentation:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2018 09:31 AM
Thank you it works as expected.