How to use static resource in image formula field in Salesforce?

How to use static resource in image formula field in Salesforce?

To refer static resource in image formula field in Salesforce, IMAGE() with the Static Resource Name should be used.

Check the following sample formula for reference.

Sample formula:

IMAGE( 
'/resource/InfallibleTech__Dial', 
'Dial'
);

here “InfallibleTech__Dial” is the static resource name for the image.

Leave a Reply