- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 03:30 AM
I am trying to write a Reference qualifier in catalog variables for filtering Application Env CI based on the Business App CI selected:
I tried the below, But it isn't working:
Could someone help me with this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 03:49 AM
Hi @chaithra10 I think you missed variables inbetween
it should be current.variables.variablename;
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 03:51 AM
Hello @chaithra10
Update your reference qual as below
'parent='+current.variables.business_application_ci
if it helps, kindly click on like icon and mark it as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 04:10 AM
@siva krishna M2 Right! Able to add the columns, but again , When I select the required child, It still is showing sys ID:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 04:14 AM
Hello @chaithra10
Please go through below article to show columns in the reference list of the table
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0686318
If it helps, please click on like icon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 04:14 AM
@siva krishna M2 After setting the Display value of Child = true , it's working.