Tooltip in list view

Martin Ivanov
Giga Sage
Giga Sage

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? @Ankur Bawiskar @Maik Skoddow , any toughts?

Thanks!

Martin

find_real_file.png


Please mark Correct and click the Thumb up if my answer helps you resolve your issue. Thanks!
Martin Ivanov
ServiceNow MVP 2023, 2024

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

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

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

View solution in original post

4 REPLIES 4

Ankur Bawiskar
Tera Patron
Tera Patron

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

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

Maik Skoddow
Tera Patron
Tera Patron

Hi

I agree with @Ankur Bawiskar .

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

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

Priyanka Jain2
Tera Contributor

Helpful