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. 595 members and growing.
Apex runs in system mode by default, bypassing user-level field and object permissions. WITH SECURITY_ENFORCED and stripInaccessible() are two programmatic approaches to enforce field-level and object-level security for SOQL queries and DML operations.