How to Hide check box value

Srini19
Tera Contributor

Hi Expert,

when catalog item created, checkbox value displayed as false even when It is not selected while creating. But this fields are visible with value false in additional tab of RITM

 

I didn't selected any value for the below 3 check box fields. How I can hide this from being displayed? kindly advise.

false
false
false
 
Thanks
Srini
7 REPLIES 7

Sourabh26
Giga Guru

Hi,

 

You need go to the variables --> Availability (tab) select whether the variables visibility.

find_real_file.png

For automatic value selection as false check the default value of your variable.

 

Mark this as Helpful/Correct, if Applicable.

 

Regards,

Sourabh

OlaN
Giga Sage
Giga Sage

Hi,

Since these variables are a checkbox (true/false), they will always have a value set. Either true or false.

If you'll need to have them not displaying anything at all, you will need to change the variable type to something else, that has a "None" option.

To hide the variables in the RITM, you can create a catalog UI policy and UI policy actions, that hides those variables.

find_real_file.png

Hitoshi Ozawa
Giga Sage
Giga Sage

Hi Srini,

Just want to confirm. A field of checkbox should display as an empty box like below when no default value is assigned. If a string "false" is being displayed, the type is not a checkbox. Would appreciate a screenshot if this is not the case.

find_real_file.png

Hitoshi Ozawa
Giga Sage
Giga Sage
Srini,
Just want to make the question clear. Is the question on hiding the checkbox in RITM if the checkbox is unchecked on the form?