How to show help text for a check box variable?

Mike Beardsley
Mega Contributor

I'm having an issue with getting help text to work on check box variables. Out of box there is a UI policy that is hiding the Show help (show_help) check box on the variable record. I updated that UI policy so I can check the Show help box to turn help text on. However, it still is not displaying my help text at all. I did some more research in the ServiceNow docs and the only information I could find is that help text is not available for check boxes and containers. Does anyone know why that is? And if there's a way I can do it anyways even though it's not out of box? I want to utilize HTML in the help text to display an image. I'm on Geneva. checkbox_variable.jpg

Thanks for the help in advance!

1 ACCEPTED SOLUTION

SanjivMeher
Kilo Patron
Kilo Patron

Looks like it is not supported for checkbox.



But you can always write onLoad scripts with show field message



g_form.showFieldMsg('field_name','Your help text','info');



Please mark this response as correct or helpful if it assisted you with your question.

View solution in original post

6 REPLIES 6

It is not a good idea to use code like that.   It will not be supported if you ever decide to use the Service Portal.


lSurya 24
Giga Guru

Hello Michael,



write an onload client script for the checkbox field.


find_real_file.png



find_real_file.png




Hope it helps