- 特権ユーザーを監査し、権限を適切に調整します。
- 重要なデータの変更を監視し、機密データの漏洩を軽減します。
- 接続されたアプリのアクセスを監視する際のベスト プラクティスについて説明します。
特権ユーザーの監査
組織内で特権権限を持つユーザーを監視してください。権限調整が必要な2人のユーザーを特定し、要件に基づいて必要な更新を行ってください
We can't find the expected permission set group modifications.
予期された権限セットグループの変更が見つかりません。
データの変更を監視する
必須フィールドのフィールド履歴追跡を有効にし、各商談レコードとレポートで変更を監視できるように組織を構成します。
次に、誤って機密アカウントデータが含まれているアカウント履歴レコードを削除します。重要:削除権限のあるレコードのみを削除してください。
We can't find field history tracking enabled for the expected fields on the Opportunity object. Make sure you've only enabled it for the specified fields.
商談オブジェクトの必要なフィールドでフィールド履歴管理が有効になっていません。指定されたフィールドのみ有効になっていることを確認してください。
We can't find the Opportunity Field History related list on the Opportunity object.
商談オブジェクトに商談フィールド履歴関連リストが見つかりません。
We can't find an opportunity field history report with the name 'Opp Field History - Last 7 Days'. Make sure there is only one 'Opp Field History - Last 7 Days' report, it's in the right folder, and has a description.
「商談フィールド履歴 - 過去7日間」という名前の商談フィールド履歴レポートが見つかりません。「商談フィールド履歴 - 過去7日間」レポートが1つだけ存在し、適切なフォルダに保存され、説明が記載されていることを確認してください。
We can't find the expected org setting that allows for the deletion of field history data.
フィールド履歴データの削除を許可する必要な組織設定が見つかりません。
We can't find the permission set with the API Name 'Delete_Field_History'.
We can't find that the expected Account History records were deleted.
予期されたアカウント履歴レコードが削除されたことが確認できません。
select Id,oldvalue from AccountHistory where AccountId='001aj000013xXc5AAE'
AccountHistory ac = new AccountHistory();
ac.Id ='017aj00000PSOocAAH';
delete ac;
接続されたアプリのアクセスを監視する
様々なシナリオにおける接続アプリの監視に関する質問に回答します。