Thursday, January 17, 2013

Get the image or documents from Salesforce Document Object



1. Upload one image or file in Document object

2. Go to Document Object

3. Select your folder which you add your file

4. Click the viwe button near to your file name

5. Select the URL displed

6. Use this link for display the image

ex:

<img src="https://force.com/servlet/servlet.FileDownload?file=12331441431212"/>

No comments:

Post a Comment

Salesforce - Generate dynamic inner query to fetch parent and related child records

Use Case: In many scenarios, we need to clone the records with related child records. Issue / Limitation: We may simply use the "cl...