Help Text icon for field in form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2017 12:14 AM
Hi all,
I need to set the help text for a field in Request form as we have more information, help text in Record producer variables.
I tried to configure label added the text in help box but it is not working.
Please anyone sort it out.
Thanks,
Subramani.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2017 12:40 AM
You can also hide the annotation.If you want help text you can use hint or else you can show message below field
http://wiki.servicenow.com/index.php?title=Display_Field_Messages#gsc.tab=0
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2017 12:48 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2017 12:53 AM
In variables it will work. When you want it for a field. This approach will not work. This help text is only available for catalog variables and record producers not for forms.
For forms you can use
Hint, Annotation, and with help of script G-form.showMessage();
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2017 12:59 AM
Thanks Harish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2017 01:02 AM
What exactly is your requirement?
Harish