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
フローのデータテーブルを使ってみよう/Let's use the Salesforce Flo...
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
nakofg
February 23, 2023
Programming
0
1.5k
フローのデータテーブルを使ってみよう/Let's use the Salesforce Flow Data table
フローのデータテーブルを使ってみよう
2023/02/23 【オンライン】Salesforce女子部 Tokyo #50 〜オンラインLT大会〜
#sfggjp
nakofg
February 23, 2023
Tweet
Share
More Decks by nakofg
See All by nakofg
Agent時代のアドミン、 求められること多くない? ~Dreamforce2025を終えて/There are a lot of demands on admins in the Agent era, right?
nakofg
0
63
Dreamforce2024に行ってきました Agentforce for Developers編/I went to Dreamforce 2024 part2
nakofg
0
18
Dreamforce2024に行ってきました/I went to Dreamforce 2024
nakofg
0
12
開発者でも活用できる「Salesforce Admin Skills Kit」/"Salesforce Admin Skills Kit" that developers can use
nakofg
0
15
Dreamforce2023に行ってきました/I went to Dreamforce 2023
nakofg
0
15
Einsteinがコードを 書く時代がやってくる/The time has come for Einstein to write code
nakofg
0
15
Sandboxはリフレッシュ日が大事な話/Refresh date is important for Salesforce Sandbox
nakofg
0
550
Salesforceのデータ移行で気をつけたいこと/Salesforce Data migration TIPS
nakofg
0
650
Salesforce女子部に参加してビフォーアフター/Before after participating in sfggjp
nakofg
0
500
Other Decks in Programming
See All in Programming
オブザーバビリティ駆動開発って実際どうなの?
yohfee
2
570
JPUG勉強会 OSSデータベースの内部構造を理解しよう
oga5
2
220
24時間止められないシステムを守る-医療ITにおけるランサムウェア対策の実際
koukimiura
2
170
Go 1.26でのsliceのメモリアロケーション最適化 / Go 1.26 リリースパーティ #go126party
mazrean
1
250
AIに仕事を丸投げしたら、本当に楽になれるのか
dip_tech
PRO
0
160
AI巻き込み型コードレビューのススメ
nealle
2
2.4k
日本だけで解禁されているアプリ起動の方法
ryunakayama
0
360
15年目のiOSアプリを1から作り直す技術
teakun
0
540
朝日新聞のデジタル版を支えるGoバックエンド ー価値ある情報をいち早く確実にお届けするために
junkiishida
1
260
Amazon Bedrockを活用したRAGの品質管理パイプライン構築
tosuri13
5
900
CSC307 Lecture 13
javiergs
PRO
0
310
今、アーキテクトとして 品質保証にどう関わるか
nealle
0
180
Featured
See All Featured
Build The Right Thing And Hit Your Dates
maggiecrowley
39
3k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
11
850
svc-hook: hooking system calls on ARM64 by binary rewriting
retrage
1
130
Digital Projects Gone Horribly Wrong (And the UX Pros Who Still Save the Day) - Dean Schuster
uxyall
0
540
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.4k
The Organizational Zoo: Understanding Human Behavior Agility Through Metaphoric Constructive Conversations (based on the works of Arthur Shelley, Ph.D)
kimpetersen
PRO
0
260
The Pragmatic Product Professional
lauravandoore
37
7.2k
Six Lessons from altMBA
skipperchong
29
4.2k
The Anti-SEO Checklist Checklist. Pubcon Cyber Week
ryanjones
0
82
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
2.4k
New Earth Scene 8
popppiees
1
1.6k
The AI Revolution Will Not Be Monopolized: How open-source beats economies of scale, even for LLMs
inesmontani
PRO
3
3.1k
Transcript
フローのデータテーブルを使って みよう 2023/2/23(木) Salesforce女子部 Tokyo #50 〜オンラインLT大会〜
フローの進化がすごい https://help.salesforce.com/s/articleView?id=release-notes.rn_automate.htm&release=242&type=5
Winter’23から登場したデータテーブル https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_screencmp_data_table.htm&type=5 Spring23ではベータが外れ ていました
データテーブルを使ってみよう <デモシナリオ> リードの詳細ページに商談一覧を表示する <商談一覧の中身> リードの会社名と一致する進行中商談 → 簡易的に「この引き合いは取引中?アポ前?」を知る <使うもの> 画面フローを作る リードのLightningレコードページに表示
None
None
None
取引先Idを条件に 商談レコード取得 リードIdを条件に リード検索 リードの会社に値が あるか 「取引先名=リード 会社名」という条件 で取引先を検索し、 取引先Idを1件取得
商談の取得結果を データテーブルに 表示 リードページから Idを渡す
None