How to display only active items in reference fields?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2024 10:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2024 10:44 AM
Hi LoriC,
Right click on the SC Category field on the incident table and click on "Configure Dictionary" and update the reference qualifier condition as below.
If the solution shared works for you, please "Accept as Solution" and mark " Helpful."
Thanks,
Gummagatta Harshavardhana
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2024 12:45 PM
Hi - I have a follow up question - in our reference qualifier we have this javascript:
javascript:"sc_catalog="+current.u_catalog
This seems like how we are only pulling in one particular catalog and not ones such as public or resources.
Excuse this beginner question but how do I add that I only want the active items for that catalog?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2024 11:15 AM
Hi @LoriC ,
Right-click on the reference field choose Configure Dictionary.
Find Reference Qualifier and add a condition to filter out unwanted values. For example, if you have an “active” field, the condition might be active=true.
Mark it as helpful and solution proposed if it serves your purpose.
Thanks,
Anand