An administrator at a security firm is configuring record-level access for a custom object named Vendor_Audit__c and evaluating default access behaviors across standard and custom objects. The compliance team requires that records be kept confidential by default, while allowing management access control flexibility. Which of the following statements correctly describe Organization-Wide Default (OWD) capabilities and security principles for this scenario? (Select TWO choices.)
- Setting the Organization-Wide Default for Vendor_Audit__c to Private establishes the baseline access, ensuring users cannot view records owned by others unless granted access through hierarchy or sharing.Cevap
- Disabling 'Grant Access Using Hierarchies' is configurable for custom objects like Vendor_Audit__c, whereas standard objects always enforce access propagation up the role hierarchy.Cevap
- CModifying Profile object permissions to remove Read access is the recommended approach to restrict record-level visibility for specific users while keeping OWD set to Public Read/Write.
- DEnabling 'Grant Access Using Hierarchies' on a custom object grants record access strictly to direct managers, preventing higher-level roles in the hierarchy branch from inheriting access.
Cevap
The correct statements are that setting OWD to Private establishes the default record-level baseline access, and that 'Grant Access Using Hierarchies' can be disabled for custom objects but is mandatory for standard objects.
Setting OWD to Private ensures records are inaccessible by default to non-owners, establishing the foundational record security baseline. Additionally, custom objects provide the administrative flexibility to uncheck 'Grant Access Using Hierarchies', whereas standard objects mandate hierarchy access propagation.
Adım Adım Çözüm
Anahtar Kavram
Organization-Wide Defaults (OWD) set the baseline record access in Salesforce. Profiles/Permission Sets grant object-level access (CRUD) but cannot restrict record access below OWD. Furthermore, 'Grant Access Using Hierarchies' can only be disabled on custom objects.