How can I have help text on the change request form field ?

swapnilagrawal
Kilo Contributor

Hi All,

I'm trying to have help text on the field of change request from. I tried navigating to field-->Right click--> Configure label--> Help.

Below is the screenshot:

find_real_file.png

Is there any property which has to be enabled to get help text on the field, the way we have it in service catalog variables (More Information).

Thanks & Regards,

Swapnil

7 REPLIES 7

Hi Swapnil,



Then in that case you will have to try using ui macro and display that text through ui macro.


Since you want it with More information. Try searching in community and wiki.  



Regards


Ankur


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

DilipKumar DJ
Kilo Guru

Hi Swapnil,



More Information feature is available only in Catalog variables. Same is not available in Field dictionary.


Only way for this is creating a UI Macro and calling it from the respective field reference contributions.


matthew_magee1
Giga Guru

Hi Swapnil,



You can also do something like this:



https://developer.servicenow.com/app.do#!/api_doc?v=geneva&id=r_GlideFormShowFieldMsg_String_String_...



Add this to a client script (onLoad if you want it to be there permanently)



hope this helps