Help text on table field (at top)

xiaix
Tera Guru

I would like to add help text on a table field. I know I can use g_form.showFieldMsg in a client script to do this.  However, I would like to show the info message at the top of the field, not the bottom.

Any ideas?

5 REPLIES 5

Ankur Bawiskar
Tera Patron
Tera Patron

Hi David,

I don't think this would be possible. But you can check using dom manipulation

Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

DOM manipulation was the only way.  I figured as much.  This is what worked for me.

 

find_real_file.png

Great David that it worked.

I would recommend to use gel() instead of document.getElementById

Can you mark the answer as correct and helpful. Thanks in advance.

Regards

Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Kalaiarasan Pus
Giga Sage

Have you considered using form annotation? You can extend this feature and use annotation to add a DIV tag with an id. Then have a client script target the DIV tag to add the custom content your require. 

 

Hope that helps.