Hover information on service portal catalog item

Community Alums
Not applicable

Hi All,

find_real_file.png

When i click on view detail, item description field content is shown. But i want to show some info when we hover over on image. How can we achieve this?

6 REPLIES 6

gauravchoudhury
Tera Guru

Hi Karthik,



Probably this link could help you gain some insight.


Community Alums
Not applicable

Thanks Gaurav, i have checked this link before i put this question


Goran WitchDoc
ServiceNow Employee
ServiceNow Employee

Pretty simple.. clone the widget and add this:



find_real_file.png



Then you get this. And you can put what data you want in there.



find_real_file.png


Community Alums
Not applicable

Thanks Goran,


This works perfectly!


One issue, it works for string fields (i used short description) but not working if the field type is HTML or image. In my case i want to show the data in table format while hovering over the image. string field is just a text and i'm not able to play with html.



FYI, i have cloned SC Category Page and made the changes below,



find_real_file.png