1
1

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 1 year has passed since last update.

Salesforceでフローを作成しよう~親の親のレコードを更新しよう

Posted at

こんにちは

今回はSalesfroceのフローを作成し
・子レコードを起点に親レコード所有者を更新
そして親レコードの所有者を更新

というフローを作成します

フロー1.png

フロー作成内容はこのようになります

フロー2.png

レコード開始条件はAオブジェクトの更新になります

更新01.png

親オブジェクトBの更新は以下となります

B1.png

そのあと、親の親のレコードの更新をします。
その前に親レコードを元にその親レコードの取得をします

フロー3.png

最後に先ほど取得したレコードを元に親レコードの更新を行います

フロー4.png

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?