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-13-2016 01:12 PM
Hi Arnab,
Using the background-image: url(), method, yes, only one image per field.
I'm curious to know what the use case is for multiple icons.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2016 07:16 AM
Hi ctomasi,
When the same item is being shared between two teams OR transferred between teams - the icons are supposed to appear.
There could be a case that both are true in an instance. Then we need two icons.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2016 07:20 AM
Hi Arnab,
I don't have a way to do that at the moment. If something comes up, I'll let you know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2016 01:28 PM
Thank you. Much appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2017 09:59 AM
Hi Arnab,
I am trying to figure out how to do the same thing. I have an icon for if a user is in a state of "legal hold". It is similar to the VIP icon. But the issue is what if a user is a VIP AND in Legal Hold? In the list view I want both of the icons to display beside their name. However, the <td> element holding the icon is hard-coded at 16px by 16px. So I can't put them side by side and have a 32px by 16px set of icons. I am trying to figure out a workaround. I will reply if I think of anything.