Skip to main content

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
  1. Eric Praud (Activ8 Solar Energies) Forum Ambassador
    Jan 28, 2022, 5:57 PM

    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

0/9000