ユニバーサル コンテナーズ (UC) は、複数の注文に関して法廷闘争中です。UC は、これらの記録がシステムから削除されたことを知りました。営業担当副社長は、今後このようなことが起きないようにするよう求めました。
この要件を満たすアプローチはどれでしょうか?
正解:C
To ensure that records, such as orders, cannot be deleted in the future, the most secure approach is to remove the Delete permission for the Order object from the relevant profiles and permission sets. This enforces restrictions at the object permission level and applies universally, regardless of the user's role or access method.
* Option A: Changing the Record Type/Page Layout to be Read-Only doesn't prevent deletion, as users with Delete permissions can still remove records via other means, like APIs or list views.
* Option B: Removing the Delete button from the Page Layout is a partial solution and does not restrict deletion via other access methods (e.g., reports or API).
* Option C (Correct): By removing Delete permissions at the profile/permission set level, you ensure comprehensive prevention of deletion across all access points.
References:
* Object Permissions Overview