1 Antwort
Hi Aman,
You can show the Color but you can display the images using the formula fields.Like Below
https://help.salesforce.com/articleView?id=useful_advanced_formulas_image_links.htm&type=5IMAGE(
CASE( Account.Rating,
"Low", "/img/samples/flag_green.gif",
"Medium", "/img/samples/flag_yellow.gif",
"High", "/img/samples/flag_red.gif",
"/s.gif"),
"Priority Flag")