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
530
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
520
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
Strands Agents で実現する名刺解析アーキテクチャ
omiya0555
1
110
MCPを使ってイベントソーシングのAIコーディングを効率化する / Streamlining Event Sourcing AI Coding with MCP
tomohisa
0
190
202507_ADKで始めるエージェント開発の基本 〜デモを通じて紹介〜(奥田りさ)The Basics of Agent Development with ADK — A Demo-Focused Introduction
risatube
PRO
5
1.2k
変化を楽しむエンジニアリング ~ いままでとこれから ~
murajun1978
0
520
オンコール⼊⾨〜ページャーが鳴る前に、あなたが備えられること〜 / Before The Pager Rings
yktakaha4
2
1.1k
20250708_JAWS_opscdk
takuyay0ne
2
150
Googleの新しいコーディングAIエージェントJulesを使ってみた
tonionagauzzi
0
140
マッチングアプリにおけるフリックUIで苦労したこと
yuheiito
0
240
AI Agent 時代のソフトウェア開発を支える AWS Cloud Development Kit (CDK)
konokenj
6
1k
MySQL9でベクトルカラム登場!PHP×AWSでのAI/類似検索はこう変わる
suguruooki
1
250
SwiftでMCPサーバーを作ろう!
giginet
PRO
2
210
Android 16KBページサイズ対応をはじめからていねいに
mine2424
0
730
Featured
See All Featured
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
54k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
Statistics for Hackers
jakevdp
799
220k
Producing Creativity
orderedlist
PRO
346
40k
The Straight Up "How To Draw Better" Workshop
denniskardys
235
140k
Gamification - CAS2011
davidbonilla
81
5.4k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
720
Designing for humans not robots
tammielis
253
25k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Faster Mobile Websites
deanohume
308
31k
Site-Speed That Sticks
csswizardry
10
720
Adopting Sorbet at Scale
ufuk
77
9.5k
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