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

画面フローにレコードのIdを渡す

Posted at

画面フローですがURLを指定して起動させていますか?

そうであれば、変数としてrecordIdを指定してレコードのIdをパラメータとして記述していますか?

/flow/Create_Case_for_Contact?recordId={!Account.Id}

変数値を設定するようにフロー URL をカスタマイズ
https://help.salesforce.com/s/articleView?id=sf.flow_distribute_internal_url_variable.htm&type=5

この方法しかないと思っていたけど

recordIdという入力可能な変数だったら、アクションでそのまま使えるみたい

image.png

image.png

image.png

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?