- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2023 04:38 PM
Hi,
In a catalog item, I have a checkbox variable. I'd like the checkbox variable to show a help text, however OOB there is a UI policy called Show/Hide Annotations tab, that hides the annotations tab for checkbox variables. I deactivated the UI policy so I can access the Annotations tab and thus turn on help text. However, it still is not displaying my help text at all. So OOB, help text for checkbox variables are not supported.
I found a solution in another post suggesting an onLoad client script, using this code:
g_form.showFieldMsg('field_name','Your help text','info');
It has worked for others, but not for me. Did I configure the client script wrong?
"re_hire" is the name of the variable.
When I click on "try it" on the catalog item, it doesn't show any help text.
Thanks in advance.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2023 05:32 PM - edited 02-15-2023 05:33 PM
Hi,
For your client script you don't have a table selected and you may have went through the left-hand nav menu to client scripts and created new there. When working with any record...especially catalog items, it's recommended to access the catalog item and then use the appropriate related list at the bottom called "Catalog Client Scripts", from there, it'll auto-fill in a lot of the field values needed to make this work, etc.
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2023 05:32 PM - edited 02-15-2023 05:33 PM
Hi,
For your client script you don't have a table selected and you may have went through the left-hand nav menu to client scripts and created new there. When working with any record...especially catalog items, it's recommended to access the catalog item and then use the appropriate related list at the bottom called "Catalog Client Scripts", from there, it'll auto-fill in a lot of the field values needed to make this work, etc.
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2023 11:42 PM
I don't feel that we ought to eliminate the striking styling until we have a superior UX to show the regexp in the structure and assist clients with grasping the necessities here. I get that it feels janky, yet I recollect that it was carried out after clients whining that it was excessively unpretentious. Likewise, considering how I'm as of now doing a colossal refactor of the entire variable structure, I've denoted this as impeded by the refactor to keep away from squandered exertion (as the present moment, we would have to execute this two times: one in VueX application and one in GraphQL application).