Image Functions - Output Documents
Function Signature
Description
Example
IMAGE(document_
unique_
name)
When used as the svmx-data attribute value in img element, this shows the image uploaded to a Salesforce document. This document's unique name is passed as argument to IMAGE function. This document must have
keywords set to 'SFM_OUTPUT_DOCUMENT'.
<img alt="" src="" stylee="
width: 25%; height:
50px; float: right;" svmxdata="{{$
F.IMAGE('Service_
Quote_Report_
Image')}}" />
Was this helpful?