0
0

More than 1 year has passed since last update.

子の情報を親に参照させる質問

Last updated at Posted at 2022-07-19

考えたら普通に分かりそうなんだけど、多い質問。 ローコードとかノーコードとかどうでもいいけど、データモデルについては学ばないと意味がないと思う。コーディング以前の問題です。

さて、私は英語が全く分からないので理論的に英語で回答することはまず不可能です。そのため回答例を集めておきたいと思います。
また長い質問はグーグルさんで訳しても理解できないので、回答できないです。

No formula field is going to work for this scenario since Contact looks up to Account. Formula fields can only pull values from parent down to child, not the other way around.

You could use DLRS to accomplish this. Flow can also do this.

連絡先はアカウントを検索するため、このシナリオでは数式フィールドは機能しません。数式フィールドは、親から子に値をプルすることしかできず、その逆はできません。

DLRSを使用してこれを実現できます。フローもこれを行うことができます。


数式フィールドと同様に、行レベルの数式は、対象のデータ ソースの下にある子レコードを参照できません。取引先レポートでは、それが取引先であり、子商談は表示されません。

これを達成する唯一の方法は、取引先のカスタム フィールドを使用することです。おそらく、機会をカウントするロールアップ サマリーです。

未処理の案件数の行レベルの式

自動化プロセスの実行順序を考慮した場合

これを見ると積上げ集計は入力規則の後だから使えない。 フローは前に行われるから大丈夫ですね。
DLRSはBefore トリガー(?)だからこれも入力規則の前だから機能するということかな。

image.png

アカウントの内の自己参照で子の合計金額を集計したい

Hello, I´m trying to find the way to create a field in an account that summarize the sum of another field of the account childs. I cannot find the way to do it with rollup field, since I need to do it within the same object. Can anybody help me? Thank you

0
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
0
0