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
Visualforce in Service Console
Search
nakofg
November 26, 2018
Programming
0
570
Visualforce in Service Console
サービスコンソールにVisualforceを埋め込んでみよう
2018/11/26 Service Cloud Trailblazers Meetup #03
#sfdc_sctb
nakofg
November 26, 2018
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
フローのデータテーブルを使ってみよう/Let's use the Salesforce Flow Data table
nakofg
0
1.5k
Sandboxはリフレッシュ日が大事な話/Refresh date is important for Salesforce Sandbox
nakofg
0
550
Salesforceのデータ移行で気をつけたいこと/Salesforce Data migration TIPS
nakofg
0
650
Other Decks in Programming
See All in Programming
要求定義・仕様記述・設計・検証の手引き - 理論から学ぶ明確で統一された成果物定義
orgachem
PRO
1
450
並行開発のためのコードレビュー
miyukiw
2
2k
The Ralph Wiggum Loop: First Principles of Autonomous Development
sembayui
0
3.7k
今更考える「単一責任原則」 / Thinking about the Single Responsibility Principle
tooppoo
2
1k
CSC307 Lecture 09
javiergs
PRO
1
850
Railsの気持ちを考えながらコントローラとビューを整頓する/tidying-rails-controllers-and-views-as-rails-think
moro
4
350
日本だけで解禁されているアプリ起動の方法
ryunakayama
0
360
AWS Infrastructure as Code の新機能 2025 総まとめ~ SA 4人による怒涛のデモ祭り ~
konokenj
8
2.1k
2025年の活動の振り返り
hideg
0
120
個人開発は儲からない - それでも開発開始1ヶ月で300万円売り上げた方法
taishiyade
0
120
生成AIを使ったコードレビューで定性的に品質カバー
chiilog
1
310
ご飯食べながらエージェントが開発できる。そう、Agentic Engineeringならね。
yokomachi
1
260
Featured
See All Featured
What's in a price? How to price your products and services
michaelherold
247
13k
From Legacy to Launchpad: Building Startup-Ready Communities
dugsong
0
160
Avoiding the “Bad Training, Faster” Trap in the Age of AI
tmiket
0
93
Winning Ecommerce Organic Search in an AI Era - #searchnstuff2025
aleyda
1
1.9k
Balancing Empowerment & Direction
lara
5
920
4 Signs Your Business is Dying
shpigford
187
22k
Keith and Marios Guide to Fast Websites
keithpitt
413
23k
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
3
460
The Pragmatic Product Professional
lauravandoore
37
7.2k
Designing for Performance
lara
611
70k
AI Search: Where Are We & What Can We Do About It?
aleyda
0
7k
Max Prin - Stacking Signals: How International SEO Comes Together (And Falls Apart)
techseoconnect
PRO
0
100
Transcript
サービスコンソールに Visualforceを埋め込んでみよう 2018/11/26 Service Cloud Trailblazers Meetup #03
自己紹介 • えいき なおこ(twitter:@nakofg) • 株式会社キットアライブ(東京勤務、本社は北海道札幌市) • Salesforce Developer 7年~
• Service Cloud Trailblazersは2回目 • 他のコミュニティ:Salesforce女子部運営メンバー • 趣味:楽器演奏(オーケストラでファゴット)、ゆるキャラ
私とサービスコンソール • 普段はSalesCloudやAppCloud案件担当が多め • ナレッジやコミュニティは案件の端々で触りつつ • サービスコンソールは超初心者 • ServiceCloudコンサルタントは持ってないけど取りたい
まずはTrailheadをやってみよう(この時点ですでに3連休開始済)
https://trailhead.salesforce.com/ja/content/learn/modules/service_components
None
Visualforceをコンポーネントに埋め込んでみよう。
Trailheadの内容に沿ってやったこと 1. Visualforceを作る(2種類) 2. ページレイアウトにVisualforceページを埋め込む 3. Utilitybarに埋め込む
Visualforceをつくる① サンプルとして、レポートID を指定してレポート詳細画面 を開くリンク Classicにてページレイアウト にVisualforceを埋め込む際に 必須となるstandardController を書かないページ。
Visualforceをつくる② standardControllerでオブジェ クトを指定(ケース) ページ内でオブジェクトの値 を表示する(ケースの件名)
ページレイアウトにVisualforceページを埋め込む
None
Utilitybarに埋め込む
None
VF作成+埋め込み→1時間弱でわかったこと • htmlタグが書けるのでVisualforceのお作法を知らなくともできることはある • サービスコンソール以外でもページレイアウトにVisualforceを表示できる。 LightningはstandardControllerの設定なしで埋め込み可能。 • LightningでVisualforceを表示する場合は「LightningExperienceで利用可」チ ェックONを忘れない。 •
UtilitybarにVisualforceページを出せるので、ページレイアウト同様に カスタマイズできる。LightningComponentも出せる。 • とはいえ、コードを書くことと合わせて、標準コンポーネントを利用して いきましょう!
None