Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <apex:page standardController="Account">
  2.  
  3. <!-- classic attachments related list -->
  4. <apex:relatedList subject="{!account.id}" list="CombinedAttachments" />
  5.  
  6. <!-- new salesforce files related list -->
  7. <apex:relatedList subject="{!account.id}" list="AttachedContentDocuments" />
  8.  
  9. </apex:page>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement