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
20251028_northernforce52_吉松_Dreamforce2025ふりかえり_.pdf
yoshi17
0
29
【northernforce#51】 Agentforceワークショップ! お土産課題
yoshi17
0
49
【northernforce#51 発表用資料】Agentforceワークショップ!
yoshi17
0
200
Salesforce Summer'25 注目機能紹介
yoshi17
0
61
Salesforce Summer'25 注目機能紹介
yoshi17
0
62
8章 Salesforceシステムの未来の姿をイメージする
yoshi17
0
73
Spring'25注目機能10選+添付ファイル付きフローの実装デモ
yoshi17
0
64
Spring'25注目機能10選+添付ファイル付きフローの実装デモ
yoshi17
1
110
northernforce#46 Winter’25機能紹介
yoshi17
0
72
Other Decks in Technology
See All in Technology
CREが作る自己解決サイクルSlackワークフローに組み込んだAIによる社内ヘルプデスク改革 #cre_meetup
bengo4com
0
340
AWS re:Invent 2025事前勉強会資料 / AWS re:Invent 2025 pre study meetup
kinunori
0
310
AWS DMS で SQL Server を移行してみた/aws-dms-sql-server-migration
emiki
0
240
DSPy入門
tomehirata
0
100
.NET 10のBlazorの期待の新機能
htkym
0
110
「最速」で Gemini CLI を使いこなそう! 〜Cloud Shell/Cloud Run の活用〜 / The Fastest Way to Master the Gemini CLI — with Cloud Shell and Cloud Run
aoto
PRO
1
180
re:Inventに行くまでにやっておきたいこと
nagisa53
0
260
AIプロダクトのプロンプト実践テクニック / Practical Techniques for AI Product Prompts
saka2jp
0
110
Azureコストと向き合った、4年半のリアル / Four and a half years of dealing with Azure costs
aeonpeople
1
300
RemoteFunctionを使ったコロケーション
mkazutaka
1
120
AI駆動で進める依存ライブラリ更新 ─ Vue プロジェクトの品質向上と開発スピード改善の実践録
sayn0
1
320
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
14
82k
Featured
See All Featured
Embracing the Ebb and Flow
colly
88
4.9k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
10
890
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
jQuery: Nuts, Bolts and Bling
dougneiner
65
7.9k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Code Review Best Practice
trishagee
72
19k
KATA
mclloyd
PRO
32
15k
RailsConf 2023
tenderlove
30
1.3k
Designing for humans not robots
tammielis
254
26k
A better future with KSS
kneath
239
18k
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 取得したレコードをデータテーブルへ格納