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
‎12-19-2017 07:00 AM
Hi,
Any luck on completing your requirements. I am also having similar requirement where we need to use two icons for few callers which currently we are trying and not yet succeeded.
Appreciate if someone can share possible solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2017 02:31 PM
You can possibly use the individual icons against 2 specific columns. That's the workaround I applied!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2018 02:18 AM
Hi Arnab,
I am also trying to do that, but single image against single column in list view. I had tried the suggested way but not able to see image in list view.
Had you changed anything in field style for you customized table or it was same like caller id field style.
I had made like this
value javascript:current.fieldname.vip == true
background-image: url('images/icons/vip.gif');
background-repeat: no-repeat;
background-position: 98% 5px;
padding-right: 30px;
In mycase Its not working. Please help me out
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2019 06:56 AM
Hi all,
I am implementing this kind development on caller field, on list view VIP and Key user icons must display when both conditions are true, Let me know if there is any solution on this.
Thanks
A.M.Sriteja.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2019 04:21 AM