Salesforce-Platform-Sharing-and-Visibility-Architect Practice Test
Salesforce Spring 25 Release 77 Questions
Universal Containers (UC) is in a legal dispute regarding several orders. UC has found out
these records were removed from the system. The VP of Sales has asked to ensure this
cannot happen in the future.
Which approach should meet this requirement?
A. Change the Record Type/Page Layout assignment for Orders to be Read-Only.
B. Remove the Delete button from the Order Page Layout.
C. Remove Order Delete permission from profiles and permission sets.
C. Remove Order Delete permission from profiles and permission sets.
Explanation:
To prevent deletions at scale, you must remove the core Delete object permission. Simply hiding the Delete button on a page layout (B) doesn’t stop API or inline deletion. Changing record types or layouts to Read-Only (A) doesn’t influence permissions; users with Delete permission could still remove records if they find another route. By revoking Delete in profiles/permission sets, you ensure no user can delete Order records, period, regardless of UI.