How to show Icons in list view.??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2018 10:05 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2018 12:08 PM
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');
Hope this can help you.
Please, mark Correct or hit Helpful if you find my response worthy.
Cheers
Alberto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2018 12:56 PM
I think he's trying to do it dynamically, which I've posted about before but never found a solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2018 06:32 PM
I tried the same procedure,as you suggested but it didn't work. Again not able to see icons in list view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2018 06:54 PM