You need to sign in to do that
Don't have an account?
Dean Rourk 2
Account level security in VF pages and controller
We use the account owner and their manager to control who can view accounts. Owners can only see there accounts. Works great.
I created a VF page and controller to display a custom object that has a master detail relationship with account. Everyone can all the accounts. I don't understand why the the account security is not following through on the VF page.
Any help would be greatly appreciated.
I created a VF page and controller to display a custom object that has a master detail relationship with account. Everyone can all the accounts. I don't understand why the the account security is not following through on the VF page.
Any help would be greatly appreciated.
Please check your OWD setting for that object for which you are controlling the visibility.
Please use make sure data OWD setting should be private and your controller has with sharing keyword.
All Answers
Please check your OWD setting for that object for which you are controlling the visibility.
Please use make sure data OWD setting should be private and your controller has with sharing keyword.
thanks