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

Custom settings profile access
Hi Guys,
I was wondering if we can give custom settings a profile level access for instance.
i have two custom settings in my org A & B.
I need profile X to view only Custom setting A and not B is this even possible?I tried a few things does not look like it is.
I was wondering if we can give custom settings a profile level access for instance.
i have two custom settings in my org A & B.
I need profile X to view only Custom setting A and not B is this even possible?I tried a few things does not look like it is.
They have an org/group/individual level when you setup the hierarchy, and default to the next level in the permission set if they have not yet been set for an individual or profile id.
Org > Profile > Individual.
See:http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_methods_system_custom_settings.htm
Calling methods like: getInstance will return appropriate settings for the user depending on what has been created.