LoginSignup
0
0

More than 3 years have passed since last update.

Salesforceカスタムボタンからフローを呼ぶときの設定

Posted at

まずフローをつくる
例:Calculate_Discounts

①フローの「詳細とバージョンの表示」から、URLをコピーする
 /flow/Calculate_Discounts?
 
②オブジェクトの「ボタン、リンク、およびアクション」から、新規ボタンまたは新規リンクを選ぶ
 コピーしたURLの末尾にフローに渡したい情報を追加する
 例)/flow/Calculate_Discounts?AccountId={!Opportunity.AccountId}&OpportunityId={!Opportunity.Id}

③レイアウトに配置する

参考:
「割引計算機能の構築 > カスタムボタンでフロー配布」
https://trailhead.salesforce.com/ja/content/learn/projects/flow_calculate/flow_calculate_implement

0
0
1

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