Skip to main content
This is again about the 'Image' field on Products where we display document records through a formula field. We would need to make sure that the image is not cached as when we change the file attached to the document record the new image should display. The solution we need should disable caching for this field/object maybe in Salesforce but not in general (we would like to keep caching for other browser use)
2 risposte
  1. 21 ott 2015, 20:20
    the image in Salesforce is not cached if you are referencing a file in this field.  The issue is more likely to be problematic for your users' browsers since Browswers love to cache things.   Are your images loaded via URL or are they displayed as  a custom Text field that references a stored document?
0/9000