You need to sign in to do that
Don't have an account?
Tom Maple2
How do I retrieve Visualforce page permissions for a profile?
I have a Visualforce page that acts as a menu to other Visualforce pages. I want to use the rendered attribute to decide whether an <apex:outputLink> is displayed based on the logged in user's Profile permissions. Something like this:
<apex:outputLink value="/apex/myPrivilegedPage" rendered="{!whatDoIPutHere}">My Privileged Page</apex:outputLink>
<apex:outputLink value="/apex/myPrivilegedPage" rendered="{!whatDoIPutHere}">My Privileged Page</apex:outputLink>
http://salesforce.stackexchange.com/questions/40683/how-do-i-find-out-if-a-user-has-access-to-a-visualforce-page-through-apex
All Answers
http://salesforce.stackexchange.com/questions/40683/how-do-i-find-out-if-a-user-has-access-to-a-visualforce-page-through-apex