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?

Question

Grade: Education Subject: computers-and_technology
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?
Asked by:
374 Viewed 374 Answers

Answer (374)

Best Answer
(343)
The developer can create the page to enforce field level security and keep future maintenance to a minimum by using a new support manager permission sets.
By using these permission sets the developer will create a visual force page that displays case data and the page will be used by both support reps and support managers.