Datatype to display Image and text values

eswarijk
Tera Contributor

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?

1 ACCEPTED SOLUTION

amlanpal
Kilo Sage

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



View solution in original post

11 REPLIES 11

right click field--configure styles---in style put this background-image: url('images/icons/imagename');


Regards
Harish

amlanpal
Kilo Sage

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



eswarijk
Tera Contributor

Is it possible to change the Field styles dynamically based on another field value?


if you put the condition on value


eg: javascript: current.catagory='software';