- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2020 05:15 PM
Hi,
Can any one explain me How to "Add annotation to the form with text 'This is an incident form' ".
Thanks in advance,
Regards,
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2020 05:36 PM
Should be somewhere in the list, near the breaks and splits. Just hard to see sometimes.
You could also create a client script, onload, and enter the line:
g_form.addInfoMessage('This is an incident form').
Michael D. Jones
Proud member of the GlideFast Consulting Team!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2020 05:19 PM
To add an annotation, you would right-click on the header and configure > form layout.
From the list on the left, scroll down until you see *Annotation and move it to the right where you want it to display on the form.
Add in the text you want and save.
Hope this help!
If this was helpful or correct, please be kind and click appropriately!
Michael Jones - Proud member of the CloudPires Team!
Michael D. Jones
Proud member of the GlideFast Consulting Team!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2020 05:24 PM
Hello Michael,
Thanks for your response, nut i can't able see the Annotations in the left slush bucket.
Can you guide me how to do the same.
Regards,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2020 05:36 PM
Should be somewhere in the list, near the breaks and splits. Just hard to see sometimes.
You could also create a client script, onload, and enter the line:
g_form.addInfoMessage('This is an incident form').
Michael D. Jones
Proud member of the GlideFast Consulting Team!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2020 05:31 PM