You need to sign in to do that
Don't have an account?

Adding VF page to Content detail page
Hi,
I have created a VF page with standardController="ContentVersion" and added the page to the page layout but this page is not getting displayed on the page layout.
Has anyone faced this issue before? Can someone help me with this.
Thanks,
Pam
Hi Pam,
I think there your are facing this issue because of the Field level security. Please check if the profile that you are viewing has all required field level security. This can be one of the cause.
Also, did you check the security of VF page? If the VF page has been given to that profile?
Hope this helps.
Thanks.
Hi,
The profile has access to the VF page. If I view the page individually by using na1/salesforce.com/apex/test i can view the page. But when i add the page to the content page layout i cannot see the page.