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
540
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
フローのデータテーブルを使ってみよう/Let's use the Salesforce Flow Data table
nakofg
0
1.4k
Sandboxはリフレッシュ日が大事な話/Refresh date is important for Salesforce Sandbox
nakofg
0
530
Salesforceのデータ移行で気をつけたいこと/Salesforce Data migration TIPS
nakofg
0
620
Salesforce女子部に参加してビフォーアフター/Before after participating in sfggjp
nakofg
0
460
CarefulMultiSalesforceOrg
nakofg
1
500
アドオンを使って快適なSalesforceライフを過ごす/addon with Salesforce
nakofg
0
1.4k
認定試験こわくない。/take the exam CertifiedAdmin
nakofg
0
490
Other Decks in Programming
See All in Programming
Go製CLIツールをnpmで配布するには
syumai
2
1.2k
AIのメモリー
watany
13
1.4k
未来を拓くAI技術〜エージェント開発とAI駆動開発〜
leveragestech
2
100
decksh - a little language for decks
ajstarks
4
21k
LLMOpsのパフォーマンスを支える技術と現場で実践した改善
po3rin
8
900
Strands Agents で実現する名刺解析アーキテクチャ
omiya0555
1
120
#QiitaBash TDDで(自分の)開発がどう変わったか
ryosukedtomita
1
360
それ CLI フレームワークがなくてもできるよ / Building CLI Tools Without Frameworks
orgachem
PRO
17
3.8k
新しいモバイルアプリ勉強会(仮)について
uetyo
1
260
オホーツクでコミュニティを立ち上げた理由―地方出身プログラマの挑戦 / TechRAMEN 2025 Conference
lemonade_37
2
470
生成AI、実際どう? - ニーリーの場合
nealle
0
100
MCP連携で加速するAI駆動開発/mcp integration accelerates ai-driven-development
bpstudy
0
300
Featured
See All Featured
Become a Pro
speakerdeck
PRO
29
5.5k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.8k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
Being A Developer After 40
akosma
90
590k
How STYLIGHT went responsive
nonsquared
100
5.7k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.6k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Documentation Writing (for coders)
carmenintech
73
5k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
Bash Introduction
62gerente
614
210k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.3k
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