How to hide variable from catalog view when the variable is a select box item and not a independent variable

Treva1
Kilo Contributor

Hey - How would this solution be different if the variable was not independent.

 

example. -

I use u_category value name for category (variable) and use a select box to add other variables

I use u_topic as value name (variable) for topics that will populate under a category. it too, has a select box with a list of variables

Problem is under UI policy is it ask for variable name and the name is U_category or u_topic so I dont have ability to capture any of the select box variables that are listed under the select box for the u category or u topic variable.

There is also script running that populates topics based on categories. not sure if this is stopping the ui policy from doing what I'm asking. 

My goal is to be able to hide one of the categories (other) from catalog item view, but still show the select box variable it be accessible on back-end (agent view) in the case (task view).

See attachments

1 ACCEPTED SOLUTION

Yes

if you write tge same script in onchange client script instead of ui policy it will work

Incase if it still des not work let me know.

If it does please mark answer correct/helpful based on impact

View solution in original post

12 REPLIES 12

Treva1
Kilo Contributor

oh i see it.

Yes

if you write tge same script in onchange client script instead of ui policy it will work

Incase if it still des not work let me know.

If it does please mark answer correct/helpful based on impact

Treva1
Kilo Contributor

It worked. That was the problem. Thank you sooooo much! 🙂