Variable Attribute? Subcategories on the incident form

Andrew Meza
Tera Expert

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.

 

AndrewMeza_0-1738195427382.png

 

 

1 ACCEPTED SOLUTION

Sujatha V M
Kilo Patron
Kilo Patron

@Andrew Meza  Please find the below reference qualifier syntax used for your requirement, 

 

Category

SujathaVM_1-1738201715480.png

 

Subcategory

SujathaVM_2-1738201744820.png

Note: Use the variable name as per your configuration to  be invoked. 

 

Results: 

Database category : 

SujathaVM_3-1738201770223.png

 

Hardware category:

SujathaVM_5-1738201792011.png

 

 

Please mark this as helpful and accept it as a solution if this resolves your query.
Sujatha V.M.

View solution in original post

2 REPLIES 2

Sujatha V M
Kilo Patron
Kilo Patron

@Andrew Meza  Please find the below reference qualifier syntax used for your requirement, 

 

Category

SujathaVM_1-1738201715480.png

 

Subcategory

SujathaVM_2-1738201744820.png

Note: Use the variable name as per your configuration to  be invoked. 

 

Results: 

Database category : 

SujathaVM_3-1738201770223.png

 

Hardware category:

SujathaVM_5-1738201792011.png

 

 

Please mark this as helpful and accept it as a solution if this resolves your query.
Sujatha V.M.

This worked great! Thank you!!