Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Need to add message below Catalog Variable

SNOW46
Tera Contributor

Hi All,

I want to display an message below the Variable in Catalog Item.

find_real_file.png

Can anyone let me know how to fix this?

 

Thanks

 

1 ACCEPTED SOLUTION

then you need to use Omkars solution

 

Write an onload client script

 g_form.showFieldMsg('field_name','Your Message','info',false);

 

The default for this is blue under the field

 

Regards

View solution in original post

8 REPLIES 8

scott barnard1
Kilo Sage

So you don't want it above you want it below?

You can put a label variable below called "help" or "?" then either put help text in that or mouseover text

scott barnard1
Kilo Sage

or you can put a field message on based on a condition. 

Tell us a bit more about what you need to achieve

I want the message marked in blue in below of the variable.