Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Salesforce フローワークショップ
Search
Yoshi
December 20, 2022
Technology
0
170
Salesforce フローワークショップ
Yoshi
December 20, 2022
Tweet
Share
More Decks by Yoshi
See All by Yoshi
Salesforce Summer'25 注目機能紹介
yoshi17
0
21
Salesforce Summer'25 注目機能紹介
yoshi17
0
33
8章 Salesforceシステムの未来の姿をイメージする
yoshi17
0
60
Spring'25注目機能10選+添付ファイル付きフローの実装デモ
yoshi17
0
52
Spring'25注目機能10選+添付ファイル付きフローの実装デモ
yoshi17
1
100
northernforce#46 Winter’25機能紹介
yoshi17
0
57
northernforce#45 フローのテストを実装してみよう
yoshi17
0
41
northernforce #43 紹介スライド
yoshi17
0
16
Salesforce Summer'24注目トピック紹介
yoshi17
0
130
Other Decks in Technology
See All in Technology
GitHub Copilot の概要
tomokusaba
1
140
250627 関西Ruby会議08 前夜祭 RejectKaigi「DJ on Ruby Ver.0.1」
msykd
PRO
2
340
【5分でわかる】セーフィー エンジニア向け会社紹介
safie_recruit
0
26k
第9回情シス転職ミートアップ_テックタッチ株式会社
forester3003
0
260
フィンテック養成勉強会#54
finengine
0
180
25分で解説する「最小権限の原則」を実現するための AWS「ポリシー」大全 / 20250625-aws-summit-aws-policy
opelab
9
1.2k
本が全く読めなかった過去の自分へ
genshun9
0
630
AIとともに進化するエンジニアリング / Engineering-Evolving-with-AI_final.pdf
lycorptech_jp
PRO
0
120
Witchcraft for Memory
pocke
1
580
2年でここまで成長!AWSで育てたAI Slack botの軌跡
iwamot
PRO
4
800
"サービスチーム" での技術選定 / Making Technology Decisions for the Service Team
kaminashi
1
190
MySQL5.6から8.4へ 戦いの記録
kyoshidaxx
1
270
Featured
See All Featured
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.5k
A Tale of Four Properties
chriscoyier
160
23k
Writing Fast Ruby
sferik
628
62k
How STYLIGHT went responsive
nonsquared
100
5.6k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.8k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
281
13k
Six Lessons from altMBA
skipperchong
28
3.9k
Transcript
northernforce_221220.md 2022/12/18 1 / 16 northernforce#23 フローのワークショップ ⽬次 1.データテーブルを使った画⾯フローを実装する 2.1ヶ⽉のスケジュールパスのフローを実装する
3.in句を使ったフローを実装する データテーブルを使った画⾯フローを実装する シナリオ 商談を⼀覧に表⽰して削除したい 実装結果 商談を⼀覧表⽰
northernforce_221220.md 2022/12/18 2 / 16 削除したい商談を選択 選択した商談を削除
northernforce_221220.md 2022/12/18 3 / 16 実装内容 全体像
northernforce_221220.md 2022/12/18 4 / 16 商談レコードを取得 取得したレコードを⼀覧で表⽰
northernforce_221220.md 2022/12/18 5 / 16 選択したレコードを削除
northernforce_221220.md 2022/12/18 6 / 16 1ヶ⽉のスケジュールパスのフローを実装する シナリオ 規取引先を登録した1ヶ⽉後にフォローアクション通知(Chatter投稿)を⾏いたい 実装結果
northernforce_221220.md 2022/12/18 7 / 16
northernforce_221220.md 2022/12/18 8 / 16 実装内容 全体像
northernforce_221220.md 2022/12/18 9 / 16 開始条件 スケジュール済みパスにて作成⽇の1ヶ⽉後を指定
northernforce_221220.md 2022/12/18 10 / 16 Chatter投稿アクション
northernforce_221220.md 2022/12/18 11 / 16 in句を使ったフローを実装する シナリオ 重要な取引先の取引先責任者を⼀覧に表⽰したい 実装結果
northernforce_221220.md 2022/12/18 12 / 16 実装内容 全体像
northernforce_221220.md 2022/12/18 13 / 16 取引先レコードを取得
northernforce_221220.md 2022/12/18 14 / 16 取得したレコードをループ 取引先レコードの取引先IDを格納
northernforce_221220.md 2022/12/18 15 / 16 取引先責任者レコードを取得
northernforce_221220.md 2022/12/18 16 / 16 取得したレコードをデータテーブルへ格納