-
How to display an image stored in Document in a Salesforce Visualforce page?
Hii All,
I'm trying to display an image that is stored as a Document. Starting with the most basic example, I am using the following:
<apex:page standardcontroller="Document">
<apex:outputField value="{!Document.name}"/>
<apex:image id="theImage" value="!Document.Logo.jpg" width="100" height="100"/></apex:page>
Log In to reply.
Popular Salesforce Blogs
6 Best Resources To Get You Started With Salesforce Marketing Cloud
At DESelect, we help customers succeed with segmentation in Salesforce Marketing Cloud (SFMC), and the first place to start is a good foundation. Therefore, in…
Types of Report Formats in Salesforce - All You Need to Know
What are the Report Formats in Salesforce? A Salesforce report is a list of information produced dependent on predefined standards. They can be displayed in…
Popular Salesforce Videos
Security in Salesforce - What Developers Must Know
Security in Salesforce 0:00 Introduction 3:00 Agenda 4:05 Data security 5:18 User Mode & System Mode 9:13 CRUD & FLS Data Model 10:45 Enforcing CRUD…
Create Custom Object, Tabs and ListView in lightning, Salesforce
In this video, DeveloperTrix explains how you can create custom objects, custom object tabs, and list views in the Salesforce platform. He also covers how…
How to Create an Object in Salesforce Lightning Experience?
Salesforce has always emphasized on declarative development since the beginning. The motto is that enterprise software should be easy to use for customers. With “clicks…