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
nakofg
February 23, 2023
Programming
0
1.2k
フローのデータテーブルを使ってみよう/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
Sandboxはリフレッシュ日が大事な話/Refresh date is important for Salesforce Sandbox
nakofg
0
470
Salesforceのデータ移行で気をつけたいこと/Salesforce Data migration TIPS
nakofg
0
540
Salesforce女子部に参加してビフォーアフター/Before after participating in sfggjp
nakofg
0
420
Visualforce in Service Console
nakofg
0
480
CarefulMultiSalesforceOrg
nakofg
1
470
アドオンを使って快適なSalesforceライフを過ごす/addon with Salesforce
nakofg
0
1.4k
認定試験こわくない。/take the exam CertifiedAdmin
nakofg
0
450
Other Decks in Programming
See All in Programming
Monixと常駐プログラムの勘どころ / Scalaわいわい勉強会 #4
stoneream
0
270
第5回日本眼科AI学会総会_AIコンテスト_3位解法
neilsaw
0
170
Stackless и stackful? Корутины и асинхронность в Go
lamodatech
0
660
ソフトウェアの振る舞いに着目し 複雑な要件の開発に立ち向かう
rickyban
0
890
命名をリントする
chiroruxx
1
380
事業成長を爆速で進めてきたプロダクトエンジニアたちの成功談・失敗談
nealle
3
1.4k
数十万行のプロジェクトを Scala 2から3に完全移行した
xuwei_k
0
260
layerx_20241129.pdf
kyoheig3
2
290
あれやってみてー駆動から成長を加速させる / areyattemite-driven
nashiusagi
1
200
KMP와 kotlinx.rpc로 서버와 클라이언트 동기화
kwakeuijin
0
140
Jakarta EE meets AI
ivargrimstad
0
230
Cloudflare MCP ServerでClaude Desktop からWeb APIを構築
kutakutat
1
530
Featured
See All Featured
GraphQLの誤解/rethinking-graphql
sonatard
67
10k
Optimizing for Happiness
mojombo
376
70k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
191
16k
Into the Great Unknown - MozCon
thekraken
33
1.5k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
Agile that works and the tools we love
rasmusluckow
328
21k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
28
2.1k
Building Your Own Lightsaber
phodgson
103
6.1k
Typedesign – Prime Four
hannesfritz
40
2.4k
YesSQL, Process and Tooling at Scale
rocio
169
14k
Facilitating Awesome Meetings
lara
50
6.1k
How STYLIGHT went responsive
nonsquared
95
5.2k
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