function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
PipDennoPipDenno 

Custom Image Field using zip file in static resources

I am trying to display an image of a product in a custom formula field but can't get the format correct.  I am trying to use a text field to hold the location or the folder and image and a seperate formula field to reference the locations of the image.

 

The image is in a location (resource.ConImage,'imageTest/336-912.jpg') I was hoping to then amend the folder and image name of each product.

 

Any help on what I should hold in the location text field and what I should hold in the formula field would be a great help.  I stumped.

 

My sad attempts

Location : URLFOR($resource.ConImage,'imageTest/336-912.jpg')

Thumbnail : image(Image_location__c ,"no picture",50,50)

 

Thanks.