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"/>
Subscribe to:
Post Comments (Atom)
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...
-
<apex:page showHeader="false" sidebar="false" controller="ControllerName" standardStylesheets="fals...
-
<script> function myFunction() { var str = "IF((4+2)==5,true,false)"; str = str.replace(/\s/g, '');...
-
Use Case: In many scenarios, we need to clone the records with related child records. Issue / Limitation: We may simply use the "cl...
No comments:
Post a Comment