Salesforce Certified Platform App Builder — Question 339
Cloud Kicks conducts an evaluation of sales reps with a custom object that houses a scorecard.
The company wants to ensure that only the sales reps, their managers, and their manager's executives can view the rep’s scorecard, but also prevent the reps from being able to view the executive comment fields on their review.
How should these requirements be met?
Answer options
- A. Use a private sharing model granting record access using hierarchy; manage field access with record types and field-level security.
- B. Use a private sharing model granting record access using custom settings; manage field access with page layouts and field-level security.
- C. Use a private sharing model granting record access using hierarchy; manage field access with field-level security.
- D. Use a private sharing model granting record access using custom settings; manage field access with record types and page layouts.
Correct answer: C
Explanation
Answer C is correct because it utilizes a private sharing model that grants access based on hierarchy, ensuring only the appropriate parties can view the scorecards. It also employs field-level security to prevent sales reps from accessing executive comments, which aligns with the requirements. The other options either incorrectly use custom settings or do not effectively manage field access in a way that meets the specified needs.