How can I have help text on the change request form field ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-10-2016 09:42 PM
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:
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2016 12:50 AM
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
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2016 10:35 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2016 08:28 AM
Hi Swapnil,
You can also do something like this:
Add this to a client script (onLoad if you want it to be there permanently)
hope this helps