- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2017 11:12 PM
Is it possible to insert Media and Text value in a Database Table field..?
So when rendered using List view must display Image along with text in a column
How to implement this requirement?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2017 11:21 PM
Hi Eswari,
I guess you want to show some icon beside the text in the list view. In this case you need to design the Field Styles for that text field.
For example you can refer the OOB incidents where the Caller is a VIP user. You can see a VIP icon beside the name of the Caller in both form and list view.
I hope this helps.Please mark correct/helpful based on impact

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2017 11:33 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2017 11:33 PM
right click field--configure styles---in style put this background-image: url('images/icons/imagename');
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2017 11:21 PM
Hi Eswari,
I guess you want to show some icon beside the text in the list view. In this case you need to design the Field Styles for that text field.
For example you can refer the OOB incidents where the Caller is a VIP user. You can see a VIP icon beside the name of the Caller in both form and list view.
I hope this helps.Please mark correct/helpful based on impact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2017 11:44 PM
Is it possible to change the Field styles dynamically based on another field value?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2017 11:47 PM
if you put the condition on value
eg: javascript: current.catagory='software';