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
140
Salesforce フローワークショップ
Yoshi
December 20, 2022
Tweet
Share
More Decks by Yoshi
See All by Yoshi
northernforce #43 紹介スライド
yoshi17
0
6
Salesforce Summer'24注目トピック紹介
yoshi17
0
51
Spring'24注目トピック紹介(フロー)
yoshi17
0
130
プロファイル廃止に備えよう
yoshi17
0
360
northernforce#33_フローを使ったHttpコールアウトの実装
yoshi17
0
240
Winter'24&Dreamforce2023 注目トピック紹介
yoshi17
0
160
northernforce#31 フローワークショップ
yoshi17
0
110
northernforce # 30 ダッシュボード ワークショップ
yoshi17
0
110
Salesforce Summer'23 注目トピック紹介
yoshi17
0
66
Other Decks in Technology
See All in Technology
Privacy Sandbox on Android / DroidKaigi 2024
7pairs
1
220
DuckDB雑紹介(1.1対応版)@DuckDB座談会
ktz
6
1.3k
ロリポップ! for Gamersを支えるインフラ/lolipop for gamers infrastructure
takumakume
0
120
Jetpack Compose Modifier 徹底解説 / Jetpack Compose Modifier
wiroha
0
160
事前準備が肝!AI活用のための業務改革
layerx
PRO
1
360
Mocking in Rust Applications
taiki45
1
400
Segment Anything Model 2
tenten0727
3
650
EitherT_with_Future
aoiroaoino
2
1.2k
OR学会2024秋_短期収益と将来のオフ方策評価性能を考慮したクーポン割当方策混合比の決定
recruitengineers
PRO
4
450
eBPFのこれまでとこれから
yutarohayakawa
9
3k
The XZ Backdoor Story
fr0gger
0
3.6k
より快適なエラーログ監視を目指して
leveragestech
4
1.4k
Featured
See All Featured
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
103
48k
The Mythical Team-Month
searls
218
43k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
38
9.2k
Pencils Down: Stop Designing & Start Developing
hursman
119
11k
Robots, Beer and Maslow
schacon
PRO
157
8.2k
Agile that works and the tools we love
rasmusluckow
327
20k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
41
6.5k
Into the Great Unknown - MozCon
thekraken
29
1.4k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
25
3.9k
Documentation Writing (for coders)
carmenintech
65
4.3k
Building Flexible Design Systems
yeseniaperezcruz
325
37k
A Philosophy of Restraint
colly
202
16k
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 取得したレコードをデータテーブルへ格納