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 cannot have explicit sharing declarations and run in system context (without sharing) by default, meaning SOQL queries ignore record-level sharing rules. However, nested triggers invoked via specific DML operations or methods in with sharing classes run in with sharing mode, enforcing the current user's access.