Currently I have this formula to display an image. If Salesforce changes or removes it from their location then I will lose it. How would I save the image or any given image in Salesforce and how would I then be able to fetch it and call it out in a formula in terms of syntax?
IF( AND( Retail_Availability_Date__c >=TODAY(),
Retail_Availability_Date__c < TODAY()+60) ,
IMAGE("/img/samples/color_green.gif", "green", 30, 30), Null)
2 answers
Eric Praud (Activ8 Solar Energies) Forum Ambassador
Hi Andrea,
Have a look at this:
https://help.salesforce.com/s/articleView?id=000327122&type=1
Having said that, these images have been around forever, very unlikely they will be "moved" as a lot of customers would have an issue