How to get Custom Icon in List View
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2016 10:16 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2016 10:19 AM
Hi Arnab,
You can do this with field styles. See the caller_id on the incident table as an example how you could use an image. It's all just CSS, really.
Defining Field Styles - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2016 10:24 AM
Hi,
I know we have that option on field and color code on list view but not sure about icon. Can we get the icon at list view as well? And if yes, can you guide me how?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2016 10:55 AM
Oh yeah. Take a look at the example
It contains an image...
background-image: url('images/icons/vip.gif');
background-repeat: no-repeat;
background-position: 98% 5px;
padding-right: 30px;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2016 01:09 PM
ctomasi I was able to bring one icon against a given column / variable. And can bring an icon against as many as I want.
But there seems to be an issue with two icons against a single variable.
Is there a restriction that only one icon can be brought on list view against a given field in service now?