How to use static resource in image formula field in Salesforce?
Sample formula:
IMAGE( '/resource/sfdcsrini__Dial', 'Dial');
here "sfdcsrini__Dial" is the static resource name for the image.
Complete Salesforce Realtime Examples
Posted in: administration,Images in Formula fields,Salesforce,Salesforce examples,salesforce training,static resource in image formula field in Salesforce,Visualforce examples,Visualforce Training
3 comments:
append ''/resource/' & sfdcsrini__Dial
append ''/resource/' & sfdcsrini__Dial
thank you....
Server and storage
Server and Storage Solutions
Post a Comment