How to: Place Images in Columns
This page will guide the user through generating a related list and generating images from that related list.
Prerequisites:
Instructions:
<table>
<tbody>
<tr><!--{{!
<lineitemsSOQL>
<class>none</class>
<soql>select ContentDocument.latestpublishedversionid, ContentDocument.LatestPublishedVersion.pathonclient from contentdocumentlink where LinkedEntityId='{!ObjectID15}' AND (ContentDocument.LatestPublishedVersion.pathonclient LIKE'%.png%')
</soql>
<column newrow="X" type="rtf" prefix="<td><img src='" postfix="' width='150px'
style='border:2px solid black;' /></td>">ContentDocument.latestpublishedversionid</column>
</lineitemsSOQL>
}}-->
</tr>
</tbody>
</table>Last updated
Was this helpful?

