
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2025 04:04 PM
Hello Community,
I am implementing subcategories for my incident records. I got all the dependencies mapped and it all works great but only on the backend.
On the actual incident form itself I want the 'subcategory' field to only display choices based on the 'category' field.
For example: When category = application, I want subcategory values to only show a list of the application options. Same for when category = database/network.hardware/etc.
Am I missing a variable attribute to completing this task? At the moment it is showing me ALL of the options regardless of the dependent_value on the sys_choice table.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2025 05:39 PM - edited 01-29-2025 11:34 PM
@Andrew Meza Please find the below reference qualifier syntax used for your requirement,
Category:
Subcategory:
Note: Use the variable name as per your configuration to be invoked.
Results:
Database category :
Hardware category:
Sujatha V.M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2025 05:39 PM - edited 01-29-2025 11:34 PM
@Andrew Meza Please find the below reference qualifier syntax used for your requirement,
Category:
Subcategory:
Note: Use the variable name as per your configuration to be invoked.
Results:
Database category :
Hardware category:
Sujatha V.M.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2025 05:23 PM
This worked great! Thank you!!