function readOnly(count){ }
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
Is there a way to add the attachement related list on a visualforce page? Can anyone give me some code samples ?
<apex:relatedList id="Attachments" subject="{!myObject}" list="NotesAndAttachments" title="Attached Documents"/>
list="NotesAndAttachments" is the important thing
What do you mean by {!myObject} in the subject brackets? is that the record Id?
Okay I figured out the myObject thing, but I would I get attachments to be visible on a force.com site?
<apex:relatedList id="Attachments" subject="{!myObject}" list="NotesAndAttachments" title="Attached Documents"/>
list="NotesAndAttachments" is the important thing
What do you mean by {!myObject} in the subject brackets? is that the record Id?
Okay I figured out the myObject thing, but I would I get attachments to be visible on a force.com site?