- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2017 11:07 PM
Hi All,
We want add one Hint field in the change form. could some one help on this
Regards,
Roopa
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2017 03:31 AM
Hi
I have created a info icon beside the fields looks something like this
The following onload client script will do this
function onLoad() {
//Type appropriate comment here, and begin script below
g_form.addDecoration('field_name', 'icon-view', 'Your help text');

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2017 11:33 PM
Either you can do it via an annotations OR you can do onLoad client script for displaying a message at the top of the form.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2017 11:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2017 12:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2017 12:54 AM
Hi Roopa,
You would not be able to achieve the condition based annotations visibility using UI Policy but yes you can do it through onChange client script.
Please refer below links if it helps you out.
http://community.servicenow.com/thread/144190
http://community.servicenow.com/thread/148053
Regards,
Anjali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2017 12:07 AM
For this you need to provide hint for the fields.
Right click on the field. Configure Label and provide the help text.
Hope this helps