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
64
Dreamforce2024に行ってきました Agentforce for Developers編/I went to Dreamforce 2024 part2
nakofg
0
19
Dreamforce2024に行ってきました/I went to Dreamforce 2024
nakofg
0
13
開発者でも活用できる「Salesforce Admin Skills Kit」/"Salesforce Admin Skills Kit" that developers can use
nakofg
0
16
Dreamforce2023に行ってきました/I went to Dreamforce 2023
nakofg
0
16
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
560
Salesforceのデータ移行で気をつけたいこと/Salesforce Data migration TIPS
nakofg
0
660
Other Decks in Programming
See All in Programming
株式会社 Sun terras カンパニーデック
sunterras
0
1.9k
AI時代のソフトウェア開発でも「人が仕様を書く」から始めよう-医療IT現場での実践とこれから
koukimiura
0
130
「やめとこ」がなくなった — 1月にZennを始めて22本書いた AI共創開発のリアル
atani14
0
340
Claude Code、ちょっとした工夫で開発体験が変わる
tigertora7571
0
190
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
350
登壇資料を作る時に意識していること #登壇資料_findy
konifar
5
2.1k
Rubyと楽しいをつくる / Creating joy with Ruby
chobishiba
0
200
TipKitTips
ktcryomm
0
150
Python’s True Superpower
hynek
0
190
2026/02/04 AIキャラクター人格の実装論 口 調の模倣から、コンテキスト制御による 『思想』と『行動』の創発へ
sr2mg4
0
670
DSPy入門 Pythonで実現する自動プロンプト最適化 〜人手によるプロンプト調整からの卒業〜
seaturt1e
1
450
AIコーディングの理想と現実 2026 | AI Coding: Expectations vs. Reality 2026
tomohisa
0
890
Featured
See All Featured
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
16k
The State of eCommerce SEO: How to Win in Today's Products SERPs - #SEOweek
aleyda
2
9.7k
Design of three-dimensional binary manipulators for pick-and-place task avoiding obstacles (IECON2024)
konakalab
0
370
Building Adaptive Systems
keathley
44
2.9k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
122
21k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1.2k
Typedesign – Prime Four
hannesfritz
42
3k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
128
55k
How to audit for AI Accessibility on your Front & Back End
davetheseo
0
200
Beyond borders and beyond the search box: How to win the global "messy middle" with AI-driven SEO
davidcarrasco
3
65
Ethics towards AI in product and experience design
skipperchong
2
210
Gemini Prompt Engineering: Practical Techniques for Tangible AI Outcomes
mfonobong
2
300
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