Image representation of the Record's Health #inSalesforce

Image representation of the Record's Health #inSalesforce

Note: Here the images path are used from the Graphics Pack package which was installed in or else upload the image to Documents and use the image from there

Create a formula field on the object like here Account - let the name be Record's Health

CASE(Rating,

"Hot", IMAGE("/resource/1523798147000/GraphicsPackNew/silk/16/silk/medal_gold_1.png", "Hot"),

"Warm", IMAGE("/resource/1523798147000/GraphicsPackNew/silk/16/silk/medal_silver_1.png", "Warm"),

IMAGE("/resource/1523798147000/GraphicsPackNew/silk/16/silk/medal_bronze_1.png", "Cold"))


Reference: 

https://appexchange.salesforce.com/listingDetail?listingId=a0N30000004cfIcEAI&tab=r

https://www.salesforceben.com/

Comments