You need to sign in to do that
Don't have an account?
Dilip v
Relationships Issues
An organization has two custom objects to track job positions and salaries for those positions. Everyone in the organization should be able to view the positions however, only select users can view the salary records. What steps should a developer take to ensure the requirement is fulfilled?
a) Create a lookup relationship between positions and salaries; define public access on position and private access on salary
b) Create a master-detail relationship between positions and salaries; define public access on position and private access on salary.
c) Create a master-detail relationship between positions and salaries; define private access on position and create sharing rules on salary.
d) Create a lookup relationship between positions and salaries; define public access on position and public access on salary; create sharing rules on salary to restrict visibility.
a) Create a lookup relationship between positions and salaries; define public access on position and private access on salary
b) Create a master-detail relationship between positions and salaries; define public access on position and private access on salary.
c) Create a master-detail relationship between positions and salaries; define private access on position and create sharing rules on salary.
d) Create a lookup relationship between positions and salaries; define public access on position and public access on salary; create sharing rules on salary to restrict visibility.
FYI,
Check here https://help.salesforce.com/HTViewHelpDoc?id=admin_sharing.htm&language=en_US to understand how security model