How to "Add annotation to the form with text 'This is an incident form' "

kranthi2
Tera Expert

Hi, 

Can any one explain me How to "Add annotation to the form with text 'This is an incident form' ".

Thanks in advance,

Regards,

1 ACCEPTED SOLUTION

Should be somewhere in the list, near the breaks and splits. Just hard to see sometimes.

find_real_file.png

You could also create a client script, onload, and enter the line: 

g_form.addInfoMessage('This is an incident form').

 

I hope this helps!
Michael D. Jones
Proud member of the GlideFast Consulting Team!

View solution in original post

4 REPLIES 4

Michael Jones -
Giga Sage

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!

I hope this helps!
Michael D. Jones
Proud member of the GlideFast Consulting Team!

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,

Should be somewhere in the list, near the breaks and splits. Just hard to see sometimes.

find_real_file.png

You could also create a client script, onload, and enter the line: 

g_form.addInfoMessage('This is an incident form').

 

I hope this helps!
Michael D. Jones
Proud member of the GlideFast Consulting Team!

harun_isakovic
Mega Guru

Hello Krathi,

Do you mean like this? (Right click on form header>Form Designer> At the top container change the name of it)

find_real_file.png

Or like this (On load client script g_form.addInfoMessage()) ?

find_real_file.png