A developer needs to create a Visualforce page that displays Case data. The page will be used by both support
reps and support managers. The Support Rep profile does not allow visibility of the Customer_Satisfaction__c field, but the Support Manager profile does.
How can the developer create the page to enforce Field Level Security and keep future maintenance to a minimum?
- Create one Visualforce Page for use by both profiles.
- Use a new Support Manager permission set.
- Create a separate Visualforce Page for each profile.
- Use a custom controller that has the with sharing keywords.
Reveal Solution Next Question