Skip to content

Instantly share code, notes, and snippets.

@bobbyjam99-zz
Last active June 27, 2019 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobbyjam99-zz/e6d69ef22dc86c68c19814ba55a90d98 to your computer and use it in GitHub Desktop.
Save bobbyjam99-zz/e6d69ef22dc86c68c19814ba55a90d98 to your computer and use it in GitHub Desktop.

Sharing and Visibility Designer

  • Public Read/Write にすると共有ルールが計算されないからパフォーマンスが良い?
  • 1ユーザが10000レコード以上持つと ownership data skew が発生する
  • Salesforce は、システム定義グループを使用して階層を実装します。
  • Salesforce は、再適用時にロール階層のノードごとに Role グループと RoleAndSubordinates グループの 2 種類のシステム定義グループを作成します。
  • 組織で外部組織の共有設定が有効になっている場合は、3 つ目の種類のシステム定義グループ RoleAndInternalSubordinates が作成されます。
  • Updates to parent records (parent account records) and their children (Opportunities) are being processed simultaneously in separete threads.
  • Updates to child records (related oppotunities) that have the same parent records (accounts) are being processed simultaneously in separete threads.

Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment