function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
thatheraherethatherahere 

Accessing Salesforce CRM Contents in Site

Hi there,

I have a requirement where I have to fetch Salesforce CRM Contents and have to display them in a vf page on my Org Site for public display.
Is there any way to achieve this?  


I got this link: http://developer.force.com/cookbook/recipe/displaying-salesforce-crm-content-documents-in-a-visualforce-page
With this I'm able to fetch and display them on vf page but I'm not getting How can I display them on Site! I have added my page to Site but I think Contents are not available on Site. :-/


Thanks,

GlynAGlynA

This is a stab in the dark, but is your VF page controller declared "without sharing"?  If not, try that.

 

-Glyn