1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Salesforce Trailhead 開発者初級 > データセキュリティ > 共有ルールの定義(7) 課題やりかた

Last updated at Posted at 2020-09-23

学習内容

  • 共有ルールを使用して、アクセス権をロール階層構造外に拡大する。
  • ロールやプロファイルの異なるユーザで構成される公開グループを作成する。

前提条件

  • playground内の言語設定を英語に設定している
  • 以前のデータセキュリティのモジュールを終了している

課題

Set Sharing Rules for Training Coordinator and Projects
Project custom object records should only be seen by the owner of the record and users above the owner on the role hierarchy. However, for some Project records, the Training Coordinator must also have Read Only visibility to the Project record.

Create a custom picklist field on the Project object called “Priority” with the following values: High, Medium, and Low. Then create a criteria-based Sharing Rule for Project records where the Priority = High to share those records with the Training Coordinator role.

手順

  • Create a custom field on the Project object
  • まず、playgroundを起動し、設定を開く

  • Project object にカスタムフィールドを作成するため Object Manager > Project を検索し、選択。
    スクリーンショット 2020-09-23 13.52.52.png

  • Projectのページ左側のFields & Relationshipsを開き、右側のNewをクリック
    スクリーンショット 2020-09-23 13.54.18.png

  • New Custom Field から下にスクロールし Picklist のデータタイプを選択し、右下SAVE.スクリーンショット 2020-09-23 14.24.12.png

スクリーンショット 2020-09-23 13.56.58.png

  • Priorityのカスタムオブジェクトを課題の要件を確認しながら、以下のように作成する。記入したら、右下NEXT.
    スクリーンショット 2020-09-23 14.12.49.png

  • Visibleにチェックし、全てのプロファイルに可視化する
    スクリーンショット 2020-09-23 14.15.49.png

  • そのまま、 Project page layoutsもチェックし、SAVE.
    スクリーンショット 2020-09-23 14.17.37.png

  • Create a sharing rule for the Project object
    ようやく、Projectオブジェクトに共有ルールを設定する。
  • 設定の検索欄から、Sharing settings を入力し、共有ルールにページにいく

  • Manage sharing settings for: (共有設定を管理する対象) から一番下のProjectを選択する
    スクリーンショット 2020-09-23 14.21.22.png

  • 共有ルールのNewをクリックし
    スクリーンショット 2020-09-23 14.24.12.png

  • 課題の要件を下記のようにstep1,2,3,4,5と入力し、SAVE.
    スクリーンショット 2020-09-23 14.28.30.png

  • Assessment 完了!
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?