Filter a reference field on catalog item question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2022 07:24 AM
I have a catalog item that I need to see if it's possible to filter a location reference field based on another field.
In the image here when someone checks the SOC box I would like to filter out locations that do not have this feature.
Is this possible and if so how can I accomplish this?
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2022 07:48 AM
Hi
try solution given at https://servicenowthink.wordpress.com/tag/how-to-modify-reference-qualifiers-with-client-script/
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2022 07:51 AM
you can write a dynamic Reference Qualifier on the Location Access Column and get Desired Set of data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2024 09:00 PM
Thanks Maik.
this article worked for me:
How to modify Reference Qualifiers with Catalog Client Scripts – ServiceNow – ServiceNow Think (word...
and this is the onChange client script: