- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2019 06:55 AM
Hi ,
I want to add help text under the choice as in the example below,how to do it?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2019 01:42 AM
Hi
Check the below link -
https://hi.service-now.com/kb_view.do?sysparm_article=KB0712308
It is not available for Checkbox variable.
Hope this helps.
Regards,
Omkar Mone

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2019 02:24 AM
it should be variable name .
g_form.showFieldMsg('variable name','Request Access to System','info');
eg: if you see you have a variable "What can we help you with" , that variable name mention in script.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2019 01:42 AM
Hi
Check the below link -
https://hi.service-now.com/kb_view.do?sysparm_article=KB0712308
It is not available for Checkbox variable.
Hope this helps.
Regards,
Omkar Mone

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2019 02:30 AM
agreed. but the screenshot it has mentioned for "Multiple Choice" type variable.
Note: check box will appear in rectangular box and multiple choice will appear in round shape.