How to show Icons in list view.??

paras4
Kilo Contributor

I have created one table. in this table i have created one field named Icon, where i can update or delete icon. I have added icon from my computer downloads. Icon is showing in the form but in list view its not showing, this is showing (16743434343ffgf45.IIX). 

I want to show icon instead of (16743434343ffgf45.IIX) in list view. Please help me out. I am using London

14 REPLIES 14

Alberto Consonn
ServiceNow Employee
ServiceNow Employee

Hi paras,

You can do this right clicking on the field name and selecting Configure Styles.

Then, as an example, see how it works in the caller_id field on the incident table how you could use an image, just adding the following CSS code with your image:

background-image: url('images/icons/vip.gif');

find_real_file.png

Hope this can help you.

Please, mark Correct or hit Helpful if you find my response worthy.

Cheers
Alberto

 

I think he's trying to do it dynamically, which I've posted about before but never found a solution.

I tried the same procedure,as you suggested but it didn't work. Again not able to see icons in list view.  

nthumma
Giga Guru

try creating the image field.

find_real_file.png