- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2015 01:45 PM
Has anyone been successful in getting hover over text for check boxes?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2015 08:08 AM
If anyone wants to know how to do this here it is:
Client Script:
function onLoad() {
//Type appropriate comment here, and begin script below
gel('ni.IO:SYS_ID').title="Test to show when mouse is on the variable";
}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2015 02:13 PM
I haven't ever had a problem with this, but I might not be understanding what you're asking. One out-of-box example is the 'Knowledge' field on the incident table. Hovering over the label shows a hint.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2018 04:54 AM
Hi Mark,
This is OOB feature, how can this be achieved for user created fields?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2018 05:01 AM
Right-click the field label, select 'Configure -> Label' and add whatever you want to the 'Hint' field.
https://docs.servicenow.com/bundle/kingston-platform-administration/page/administer/reference-pages/task/t_ChangeFieldLabelOrHint.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2015 02:30 PM
Are you trying to use hover text in a catalog item instead of a form? If not, I agree with Mark - this looks like it work in my test. What version is it failing in?