Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
Hi All,
how can i display all my Notes & Attachments as an image inside the visualforce page..
I could not get your question , but if you mean to expose the Notes & Attachments section VF page, then you can use the
apex:relatedList tag
<apex:relatedList subject="ParentObjectId" list="NotesAndAttachments"/>
Hi Imran,
I am able to get the Notes and Attachments inside the Visualforce page as a related list, however.. i want to display all Notes and Attachments as in read only mode..
I could not get your question , but if you mean to expose the Notes & Attachments section VF page, then you can use the
apex:relatedList tag
<apex:relatedList subject="ParentObjectId" list="NotesAndAttachments"/>
All Answers
I could not get your question , but if you mean to expose the Notes & Attachments section VF page, then you can use the
apex:relatedList tag
<apex:relatedList subject="ParentObjectId" list="NotesAndAttachments"/>
Hi Imran,
I am able to get the Notes and Attachments inside the Visualforce page as a related list, however.. i want to display all Notes and Attachments as in read only mode..