- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2017 07:06 AM
Hi
We have created 2 tables u_departement and u_service.
In the u_service table, we have a reference field (u_parent) to the u_departement table.
On a catalog item we have two fields Direction and Service
We want to filter on the Service field in relation to the value of the Direction field
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2017 01:11 AM
eHi Thank you for your help
I solved the issue !
i add a reference qualifier in the second field "Service" like that:
it's work
thank you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2017 07:10 AM
Unfortunately, variables do not have a dependency like fields on a form do.
For choice fields... use a catalog client script that does a GlideAjax call to get the proper values and populate them in the dependent field. You might find episode 33 of TechNow helpful in constructing your solution. We did something very similar.
Hint: don't forget to return the sys_id AND the display value and the value.
In your case, you are using reference fields... I need to think about that (unless you can change things.)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2017 07:14 AM
is there any relationship between these two reference table.
if yes then you can use reference qualifier.
http://wiki.servicenow.com/index.php?title=Reference_Qualifiers#gsc.tab=0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2017 01:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2019 10:31 AM
Hi kmickael,
I have similar requirement, I have two lookup select box fields country(refers to core_country) and company(refers to core_company) . On company I have one custom(list collector) field which refers to country table on company form.
Now on variable set if I select company variable, its related country values(mentioned in custom field) should populate.
Can you help me on this please.
Thanks,