[SalesForce] Notes and Attachments on Communities VF Page

We have a VF Page that we are exposing to community users and on that page, we want to display the RL for Notes and Attachments. We have the following snippet

<apex:relatedList subject="{!Contact}" list="CombinedAttachments" />

However, when we add this line to our VF Page and access as a community user we get a VF error on like belowenter image description here

We have tried several things already, such as check security settings, ensure the notes and attachments is on the page layout, check the API version to 28/29, use NotesAndAttachments instead of CombinedAttachments.

So I wanted to confirm if it is possible to display the Notes and Attachments related list on a VF page that is being accessed via communities ? or wether we need to build something custom (hopefully not)

Best Answer

I think this might be the answer to my question.

Notes and Attachments are not available on Accounts/Contacts for Customer Portal users. See the idea below,

https://success.salesforce.com/ideaView?id=08730000000BrTdAAK

Related Topic