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
【northernforce#51】 Agentforceワークショップ! お土産課題
yoshi17
0
35
【northernforce#51 発表用資料】Agentforceワークショップ!
yoshi17
0
100
Salesforce Summer'25 注目機能紹介
yoshi17
0
45
Salesforce Summer'25 注目機能紹介
yoshi17
0
59
8章 Salesforceシステムの未来の姿をイメージする
yoshi17
0
66
Spring'25注目機能10選+添付ファイル付きフローの実装デモ
yoshi17
0
58
Spring'25注目機能10選+添付ファイル付きフローの実装デモ
yoshi17
1
100
northernforce#46 Winter’25機能紹介
yoshi17
0
66
northernforce#45 フローのテストを実装してみよう
yoshi17
0
53
Other Decks in Technology
See All in Technology
Terraformで構築する セルフサービス型データプラットフォーム / terraform-self-service-data-platform
pei0804
1
190
2つのフロントエンドと状態管理
mixi_engineers
PRO
3
110
「どこから読む?」コードとカルチャーに最速で馴染むための実践ガイド
zozotech
PRO
0
550
まずはマネコンでちゃちゃっと作ってから、それをCDKにしてみよか。
yamada_r
2
120
Platform開発が先行する Platform Engineeringの違和感
kintotechdev
4
580
スマートファクトリーの第一歩 〜AWSマネージドサービスで 実現する予知保全と生成AI活用まで
ganota
2
300
react-callを使ってダイヤログをいろんなとこで再利用しよう!
shinaps
2
260
Rustから学ぶ 非同期処理の仕組み
skanehira
1
150
株式会社ログラス - 会社説明資料【エンジニア】/ Loglass Engineer
loglass2019
4
65k
AIエージェントで90秒の広告動画を制作!台本・音声・映像・編集をつなぐAWS最新アーキテクチャの実践
nasuvitz
3
330
CDK CLIで使ってたあの機能、CDK Toolkit Libraryではどうやるの?
smt7174
4
190
サラリーマンの小遣いで作るtoCサービス - Cloudflare Workersでスケールする開発戦略
shinaps
2
470
Featured
See All Featured
KATA
mclloyd
32
14k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
Navigating Team Friction
lara
189
15k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
Large-scale JavaScript Application Architecture
addyosmani
513
110k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
A Modern Web Designer's Workflow
chriscoyier
696
190k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
How to train your dragon (web standard)
notwaldorf
96
6.2k
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 取得したレコードをデータテーブルへ格納