Salesforce Certified Platform App Builder — Question 454

Universal Containers has two types of applicants, hourly and salary. There are separate record types for each. While all members of the human resource department need to be able to view all applicant records, only the hiring manager and VP of HR should be able to create salary applicant records.
What should the app builder recommend to meet this requirement?

Answer options

Correct answer: B

Explanation

The correct answer is B because creating a permission set specifically for the salary record type allows only designated users, like the hiring manager and VP of HR, to create those records while still enabling others to view them. Option A does not restrict creation permissions appropriately, C is too restrictive and does not allow for necessary visibility, and D complicates the access management without directly addressing the creation permissions needed.