- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2018 07:42 AM
Hi Guys,
how to show active values only for reference field using catalog client script? i have a reference variable that points to a table. this table has false values. i just want to show the active values only using catalog client script. thank you
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2018 08:06 AM
Hi,
In your Catalog item, go to that Reference Variable. Under Type Specification tab, Use Reference Qualifier = simple and set condition as Active is true.
Hope this helps!
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2018 07:47 AM
YOu can use reference qualifier instead of client script.
https://docs.servicenow.com/bundle/geneva-servicenow-platform/page/script/server_scripting/concept/c_SimpleReferenceQualifierExample.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2018 08:10 AM
Hi guys,
thanks for your input. however, when I go to that Reference variable, I don't see Type Specification tab.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2018 08:16 AM
Just checked, is it the option under Dictionary? also, this won't affect other catalog items that uses the specific table? and can this be transferred using update set? Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2018 08:19 AM