Catalog item variables visible everywhere even after they are hidden through the UI policy

Gagandeep2
Mega Contributor

There are catalog variable items on which UI policy is applied where they get visible based on the Category field. However, they are visible on other categories as well. Please guide.

 

@asifnoor 

1 ACCEPTED SOLUTION

UI policies don't work on the SP view.

For checkbox, check if None option is selected or not, if not then the first option is considered as selected and shows in SP view.

Try to add none option in checkbox field, so when ui policy hides that field, nothing gets selected and since no value is selected, that field label and value will be hidden in SP view automatically. 

Mark the comment as correct/helpful if it has helped to answer the question.

View solution in original post

4 REPLIES 4

Apeksha Joshi
Kilo Guru

Hi Gagandeep ,

Have you checked the reverse if false check box in the UI Policy ?

 

Regards,

Apeksha

asifnoor
Kilo Patron

Hi,

The UI policy works only on the catalog item, RITM and its associated catalog tasks on from view. Are you seeing this variable on any of these forms or in the SP ticket view?

SP view.. and they are of boolean/selectbox variable types

UI policies don't work on the SP view.

For checkbox, check if None option is selected or not, if not then the first option is considered as selected and shows in SP view.

Try to add none option in checkbox field, so when ui policy hides that field, nothing gets selected and since no value is selected, that field label and value will be hidden in SP view automatically. 

Mark the comment as correct/helpful if it has helped to answer the question.