
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2022 03:55 AM
Hello everyone,
I have a requirement to add some decoration to a field in list view if a condition is fulfilled. I managed to achieve that with field style, similar to the VIP Icon for incident calle. Further, they want to have a tooltip associated with this icon, which will display what the icon mean on hover. Is that achievable somehow?
Thanks!
Martin
Please mark Correct and click the Thumb up if my answer helps you resolve your issue. Thanks!
Martin Ivanov
ServiceNow MVP 2023, 2024
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2022 04:30 AM
Hi,
Are you saying when they hover over that icon some text should be shown?
if yes then as per my understanding it's difficult.
You are already showing icon using field style and adding tool tip or text to it might not be possible
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
‎01-27-2022 04:30 AM
Hi,
Are you saying when they hover over that icon some text should be shown?
if yes then as per my understanding it's difficult.
You are already showing icon using field style and adding tool tip or text to it might not be possible
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
‎01-27-2022 04:35 AM
Hi
I agree with
Your alternative could be creating a new calculated field which renders whatever you need.
See my article Custom renderer for List Views (UI16) for the approach.
Kind regards
Maik

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2022 04:40 AM
Thanks! I've seen this one, but not applicable.
Please mark Correct and click the Thumb up if my answer helps you resolve your issue. Thanks!
Martin Ivanov
ServiceNow MVP 2023, 2024
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2022 04:56 AM
Helpful