Is there a list of Salesforce images that I can use in custom pages and formula fields?

604    Asked by EllaClarkson in Salesforce , Asked on Apr 27, 2023
I have a Visualforce page that includes some Ajax functionality as follows:
Searching....
Alternatively, I could have just linked directly to the Salesforce image in the facet as follows:
Searching....
I did not do that because I could not find a list of Salesforce published standard images and, therefore, was not confident that the /img/loading.gif would always be present. I did see that there are some references in the IMAGE formula examples to images located in /img/samples/.

Is there a list of Salesforce images that can be referenced safely in custom pages and/or formula fields?

Answered by Diya tomar

The official Salesforce help documentation has examples using the image formula function with images hosted on the Salesforce servers. I would expect that these salesforce images are reliably going to be there. There aren't many but they are great for status, ranking or health related images.

/img/samples/color_green.gif
/img/samples/color_yellow.gif
/img/samples/color_red.gif
.
/img/samples/light_green.gif
/img/samples/light_yellow.gif
/img/samples/light_red.gif
.
/img/samples/rating1.gif
/img/samples/rating2.gif
/img/samples/rating3.gif
/img/samples/rating4.gif
/img/samples/rating5.gif
.
/img/samples/stars_000.gif
/img/samples/stars_100.gif
/img/samples/stars_200.gif
/img/samples/stars_300.gif
/img/samples/stars_400.gif
/img/samples/stars_500.gif


Your Answer

Interviews

Parent Categories