Salesforce Certified Platform App Builder — Question 330
The app builder at Cloud Kicks has created a custom object named Delivery__c to track the details of products shipped to customers.
Which two actions should the app builder take to prevent users in the shipping department from deleting delivery records? (Choose two.)
Answer options
- A. Change the organization-wide default of deliveries to Private.
- B. Remove the delete button from the Delivery page layout.
- C. Remove the Delete permission from the Shipper profile.
- D. Use a permission set to remove the Delete permission.
Correct answer: B, C
Explanation
Removing the delete button from the Delivery page layout (B) prevents users from even seeing the option to delete records, while taking away the Delete permission from the Shipper profile (C) ensures that users cannot delete records through other means. Changing the organization-wide default to Private (A) would restrict visibility but not prevent deletion, and using a permission set (D) is an additional method but not necessary if the profile permission is already removed.