- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2020 12:31 PM
Hi all,
Working on a Service Catalog form and trying to link two reference fields together. I'd like the selection of reference A to filter the available options in reference B. ServiceNow offers a feature to support this in a Reference Qualifier, but I'm unable to get it working.
The first reference field:
The second reference field with the Reference Qualifier:
So with all this setup, when I go to the form I get No matches found
However from the table I can see there should be two options available:
Any help on what I might be doing wrong would be appreciated.
Solved! Go to Solution.
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2020 01:19 PM
so your query should be
javascript: "parent="+current.variables.product_line_name.parent
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2020 12:39 PM
Can you also add the variable attributes as ref_qual_elements=product_line_name in the Product Group Name field?
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2020 12:45 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2020 12:57 PM
Are you referencing the right table. Both the table is referring to cmdb_m2m_model_component.
Also there is no such field as parent in that table.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2020 01:08 PM