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
160
Salesforce フローワークショップ
Yoshi
December 20, 2022
Tweet
Share
More Decks by Yoshi
See All by Yoshi
Spring'25注目機能10選+添付ファイル付きフローの実装デモ
yoshi17
1
69
northernforce#46 Winter’25機能紹介
yoshi17
0
37
northernforce#45 フローのテストを実装してみよう
yoshi17
0
32
northernforce #43 紹介スライド
yoshi17
0
10
Salesforce Summer'24注目トピック紹介
yoshi17
0
100
Spring'24注目トピック紹介(フロー)
yoshi17
0
170
プロファイル廃止に備えよう
yoshi17
0
540
northernforce#33_フローを使ったHttpコールアウトの実装
yoshi17
0
280
Winter'24&Dreamforce2023 注目トピック紹介
yoshi17
0
170
Other Decks in Technology
See All in Technology
なぜ私は自分が使わないサービスを作るのか? / Why would I create a service that I would not use?
aiandrox
0
700
5分で紹介する生成AIエージェントとAmazon Bedrock Agents / 5-minutes introduction to generative AI agents and Amazon Bedrock Agents
hideakiaoyagi
0
240
プロセス改善による品質向上事例
tomasagi
2
2.5k
Classmethod AI Talks(CATs) #16 司会進行スライド(2025.02.12) / classmethod-ai-talks-aka-cats_moderator-slides_vol16_2025-02-12
shinyaa31
0
100
Amazon S3 Tablesと外部分析基盤連携について / Amazon S3 Tables and External Data Analytics Platform
nttcom
0
130
Oracle Cloud Infrastructure:2025年2月度サービス・アップデート
oracle4engineer
PRO
1
190
エンジニアが加速させるプロダクトディスカバリー 〜最速で価値ある機能を見つける方法〜 / product discovery accelerated by engineers
rince
1
140
ユーザーストーリーマッピングから始めるアジャイルチームと並走するQA / Starting QA with User Story Mapping
katawara
0
200
Nekko Cloud、 これまでとこれから ~学生サークルが作る、 小さなクラウド
logica0419
2
950
Platform Engineeringは自由のめまい
nwiizo
4
2.1k
AndroidXR 開発ツールごとの できることできないこと
donabe3
0
130
飲食店予約台帳を支えるインタラクティブ UI 設計と実装
siropaca
7
1.7k
Featured
See All Featured
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.4k
Designing Experiences People Love
moore
140
23k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
4
410
Testing 201, or: Great Expectations
jmmastey
42
7.2k
Designing for humans not robots
tammielis
250
25k
Gamification - CAS2011
davidbonilla
80
5.1k
Mobile First: as difficult as doing things right
swwweet
223
9.3k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.7k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
174
51k
4 Signs Your Business is Dying
shpigford
182
22k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
30
2.2k
RailsConf 2023
tenderlove
29
1k
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 取得したレコードをデータテーブルへ格納