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?

「フローが終了しました」というメッセージを削除する方法

Posted at

image.png

以下のアイデアの中でいくつかの回避策が提案されています。

  • クイックアクションまたはカスタムボタンから画面フローを起動する方法もあるようです。

  • ヘッダーやフッターのない、記述された Aura コンポーネントを含む画面を追加しました。これにより、画面フローを閉じるイベントが起動されます。

  • ボタンから自動起動フローを起動する場合に使用できるパラメータがあります - retURL。ボタン URL にすでに ? がある場合は、最後に&retURL={! Opportunity.Id } を追加します。 [元のレコードの ID は{! Opportunity.Id }です]

結果は次のようになります - /flow/flow_name?varOpportunityId={! Opportunity.Id }&retURL={! Opportunity.Id }

https://ideas.salesforce.com/s/idea/a0B8W00000GdeS5UAJ/prevent-your-flow-finished-in-screen-flows

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?