How to add help text for a field over the incident form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2019 05:02 AM
How to add help text for a field over the incident form?
When i go to configure variable and text under the 'Help' it doesn't perform any action. Can someone suggest please.
- Labels:
-
Multiple Versions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2019 05:25 AM
Hi there,
It depends a bit what you expect on the platform ui. Hint like Alberto mentions might work for you. Other option might be to add a field message.
You could do this with for example:
onLoad Client Script:
g_form.showFieldMsg('your_field', 'The message that should be presented', 'info');
Other option could also be to add an Annotation to the form. Simply through Configure > Form Layout.
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
---
LinkedIn
Community article list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2019 06:19 AM
Hi Mark,
Can't I have something like we have in service catalog on the incident form as well to add help text.
Regards,
Viraj

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2019 06:20 AM
You could use Annotations for this, though absolutely not 1on1 the same as Service Portal.
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
---
LinkedIn
Community article list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2019 06:26 AM
could you please brief me the steps so as to proceed further.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2019 08:40 AM
Here are some examples:
Again, the popup is what Albert mentioned. The Hello! is an annotation which you can add through the form lay-out, the the messages below the field are onload client script using .showFieldMsg / .showErrorBox
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
---
LinkedIn
Community article list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field