Checklist progress
0/151Learned
Platform Sharing and Visibility Architect
Study Checklist
Checklist progress
0/151Learned
Given a scenario, recommend the right level of object permissions needed to provide the appropriate access to a set of users.
0/11
Given a scenario, recommend the correct level of field permissions needed to provide the appropriate access to a set of users.
0/5
Given a scenario, recommend the appropriate mechanism to hide data at the user interface level.
0/4
Given a scenario, determine the appropriate access controls to protect sensitive data
0/6
Given a scenario, recommend the appropriate programmatic solution to ensure security settings are enforced.
0/8
The correct approach when an Apex trigger must respect row visibility for non-admin users.
Learn this conceptPrepare for the Exam
Study Community
Ask questions and get the latest info from other Platform Sharing and Visibility Architect studiers.
Apex triggers execute in system context and cannot enforce sharing rules directly because they lack explicit sharing declarations. To respect row visibility for non-admin users, developers must move logic into handler classes that explicitly declare sharing enforcement.