<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>製品・サービス &#8211; AI開発実践ラボ</title>
	<atom:link href="https://creativecontentlabtokyo.com/category/product/feed/" rel="self" type="application/rss+xml" />
	<link>https://creativecontentlabtokyo.com</link>
	<description>AIで、作る力を手に入れる。</description>
	<lastBuildDate>Sat, 04 Apr 2026 21:09:25 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>ここまでできる今話題のAI（ChatGPT）を使ったSaleforce開発（自動コード生成）</title>
		<link>https://creativecontentlabtokyo.com/saleforce-development-using-ai-chatgpt-automatic-code-generation/</link>
		
		<dc:creator><![CDATA[セールスフォース標準化推進ラボ]]></dc:creator>
		<pubDate>Mon, 20 Feb 2023 06:27:32 +0000</pubDate>
				<category><![CDATA[Tips集]]></category>
		<category><![CDATA[製品・サービス]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[Apex]]></category>
		<category><![CDATA[Bard]]></category>
		<category><![CDATA[ChatGPT]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Lightning web component]]></category>
		<category><![CDATA[LWC]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[コード生成]]></category>
		<guid isPermaLink="false">https://creativecontentlabtokyo.com/?p=4605</guid>

					<description><![CDATA[今回は、今話題の文章生成AI（ChatGPT）を使ってSalesforceの開発が現状どこまでできるのか検証してみた結果の記事となります。 過去にAIの機能を使…]]></description>
										<content:encoded><![CDATA[<p>今回は、今話題の文章生成AI（ChatGPT）を使ってSalesforceの開発が現状どこまでできるのか検証してみた結果の記事となります。</p>
<p>過去にAIの機能を使ったことがある人は、「結局AIといっても大したことはできないし、やっぱり人間が必要」というイメージを持っている人も多くいると思いますが、そのイメージは捨てたほうがいいかもしれません。</p>
<p>ChatGPTの登場により、既に特定の分野では完全にAIだけで仕事ができるレベルに到達してきているようです。（人が作業するよりも精度が高く、もちろん作業スピードも高速）</p>
<p>本記事では、ChatGPTの概要や出来ることについて説明するとともに、Salesforceなどシステム開発でどのように利用するかを説明していきたいと思います。</p>
<h2>ChatGPTとは</h2>
<p>まずは、ChatGPTについて簡単に概要を説明したいと思います。</p>
<p>ChatGPT（チャットジーピーティー）とは、OpenAI社（※工知能の研究開発を行う非営利団体）が開発したGPT-3という大規模言語モデルを使った文章生成AIとなります。</p>
<p>※公式サイトURL：<a href="https://openai.com/" rel="noopener">https://openai.com/</a>　（ChatGPTを利用するためには登録が必要です。</p>
<p>ChatGPTは、従来のAI（人工知能）に対するイメージを完全に覆す超ハイレベルなAIとなっています。OpenAI社は、SpaceXやテスラ、そしてTwitter買収で有名なイーロンマスク氏が共同設立した会社です。</p>
<p>現在は、イーロンマスク氏は会社を離れていて、Microsoft社が出資し、MicrosoftのBING（検索エンジン）に組み込んで利用できるようになってきています。※Chromeの拡張機能なども提供され始めています。</p>
<p>最近では、ペンシルベニア大学のMBAの期末試験の解答をChatGPTで行ったところ、B判定（優秀）となり話題になっていました。今後は、Googleの検索が不要になり、調べたいことはなんでもChatGPTに聞けば、全世界の膨大なデータ量から自動で検索して、それを要約して精度の高い回答を得ることができるようになるのではと言われています。</p>
<p>これに対して、GoogleはBardという会話型AIを発表しています。ただし現時点ではChatGPTの方が優れていると評価しているユーザが多いようです。どちらにしても今後近い将来、このAIの分野が目覚ましい進歩をして仕事の中で普通に使われるようになるものと思われます。</p>
<p>特にChatGPTは、文章の生成だけではなく、翻訳、プログラミング（コーディング）までできる優れもののため、今日からすぐに仕事に活かして作業効率を上げることができます。</p>
<p>文章は、英語だけではなく日本語にも対応しており、チャットに対して質問や依頼を入力すると、自然な文章で要約された精度の高い回答を得ることができます。</p>
<p>料金体系については、無料版と有料版を提供されています。まずは無料版で試しに使ってみるとよいと思います。</p>
<p>以上が概要となりますが、詳細な情報について知りたい方は後半でご紹介するYoutubeの動画を見ることをお勧めします。</p>
<h2>ChatGPTで実現可能なこと</h2>
<p>現時点で、ChatGPTでできることは以下のような内容となります。</p>
<ol>
<li>検索やQ&amp;A（質問に対して、要約された回答が返ってくる）</li>
<li>精度の高い文章作成（メール本文、感想文、論文など高度なものまで）</li>
<li>翻訳（英語から日本語など幅広い言語に対して精度の高い翻訳を行うことができる）</li>
<li>計算（数学の問題などに対して、答えや計算の過程を説明してくれる）</li>
<li>ブログ記事の作成や最適SEOのキーワードの提案など</li>
<li>プログラミングのソースコード生成（HTML、Javascript、CSS、PHPなど様々）</li>
<li>ソースコードのバグ解析（ソースコードに対してレビューを行い、バグを発見）</li>
<li>その他（作詞など）</li>
</ol>
<p>上記のように様々なことができるようになっています。しかも生成されるのはかなり高度（高品質）なものとなっています。</p>
<p>ちなみにChatGPTに対して、「ChatGPTにはどのような機能がありますか」と質問したところ以下の結果が返ってきました。</p>
<div class="cclt-compat-cmemo st-text-guide st-text-guide-sankou" style="background-color:#fafafa;color:#000000;border:px solid ;"><span class="cclt-compat-cmemo__icon fa fa-file-text-o" style="color:#919191;"></span><div class="cclt-compat-cmemo__text"></p>
<p>ChatGPTは、自然言語処理技術を用いて、以下のような機能を持っています。</p>
<ol>
<li>質問応答：ユーザーからの質問に対して適切な回答を返します。一般的な知識や専門知識に関する質問に対して、高い精度で回答を提供します。</li>
<li>チャットボット：ユーザーと対話し、問題解決や情報提供を行います。あいさつやおしゃべりから、予約や注文などのタスクまで、幅広い場面で活躍します。</li>
<li>翻訳：複数の言語間での翻訳を行います。日本語から英語や中国語、スペイン語など、多言語に対応しています。</li>
<li>要約：長文を要約し、要点を把握できるようにします。ニュース記事や論文などの長文を短くまとめたり、複数の文章をまとめて要約したりします。</li>
<li>自然言語生成：指定された条件に合わせて文章を生成します。文章の体裁や内容、トーンなどを指定して、自動的に文章を生成します。</li>
<li>感情分析：文章から感情を判断し、ポジティブ・ネガティブなどの評価を行います。商品レビューやSNSの投稿など、様々なテキストデータに対して感情分析を行います。</li>
<li>知識ベース検索：あるトピックに関する情報をまとめた知識ベースを検索し、適切な情報を提供します。例えば、医療や法律、ビジネスなどの分野に特化した知識ベースを構築し、適切な情報を提供します。</li>
</ol>
<p>などがあります。</p>
<p></div></div>
<p>以下、実際のChatGPTを利用したイメージ画像</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTにはどのような機能がありますか.jpg"><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-4615" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTにはどのような機能がありますか.jpg" alt="" width="1920" height="1388" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTにはどのような機能がありますか.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTにはどのような機能がありますか-300x217.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTにはどのような機能がありますか-1024x740.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTにはどのような機能がありますか-768x555.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTにはどのような機能がありますか-1536x1110.jpg 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></a></p>
<p>文章（文字列を解析）してのAIとなるため、苦手な分野もありますが、それらの分野でも別のAIのサービスが出てきています。</p>
<p>例えば、画像生成AIであれば、「DreamStudio（<a href="https://beta.dreamstudio.ai/home" rel="noopener">https://beta.dreamstudio.ai/home</a>）」や「Mage（<a href="https://www.mage.space/" target="_blank" rel="nofollow noopener">https://www.mage.space/</a>）」などがあります。</p>
<p>テキスト入力すると、キーワードから自動で画像を生成してくれます。</p>
<p>以下は、DreamStudioを使って、<span class="Y2IQFc" lang="ja">魅力的なビジュアルストアディスプレイと入力して生成した画像の例</span></p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-dreamstudioでショップレイアウト生成例.jpg"><img decoding="async" class="alignnone size-full wp-image-4613" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-dreamstudioでショップレイアウト生成例.jpg" alt="" width="1920" height="1097" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-dreamstudioでショップレイアウト生成例.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-dreamstudioでショップレイアウト生成例-300x171.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-dreamstudioでショップレイアウト生成例-1024x585.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-dreamstudioでショップレイアウト生成例-768x439.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-dreamstudioでショップレイアウト生成例-1536x878.jpg 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></a></p>
<p>こちらは、キーワード「猫型ロボットのうさぎみみ」などで生成した例</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-DreamStudio猫型ロボットうさぎみみ.jpg"><img decoding="async" class="alignnone size-full wp-image-4617" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-DreamStudio猫型ロボットうさぎみみ.jpg" alt="" width="1920" height="1098" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-DreamStudio猫型ロボットうさぎみみ.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-DreamStudio猫型ロボットうさぎみみ-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-DreamStudio猫型ロボットうさぎみみ-1024x586.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-DreamStudio猫型ロボットうさぎみみ-768x439.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-DreamStudio猫型ロボットうさぎみみ-1536x878.jpg 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></a></p>
<div class="cclt-compat-kaiwa cclt-compat-kaiwa--left"><div class="cclt-compat-kaiwa__icon"><img decoding="async" src="https://creativecontentlabtokyo.com/wp-content/uploads/2024/11/schooldays1.jpg" alt="サポーターさん" loading="lazy" /><span class="cclt-compat-kaiwa__name">サポーターさん</span></div><div class="cclt-compat-kaiwa__bubble" style="background-color:#f4f4e3;"><div class="cclt-compat-kaiwa__text">このように文章作成、翻訳、プログラミング、画像生成、作曲など様々な分野でAIが進んでいることを実感いただけると思います。</div></div></div>
<h2>ChatGPTを使ったSalesforceのLightning web component開発</h2>
<p>では、さっそく本題のChatGPTを使って、Salesforceのプログラミング（ソースコード自動生成）を試してみたいと思います。</p>
<p>ChatGPTには、次の内容を入力しました。</p>
<p>「SalesforceのLightning web componentでお問い合わせフォームを作成する場合のコードを教えて」</p>
<p>すると以下3つ（HTML、Javascript、CSS）のコードが生成されました。</p>
<p>①生成されたHTMLファイル（ContactForm.html）</p>
<pre class=""><code class="language-apex code_break">&lt;template&gt;
&lt;div class="slds-m-around_medium"&gt;
&lt;lightning-card title="お問い合わせフォーム"&gt;
&lt;div class="slds-m-around_medium"&gt;
&lt;lightning-input type="text" label="お名前" required value={name} onchange={handleNameChange}&gt;&lt;/lightning-input&gt;
&lt;lightning-input type="email" label="メールアドレス" required value={email} onchange={handleEmailChange}&gt;&lt;/lightning-input&gt;
&lt;lightning-input type="text" label="件名" required value={subject} onchange={handleSubjectChange}&gt;&lt;/lightning-input&gt;
&lt;lightning-textarea label="メッセージ" required value={message} onchange={handleMessageChange}&gt;&lt;/lightning-textarea&gt;
&lt;/div&gt;
&lt;div class="slds-m-around_medium"&gt;
&lt;lightning-button variant="brand" label="送信" onclick={handleSubmit}&gt;&lt;/lightning-button&gt;
&lt;/div&gt;
&lt;/lightning-card&gt;
&lt;/div&gt;
&lt;/template&gt;
</code></pre>
<p>実際のChatGPTの画像（ContactForm.html）</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceのLWCを自動生成.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4619" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceのLWCを自動生成.jpg" alt="" width="1920" height="1105" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceのLWCを自動生成.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceのLWCを自動生成-300x173.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceのLWCを自動生成-1024x589.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceのLWCを自動生成-768x442.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceのLWCを自動生成-1536x884.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>②生成されたJavaScriptファイル (contactForm.js)</p>
<pre class=""><code class="language-apex code_break">&lt;template&gt;

import { LightningElement, track } from 'lwc';
import { ShowToastEvent } from 'lightning/platformShowToastEvent';

export default class ContactForm extends LightningElement {
@track name = '';
@track email = '';
@track subject = '';
@track message = '';

handleNameChange(event) {
this.name = event.target.value;
}

handleEmailChange(event) {
this.email = event.target.value;
}

handleSubjectChange(event) {
this.subject = event.target.value;
}

handleMessageChange(event) {
this.message = event.target.value;
}

handleSubmit() {
// フォームの入力内容を検証
if (this.name === '' || this.email === '' || this.subject === '' || this.message === '') {
const event = new ShowToastEvent({
title: '入力エラー',
message: '必須項目を入力してください。',
variant: 'error'
});
this.dispatchEvent(event);
return;
}

// フォームを送信
// TODO: サーバーサイドの処理を実装する
const event = new ShowToastEvent({
title: '送信完了',
message: 'お問い合わせを受け付けました。',
variant: 'success'
});
this.dispatchEvent(event);
}
}
</code></pre>
<p>実際のChatGPTの画像（②ContactForm.js）</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceのLWCを自動生成JavaScript.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4621" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceのLWCを自動生成JavaScript.jpg" alt="" width="1920" height="1103" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceのLWCを自動生成JavaScript.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceのLWCを自動生成JavaScript-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceのLWCを自動生成JavaScript-1024x588.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceのLWCを自動生成JavaScript-768x441.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceのLWCを自動生成JavaScript-1536x882.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>③生成されたCSSファイル (contactForm.css):</p>
<pre class=""><code class="language-apex code_break">
.slds-m-around_medium {
margin: 20px;
}
</code></pre>
<p>実際のChatGPTの画像（ContactForm.css）</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceのLWCを自動生成CSS2.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4623" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceのLWCを自動生成CSS2.jpg" alt="" width="1920" height="1099" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceのLWCを自動生成CSS2.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceのLWCを自動生成CSS2-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceのLWCを自動生成CSS2-1024x586.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceのLWCを自動生成CSS2-768x440.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceのLWCを自動生成CSS2-1536x879.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>では、Visual Studio Codeを使って、上記の生成されたコードをコピペして実際にLWCを作成してみます。</p>
<p>VSCを起動して、新規Lightning web componentを作成します。※名前はcontactForm</p>
<p>続いて、VSCで作成されたcontactForm.htmlを開いて、ChatGPTで生成されたソースコードをコピーして貼り付けます。</p>
<p>まずはcontactForm.html</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCコードを自動生成.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4620" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCコードを自動生成.jpg" alt="" width="1920" height="1196" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCコードを自動生成.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCコードを自動生成-300x187.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCコードを自動生成-1024x638.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCコードを自動生成-768x478.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCコードを自動生成-1536x957.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>続いて、ContactForm.jsに張り付け</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCJavaScriptをVSCで実行.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4624" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCJavaScriptをVSCで実行.jpg" alt="" width="1920" height="1191" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCJavaScriptをVSCで実行.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCJavaScriptをVSCで実行-300x186.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCJavaScriptをVSCで実行-1024x635.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCJavaScriptをVSCで実行-768x476.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCJavaScriptをVSCで実行-1536x953.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>続いてContactForm.cssにソースコードを張り付け　※CSSファイルがない場合、自分で作成しておきます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCCSSをVSCで実行.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4625" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCCSSをVSCで実行.jpg" alt="" width="1920" height="1236" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCCSSをVSCで実行.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCCSSをVSCで実行-300x193.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCCSSをVSCで実行-1024x659.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCCSSをVSCで実行-768x494.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCCSSをVSCで実行-1536x989.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>最後にXMLファイルを以下のように修正し、ホーム画面などにコンポーネントを配置可能としておきます。</p>
<pre class=""><code class="language-apex code_break">&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata"&gt;
&lt;apiVersion&gt;56.0&lt;/apiVersion&gt;
&lt;isExposed&gt;true&lt;/isExposed&gt;
&lt;targets&gt;
&lt;!-- コンポーネントの配置先を指定 --&gt;
&lt;target&gt;lightning__AppPage&lt;/target&gt;
&lt;target&gt;lightning__RecordPage&lt;/target&gt;
&lt;target&gt;lightning__HomePage&lt;/target&gt;
&lt;/targets&gt;
&lt;/LightningComponentBundle&gt;
</code></pre>
<p>ソースの修正が完了したら最後にコンポーネントをデプロイします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCをVSCでデプロイ.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4626" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCをVSCでデプロイ.jpg" alt="" width="1920" height="1198" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCをVSCでデプロイ.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCをVSCでデプロイ-300x187.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCをVSCでデプロイ-1024x639.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCをVSCでデプロイ-768x479.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCをVSCでデプロイ-1536x958.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>※図の右下にあるとおり、生成されたコードでデプロイは正常に実行されています。</p>
<div class="cclt-compat-kaiwa cclt-compat-kaiwa--left"><div class="cclt-compat-kaiwa__icon"><img decoding="async" src="https://creativecontentlabtokyo.com/wp-content/uploads/2024/11/schooldays1.jpg" alt="サポーターさん" loading="lazy" /><span class="cclt-compat-kaiwa__name">サポーターさん</span></div><div class="cclt-compat-kaiwa__bubble" style="background-color:#f4f4e3;"><div class="cclt-compat-kaiwa__text">デプロイはうまくいったけど、画面はちゃんと表示されるの？と疑ってる方もいると思いますが、実際にSalesforceでコンポーネントを配置して確認してみましょう。</div></div></div>
<p>では、ここからはSalesforce組織側の設定となります。</p>
<p>まずは、Salesforceにログインして、ホーム画面のページ編集を行います。ここで、先ほど作成したContactFormのカスタムコンポーネントを好きな場所へ配置します。例では、右上に配置しています。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCコンポーネントの配置設定.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4631" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCコンポーネントの配置設定.jpg" alt="" width="1920" height="1107" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCコンポーネントの配置設定.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCコンポーネントの配置設定-300x173.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCコンポーネントの配置設定-1024x590.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCコンポーネントの配置設定-768x443.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCコンポーネントの配置設定-1536x886.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>もしここでコンポーネントが配置されない場合、XMLファイルの指定が間違っている可能性があるので確認してください。</p>
<p>コンポーネントを配置して、保存が終了したら戻ってホーム画面を表示します。</p>
<p>以下のようにお問い合わせフォームが表示されます！！</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCコンポーネントを表示2.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4632" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCコンポーネントを表示2.jpg" alt="" width="1920" height="1104" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCコンポーネントを表示2.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCコンポーネントを表示2-300x173.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCコンポーネントを表示2-1024x589.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCコンポーネントを表示2-768x442.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceお問い合わせフォームのLWCコンポーネントを表示2-1536x883.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>では動作のほうも確認してみましょう。</p>
<p>以下のようにテキストを入力して実行してみます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTで生成したお問い合わせフォームのLWCに入力.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4629" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTで生成したお問い合わせフォームのLWCに入力.jpg" alt="" width="1920" height="1058" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTで生成したお問い合わせフォームのLWCに入力.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTで生成したお問い合わせフォームのLWCに入力-300x165.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTで生成したお問い合わせフォームのLWCに入力-1024x564.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTで生成したお問い合わせフォームのLWCに入力-768x423.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTで生成したお問い合わせフォームのLWCに入力-1536x846.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>送信ボタンを押すと、JavaScriptで定義した「ShowToastEvent()」が処理され、以下のメッセージが表示されています。</p>
<p>送信完了　お問い合わせを受け付けました。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTで生成したお問い合わせフォームのLWCを実行.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4628" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTで生成したお問い合わせフォームのLWCを実行.jpg" alt="" width="1920" height="1116" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTで生成したお問い合わせフォームのLWCを実行.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTで生成したお問い合わせフォームのLWCを実行-300x174.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTで生成したお問い合わせフォームのLWCを実行-1024x595.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTで生成したお問い合わせフォームのLWCを実行-768x446.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTで生成したお問い合わせフォームのLWCを実行-1536x893.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>ChatGPTの最後のメッセージには次のように記載されています。</p>
<p>「このコードでは、フォームが送信される前にJavaScriptでフォームの入力内容を検証しています。また、入力内容が不足している場合はエラーメッセージを表示し、送信が成功した場合は成功メッセージを表示しています。ただし、サーバーサイドのフォーム処理については、実際のシステムに合わせて変更する必要があります。また、CSSでフォームのスタイルを設定する」</p>
<p>この内容の通り、もちろんサーバサイド側の処理（Apexクラス）は別途作成する必要がありますが、プロトタイプで項目や操作イメージをレビューするのには十分な品質ではないでしょうか。（ここまでの作業をすべてやった場合でも、慣れれば5分程度でできます）</p>
<p>要件定義工程でプロトタイプ作成のSEやPGの要員を削減することができる場合も出てくるでしょう。</p>
<p>このスピード間で作業するのは普通にコーディングしていたら無理だと思います。品質についてもバグなしでこの品質をサクッと作れるというのは凄すぎますね。</p>
<p>実際私もやってみるまでは、「たぶんデプロイでエラーが発生して何回か修正しながらやる必要があるかな。。」と思っていましたが、全く不要でした。（感想）</p>
<h3>【補足】さらに品質をあげるために</h3>
<p>簡単なフォームならChatGPTでもいいかもしれないけど、これじゃ項目も少ないし、デザインもいまいちだし。。。となにかとChatGPTの欠点やあらさがしをしてしまう方もいるでしょう。</p>
<p>そんな方に向けて、ChatGPTの凄さはもちろんこれだけでは終わらないのです。</p>
<p>例えば、フォームに会社名の項目を追加したい場合には、次のように入力してみます。</p>
<p>「SalesforceのLightning web componentでお問い合わせフォームを作成する場合のコードを教えて、会社名の項目も必要です」</p>
<p>すると、、、以下のようにちゃんとテキストで会社名の項目が追加されています。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでLWCお問い合わせフォームに会社名を追加する.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4635" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでLWCお問い合わせフォームに会社名を追加する.jpg" alt="" width="1880" height="1464" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでLWCお問い合わせフォームに会社名を追加する.jpg 1880w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでLWCお問い合わせフォームに会社名を追加する-300x234.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでLWCお問い合わせフォームに会社名を追加する-1024x797.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでLWCお問い合わせフォームに会社名を追加する-768x598.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでLWCお問い合わせフォームに会社名を追加する-1536x1196.jpg 1536w" sizes="auto, (max-width: 1880px) 100vw, 1880px" /></a></p>
<p>このように一度作成したものをどんどん改良していくことが簡単にできてしまうのです。</p>
<h2>そのほかChatGPTを使ったインプリや開発について</h2>
<p>ChatGPTを開発現場でどのように利用していくか、他の用途を考えてみました。</p>
<h3>Apexのコーディング</h3>
<p>Apexのコーディングはどうなのだろうと思った方も多いはず。試しにやってみました</p>
<p>ChatGPTには、「Salesforceの取引先の取引先名をXXに更新するApexトリガーを作成してください」とお願いしました。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceの取引先名を更新Apex.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4640" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceの取引先名を更新Apex.jpg" alt="" width="1920" height="1235" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceの取引先名を更新Apex.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceの取引先名を更新Apex-300x193.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceの取引先名を更新Apex-1024x659.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceの取引先名を更新Apex-768x494.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceの取引先名を更新Apex-1536x988.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>上記の通り、簡単な内容ですが、しっかりとトリガーが作成されました。</p>
<p>しかもソースコードにコメントもちゃんとついてますし、トリガーについての説明も丁寧に記載されています。（素晴らしい）</p>
<h3>コードレビュー</h3>
<p>ソースコードが出来上がったら、コードとあわせてChatGPTに「コードのバグをチェックしてください」とお願いしてみましょう。</p>
<p>すると以下の結果が返ってきます。例では簡単なApexクラスの処理を読み込ませています。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでApexコードレビュー2.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4646" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでApexコードレビュー2.jpg" alt="" width="1920" height="1420" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでApexコードレビュー2.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでApexコードレビュー2-300x222.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでApexコードレビュー2-1024x757.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでApexコードレビュー2-768x568.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでApexコードレビュー2-1536x1136.jpg 1536w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでApexコードレビュー2-343x254.jpg 343w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでApexコードレビュー2-202x150.jpg 202w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>バグがないというチェックだけではなく、良いプログラミングの実践のためのアドバイスや、補足説明などもしてくれています。</p>
<p>つぎに、バグがある場合にもちゃんとチェックされるのかということで、Insert文で指定する変数を削除して、再度レビュー依頼してみました。以下がChatGPTからの回答です。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでApexコードレビューInsertの後ろを削除）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4644" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでApexコードレビューInsertの後ろを削除）.jpg" alt="" width="1900" height="1508" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでApexコードレビューInsertの後ろを削除）.jpg 1900w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでApexコードレビューInsertの後ろを削除）-300x238.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでApexコードレビューInsertの後ろを削除）-1024x813.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでApexコードレビューInsertの後ろを削除）-768x610.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでApexコードレビューInsertの後ろを削除）-1536x1219.jpg 1536w" sizes="auto, (max-width: 1900px) 100vw, 1900px" /></a></p>
<p>ちゃんとバグを見つけてくれました。ちゃんとコメントで修正が必要な内容が書かれています！</p>
<p>さらに以下のように修正されたコードまで提示してくれる神仕様となっております。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでApexコードレビューInsertの後ろを削除）レビュー説明.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4643" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでApexコードレビューInsertの後ろを削除）レビュー説明.jpg" alt="" width="1920" height="1100" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでApexコードレビューInsertの後ろを削除）レビュー説明.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでApexコードレビューInsertの後ろを削除）レビュー説明-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでApexコードレビューInsertの後ろを削除）レビュー説明-1024x587.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでApexコードレビューInsertの後ろを削除）レビュー説明-768x440.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでApexコードレビューInsertの後ろを削除）レビュー説明-1536x880.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>いかがでしょうか。。もうコードレビューはChatGPTに頼ればいいですね。。</p>
<div class="cclt-compat-kaiwa cclt-compat-kaiwa--left"><div class="cclt-compat-kaiwa__icon"><img decoding="async" src="https://creativecontentlabtokyo.com/wp-content/uploads/2024/11/schooldays1.jpg" alt="サポーターさん" loading="lazy" /><span class="cclt-compat-kaiwa__name">サポーターさん</span></div><div class="cclt-compat-kaiwa__bubble" style="background-color:#f4f4e3;"><div class="cclt-compat-kaiwa__text">コードレビューの工数も削減できますね。どんどん人が不要になる時代。。</div></div></div>
<h3>Salesforceのインプリ設定の調査</h3>
<p>例えばSalesforceのインプリ設定を依頼されたときに使ったことがない機能の場合は、どのような手順で設定するか調べると思いますが、それもChatGPTなら簡単にできてしまいます。</p>
<p>ChatGPTに「Salesforceの承認プロセスはどのように設定しますか」と聞いてみます。すると。。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceの承認プロセス手順を質問.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4641" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceの承認プロセス手順を質問.jpg" alt="" width="1920" height="1368" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceの承認プロセス手順を質問.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceの承認プロセス手順を質問-300x214.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceの承認プロセス手順を質問-1024x730.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceの承認プロセス手順を質問-768x547.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceの承認プロセス手順を質問-1536x1094.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>といった感じです。これをきれいに章立てしてまとめるとマニュアルとして利用することもできますね。</p>
<p>ということで、操作マニュアルの生成もかなりの作業効率化が見込まれます。もちろんスクリーンショットなどは自分で取得しないといけませんが、、、（現時点では）</p>
<h3>セールスフォースの用語集作成</h3>
<p>例えば、Salesforce関連の用語集など作成したい場合は、以下のようにChatGPTに依頼してみます。</p>
<p>「次のセールスフォース用語について用語集を作成してください。ロール、プロファイル、権限セット」</p>
<p>すると以下のように要約された内容が返ってきました。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでセールスフォース用語集作成.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4637" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでセールスフォース用語集作成.jpg" alt="" width="1855" height="1234" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでセールスフォース用語集作成.jpg 1855w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでセールスフォース用語集作成-300x200.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでセールスフォース用語集作成-1024x681.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでセールスフォース用語集作成-768x511.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでセールスフォース用語集作成-1536x1022.jpg 1536w" sizes="auto, (max-width: 1855px) 100vw, 1855px" /></a></p>
<div class="cclt-compat-kaiwa cclt-compat-kaiwa--left"><div class="cclt-compat-kaiwa__icon"><img decoding="async" src="https://creativecontentlabtokyo.com/wp-content/uploads/2024/11/schooldays1.jpg" alt="サポーターさん" loading="lazy" /><span class="cclt-compat-kaiwa__name">サポーターさん</span></div><div class="cclt-compat-kaiwa__bubble" style="background-color:#f4f4e3;"><div class="cclt-compat-kaiwa__text">どうですか。この精度の内容をさくっと作ってくれます。もう用語集作成担当は不要ですね（笑）</div></div></div>
<p>さらに、以下のように調べた用語について表にまとめるようなことも簡単にやってくれます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでセールスフォース用語集作成（表形式で）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4636" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでセールスフォース用語集作成（表形式で）.jpg" alt="" width="1909" height="698" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでセールスフォース用語集作成（表形式で）.jpg 1909w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでセールスフォース用語集作成（表形式で）-300x110.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでセールスフォース用語集作成（表形式で）-1024x374.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでセールスフォース用語集作成（表形式で）-768x281.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでセールスフォース用語集作成（表形式で）-1536x562.jpg 1536w" sizes="auto, (max-width: 1909px) 100vw, 1909px" /></a></p>
<h3>オブジェクト項目のAPI参照名を確認</h3>
<p>「Salesforceの取引先の全ての項目のAPI参照名をおしえてください」とChatGPTに依頼してみました結果</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceの取引先のAPI参照名を表示.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4638" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceの取引先のAPI参照名を表示.jpg" alt="" width="1920" height="1470" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceの取引先のAPI参照名を表示.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceの取引先のAPI参照名を表示-300x230.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceの取引先のAPI参照名を表示-1024x784.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceの取引先のAPI参照名を表示-768x588.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/saleforce-development-using-ai-chatgpt-automatic-code-generation-ChatGPTでSalesforceの取引先のAPI参照名を表示-1536x1176.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>あっさりと出てきました。。</p>
<p>そのほかにもオブジェクト項目の翻訳なども一括で行い、結果を表にまとめるような場合にも利用できますね。</p>
<p>まだまだアイデアはたくさんありますが、、、検証ができたら記事にしていきたいと思います。</p>
<h2>SalesforceとChatGPTの連携について</h2>
<p>これまでの検証はChatGPTのフリーのバージョンを使って行ってきましたが、ChatGPTの有償版ではAPIを利用することができます。</p>
<p>そのためChatGPTのAPIを利用すれば、SalesforceのApexからChatGPTのAPIをコールして、その結果をSalesforceに表示したりナレッジに蓄積したりするようなことができそうです。（未検証ですが）</p>
<p>このあたりは、SalesforceのAI（Einstein）との兼ね合いもあるので、外部システムのAIを利用すべきかどうかは検討が必要だと思います。</p>
<h2>ChatGPTについての参考リンク</h2>
<p>まずお勧めなのが中田敦彦さんのYoutube。こちらでChatGPTやGoogleのBardなどについての概要が非常にわかりやすく説明されています。</p>
<p>[youtube id=YNEb3EK4rNY]</p>
<p>続いてもYoutubeの動画となりますが、「2030年の未来予測@広島弁フューチャリスト友村普」さんで「ChatGPTの使い方を初心者にもわかりやすく解説。ChatGPTの活用方法は？【openAIのChatGPTとBard】AIが世界を変える？中田敦彦さんもとりあげたチャットGPTとは？」となります。</p>
<p>[youtube id=JtSGYfPAu4Q]</p>
<p>こちらの動画では、どのように文章を生成するのかを実際にChatGPTを使って説明しています。非表示具体的でわかりやすい手順の説明をされています。</p>
<h2>まとめ</h2>
<p>今回は、ChatGPTを使ったSalesforceの開発について説明しました。</p>
<p>今後ChatGPT以外もAIがさらに進化して、どんどん作業効率化が進んでいくでしょう。</p>
<p>AIをどのように使いこなすかが問われる時代になりますね。自分の価値をどこで出すか本気で考えていく必要がありそうです。</p>
<div class="cclt-compat-kaiwa cclt-compat-kaiwa--left"><div class="cclt-compat-kaiwa__icon"><img decoding="async" src="https://creativecontentlabtokyo.com/wp-content/uploads/2024/11/schooldays1.jpg" alt="サポーターさん" loading="lazy" /><span class="cclt-compat-kaiwa__name">サポーターさん</span></div><div class="cclt-compat-kaiwa__bubble" style="background-color:#f4f4e3;"><div class="cclt-compat-kaiwa__text">ブログランキングに参加しましたので、ご支援していただけると幸いです。</div></div></div>
<p><a href="https://it.blogmura.com/ranking/in?p_cid=11084904" target="_blank" rel="noopener noreferrer"><img loading="lazy" decoding="async" src="https://b.blogmura.com/banner-blogmura-portfolio.svg" alt="にほんブログ村 IT技術ブログへ" width="88" height="31" border="0" /></a><br />
<a href="https://it.blogmura.com/ranking/in?p_cid=11084904" rel="noopener">にほんブログ村</a></p>
		<div class="wpulike wpulike-animated-heart " ><div class="wp_ulike_general_class wp_ulike_is_restricted"><button type="button"
					aria-label="いいねボタン"
					data-ulike-id="4605"
					data-ulike-nonce="4b3888c285"
					data-ulike-type="post"
					data-ulike-template="wpulike-animated-heart"
					data-ulike-display-likers=""
					data-ulike-likers-style="popover"
					data-ulike-append="&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop one&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop two&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop three&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop four&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop five&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop six&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop seven&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop eight&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop nine&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;"
					class="wp_ulike_btn wp_ulike_put_image wp_post_btn_4605"><svg class="wpulike-svg-heart wpulike-svg-heart-icon" viewBox="0 -28 512.00002 512" xmlns="http://www.w3.org/2000/svg"><path
						d="m471.382812 44.578125c-26.503906-28.746094-62.871093-44.578125-102.410156-44.578125-29.554687 0-56.621094 9.34375-80.449218 27.769531-12.023438 9.300781-22.917969 20.679688-32.523438 33.960938-9.601562-13.277344-20.5-24.660157-32.527344-33.960938-23.824218-18.425781-50.890625-27.769531-80.445312-27.769531-39.539063 0-75.910156 15.832031-102.414063 44.578125-26.1875 28.410156-40.613281 67.222656-40.613281 109.292969 0 43.300781 16.136719 82.9375 50.78125 124.742187 30.992188 37.394531 75.535156 75.355469 127.117188 119.3125 17.613281 15.011719 37.578124 32.027344 58.308593 50.152344 5.476563 4.796875 12.503907 7.4375 19.792969 7.4375 7.285156 0 14.316406-2.640625 19.785156-7.429687 20.730469-18.128907 40.707032-35.152344 58.328125-50.171876 51.574219-43.949218 96.117188-81.90625 127.109375-119.304687 34.644532-41.800781 50.777344-81.4375 50.777344-124.742187 0-42.066407-14.425781-80.878907-40.617188-109.289063zm0 0" /></svg></button><span class="count-box wp_ulike_counter_up" data-ulike-counter-value="+4"></span>			</div></div>
	]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>要件定義_ユーザ説明資料_Salesforce Workbench（ワークベンチ）機能概要説明」ダウンロード</title>
		<link>https://creativecontentlabtokyo.com/explanatory-material-salesforce-workbench-feature-description/</link>
					<comments>https://creativecontentlabtokyo.com/explanatory-material-salesforce-workbench-feature-description/#comments</comments>
		
		<dc:creator><![CDATA[セールスフォース標準化推進ラボ]]></dc:creator>
		<pubDate>Sat, 18 Feb 2023 07:56:51 +0000</pubDate>
				<category><![CDATA[テンプレート]]></category>
		<category><![CDATA[ユーザ説明資料]]></category>
		<category><![CDATA[製品・サービス]]></category>
		<category><![CDATA[Salesforce Workbench]]></category>
		<category><![CDATA[サンプル]]></category>
		<category><![CDATA[パワーポイント]]></category>
		<category><![CDATA[ワークベンチ]]></category>
		<category><![CDATA[機能概要説明]]></category>
		<guid isPermaLink="false">https://creativecontentlabtokyo.com/?p=4505</guid>

					<description><![CDATA[本記事では、Creative Content Lab Tokyo（クリエイティブコンテンツラボトウキョウ）が提供するユーザ説明資料「Salesforce Wor…]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">本記事では、Creative Content Lab Tokyo（クリエイティブコンテンツラボトウキョウ）が提供するユーザ説明資料「Salesforce Workbench（ワークベンチ）の資料の説明とダウンロード方法を説明いたします。</p>
<div class="cclt-compat-kaiwa cclt-compat-kaiwa--left"><div class="cclt-compat-kaiwa__icon"><img decoding="async" src="https://creativecontentlabtokyo.com/wp-content/uploads/2024/11/schooldays1.jpg" alt="サポーターさん" loading="lazy" /><span class="cclt-compat-kaiwa__name">サポーターさん</span></div><div class="cclt-compat-kaiwa__bubble" style="background-color:#f4f4e3;"><div class="cclt-compat-kaiwa__text">機能の紹介記事は以下を参考にしてください。</div></div></div>
<div class="cclt-compat-card st-no-shadow cclt-compat-card--text"><span class="cclt-compat-card__label" style="background-color:#cccccc;color:#ffffff;">参考</span><a href="https://creativecontentlabtokyo.com/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it/" class="cclt-compat-card__link"><div class="cclt-compat-card__thumb"><img decoding="async" width="300" height="170" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/salesforce-how-to-user-workbench-ワークベンチ機能一覧-300x170.jpg" class="attachment-medium size-medium wp-post-image" alt="" loading="lazy" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/salesforce-how-to-user-workbench-ワークベンチ機能一覧-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/salesforce-how-to-user-workbench-ワークベンチ機能一覧-1024x581.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/salesforce-how-to-user-workbench-ワークベンチ機能一覧-768x436.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/salesforce-how-to-user-workbench-ワークベンチ機能一覧-1536x871.jpg 1536w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/salesforce-how-to-user-workbench-ワークベンチ機能一覧.jpg 1920w" sizes="auto, (max-width: 300px) 100vw, 300px" /></div><div class="cclt-compat-card__body"><div class="cclt-compat-card__title">Salesforceワークベンチ(workbench)の機能一覧と使い方の説明（SOQL実行・Metadataのバックアップ/デプロイなど）</div><div class="cclt-compat-card__excerpt">本記事では、Salesforce workbenchについての概要や機能について…</div><span class="cclt-compat-card__readmore">続きを読む</span></div></a></div>
<h2>1.ユーザ説明資料サンプル</h2>
<h3>１．表紙</h3>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料Workbench表紙.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4507" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料Workbench表紙.jpg" alt="" width="1920" height="1090" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料Workbench表紙.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料Workbench表紙-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料Workbench表紙-1024x581.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料Workbench表紙-768x436.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料Workbench表紙-1536x872.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p><span class="st-mymarker-s">画像はクリックすると拡大表示されます。</span></p>
<p>表紙については、以下の箇所をプロジェクトに合わせて変更してください。</p>
<p>情報種別：社外秘など</p>
<p>情報所有者：基本的にはお客様の会社名となります。</p>
<p>会社名：自社の会社名（正式名称）を記入してください。</p>
<p>タイトル：ドキュメントのタイトルをプロジェクトに合わせて変更</p>
<p>版数、作成日、作成者：※必要に応じて、最終更新日、更新者を入れてください。</p>
<h3>２．改訂履歴</h3>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/10/salesforce-system-funcition-requirement-business-rules-definition-template-sample-ビジネスルール定義書-2改訂履歴.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4087" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/10/salesforce-system-funcition-requirement-business-rules-definition-template-sample-ビジネスルール定義書-2改訂履歴.jpg" alt="" width="1920" height="1088" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/10/salesforce-system-funcition-requirement-business-rules-definition-template-sample-ビジネスルール定義書-2改訂履歴.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/10/salesforce-system-funcition-requirement-business-rules-definition-template-sample-ビジネスルール定義書-2改訂履歴-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/10/salesforce-system-funcition-requirement-business-rules-definition-template-sample-ビジネスルール定義書-2改訂履歴-1024x580.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/10/salesforce-system-funcition-requirement-business-rules-definition-template-sample-ビジネスルール定義書-2改訂履歴-768x435.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/10/salesforce-system-funcition-requirement-business-rules-definition-template-sample-ビジネスルール定義書-2改訂履歴-1536x870.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>版数、変更箇所、変更内容、変更理由、作成日、作成者、更新日、更新者などを記述します。</p>
<p>改訂履歴は、ドキュメントのメンテナンス上必ず設定するようにしましょう。</p>
<p>またプロジェクトごとに記載の粒度やルールを検討してください。</p>
<h3>３．はじめに（本書の目的）</h3>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料Workbenchはじめに-目的.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4510" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料Workbenchはじめに-目的.jpg" alt="" width="1920" height="1085" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料Workbenchはじめに-目的.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料Workbenchはじめに-目的-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料Workbenchはじめに-目的-1024x579.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料Workbenchはじめに-目的-768x434.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料Workbenchはじめに-目的-1536x868.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>資料の目的を記載します。</p>
<div class="cclt-compat-cmemo st-text-guide st-text-guide-sankou" style="background-color:#fafafa;color:#000000;border:px solid ;"><span class="cclt-compat-cmemo__icon fa fa-file-text-o" style="color:#919191;"></span><div class="cclt-compat-cmemo__text"></p>
<p>本書は、Salesforce Workbenchに関する概要の説明を行うことを目的として作成しています。※機能に関しては、2023年2月5日時点で提供されている内容となるため、それ以降に変更が発生した場合には、適宜Updateの内容に合わせて本書の当該事項について修正させていただきます。</div></div>
<h3>４．目次</h3>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料Workbench目次.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4511" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料Workbench目次.jpg" alt="" width="1920" height="1093" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料Workbench目次.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料Workbench目次-300x171.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料Workbench目次-1024x583.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料Workbench目次-768x437.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料Workbench目次-1536x874.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>機能概要説明資料の目次を以下の内容で記載しています。</p>
<ul>
<li>Workbench概要</li>
<li>Workbenchとは</li>
<li>機能一覧</li>
<li>Workbenchの使い方</li>
<li>Workbenchへの接続方法</li>
<li>機能紹介</li>
<li>メタデータ照会機能</li>
<li>クエリ実行機能</li>
<li>データ操作（DML）機能</li>
<li>マイグレーション機能</li>
<li>その他ユーティリティ</li>
</ul>
<h3>５．Workbench（ワークベンチ）概要</h3>
<p>はじめにWorkbenchについての概要を記載しています。ワークベンチとはどういったものか、できることは何かなど概要レベルで説明します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料1-1workbenchとは.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4512" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料1-1workbenchとは.jpg" alt="" width="1920" height="1087" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料1-1workbenchとは.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料1-1workbenchとは-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料1-1workbenchとは-1024x580.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料1-1workbenchとは-768x435.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料1-1workbenchとは-1536x870.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<div class="cclt-compat-cmemo st-text-guide st-text-guide-sankou" style="background-color:#fafafa;color:#000000;border:px solid ;"><span class="cclt-compat-cmemo__icon fa fa-file-text-o" style="color:#919191;"></span><div class="cclt-compat-cmemo__text"></p>
<p>Salesforce Workbenchは、Salesforceプラットフォームのメタデータ管理やApexコードの実行、Salesforce APIを使ったデータへのアクセスなどを行う機能が提供されたWebベースのツール（サービス）です。Workbenchを使うことで、システム管理者や開発者はプログラムコードを書くことなく、ブラウザ上からのマウス操作で簡単にメタデータを取得したり、APIを実行したりすることができます。</p>
<p></div></div>
<p>続いて、Workbenchの機能一覧を記載（最新の機能一覧は公式サイトからご確認ください）</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料1-2workbench機能一覧.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4513" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料1-2workbench機能一覧.jpg" alt="" width="1920" height="1087" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料1-2workbench機能一覧.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料1-2workbench機能一覧-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料1-2workbench機能一覧-1024x580.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料1-2workbench機能一覧-768x435.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料1-2workbench機能一覧-1536x870.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h3>６．Workbenchの使い方（ワークベンチへのログイン）</h3>
<p>ブラウザでWorkbenchへログインして利用するための手順を記載しています。</p>
<p>Workbench接続先サイト（https://workbench.developerforce.com/login.php）</p>
<p>※サイトのURLの最新情報は公式サイトからご確認ください。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料2-1workbenchログイン.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4514" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料2-1workbenchログイン.jpg" alt="" width="1920" height="1092" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料2-1workbenchログイン.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料2-1workbenchログイン-300x171.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料2-1workbenchログイン-1024x582.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料2-1workbenchログイン-768x437.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料2-1workbenchログイン-1536x874.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>Salesforceのユーザアカウントを使ってログインを行います。</p>
<p>ユーザ名とパスワードを設定して、ログイン</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料2-1workbenchログイン２.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4515" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料2-1workbenchログイン２.jpg" alt="" width="1920" height="1086" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料2-1workbenchログイン２.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料2-1workbenchログイン２-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料2-1workbenchログイン２-1024x579.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料2-1workbenchログイン２-768x434.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料2-1workbenchログイン２-1536x869.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>Workbenchのトップ画面で、利用する機能を選択するか、もしくはタブに表示されている各種メニューから利用する機能を選択します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料2-1workbenchログイン３.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4516" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料2-1workbenchログイン３.jpg" alt="" width="1920" height="1086" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料2-1workbenchログイン３.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料2-1workbenchログイン３-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料2-1workbenchログイン３-1024x579.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料2-1workbenchログイン３-768x434.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料2-1workbenchログイン３-1536x869.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h3>７．メタデータ情報照会（標準/カスタムオブジェクト）</h3>
<p>指定したオブジェクトに関するメタデータ情報を参照することができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-1メタデータ照会オブジェクト.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4520" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-1メタデータ照会オブジェクト.jpg" alt="" width="1920" height="1085" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-1メタデータ照会オブジェクト.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-1メタデータ照会オブジェクト-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-1メタデータ照会オブジェクト-1024x579.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-1メタデータ照会オブジェクト-768x434.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-1メタデータ照会オブジェクト-1536x868.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>Metadata Types &amp; Components：メタデータタイプの確認やコンポーネントについての詳細情報を確認することができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-1メタデータ照会コンポーネント.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4521" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-1メタデータ照会コンポーネント.jpg" alt="" width="1920" height="1089" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-1メタデータ照会コンポーネント.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-1メタデータ照会コンポーネント-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-1メタデータ照会コンポーネント-1024x581.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-1メタデータ照会コンポーネント-768x436.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-1メタデータ照会コンポーネント-1536x871.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>セッション情報（Session Infromation）：</p>
<p>接続しているSalesforceインスタンスのセッション情報（サービスのエンドポイントなど）を確認することができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-1メタデータ照会セッション情報.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4522" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-1メタデータ照会セッション情報.jpg" alt="" width="1920" height="1082" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-1メタデータ照会セッション情報.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-1メタデータ照会セッション情報-300x169.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-1メタデータ照会セッション情報-1024x577.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-1メタデータ照会セッション情報-768x433.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-1メタデータ照会セッション情報-1536x866.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h3>８．クエリ実行機能（SOQLクエリ）</h3>
<p>SOQL：SOQLのクエリを直接実行することができます。表示形式やソート順の指定が可能またフィルタ条件や取得レコードの上限の指定も可能です。</p>
<p>そのほか、削除済み、アーカイブレコードを含めるかなどの指定もできます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能SQOLクエリ.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4526" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能SQOLクエリ.jpg" alt="" width="1920" height="1088" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能SQOLクエリ.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能SQOLクエリ-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能SQOLクエリ-1024x580.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能SQOLクエリ-768x435.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能SQOLクエリ-1536x870.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>Async SOQL Query：非同期のSOQL(Insert/Upsert）の実行ができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能Async非同期SQOLクエリ.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4523" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能Async非同期SQOLクエリ.jpg" alt="" width="1920" height="1088" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能Async非同期SQOLクエリ.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能Async非同期SQOLクエリ-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能Async非同期SQOLクエリ-1024x580.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能Async非同期SQOLクエリ-768x435.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能Async非同期SQOLクエリ-1536x870.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>最初の画面で指定したSOQLで取得したレコードを使って、INSERTまたはUPSERTを実行することができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能Async非同期SQOLクエリ２.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4524" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能Async非同期SQOLクエリ２.jpg" alt="" width="1920" height="1087" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能Async非同期SQOLクエリ２.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能Async非同期SQOLクエリ２-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能Async非同期SQOLクエリ２-1024x580.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能Async非同期SQOLクエリ２-768x435.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能Async非同期SQOLクエリ２-1536x870.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>SOSL（Salesforce Object Search Language) の実行が可能です。SOQLは、Salesforceのレコード内のテキスト検索を実行することができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能SOSLSearch検索.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4525" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能SOSLSearch検索.jpg" alt="" width="1920" height="1086" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能SOSLSearch検索.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能SOSLSearch検索-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能SOSLSearch検索-1024x579.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能SOSLSearch検索-768x434.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能SOSLSearch検索-1536x869.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>Streaming Push Topics：Salesforceのレコードを監視し、本機能で登録したSOQLクエリに該当した場合に、あらかじめ購読（Subscribe登録）されたクライアントに対して、プッシュ通知を実現するものとなります。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能StreamingPushTopics.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4527" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能StreamingPushTopics.jpg" alt="" width="1920" height="1088" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能StreamingPushTopics.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能StreamingPushTopics-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能StreamingPushTopics-1024x580.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能StreamingPushTopics-768x435.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-2クエリ実行機能StreamingPushTopics-1536x870.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h3>9.データ操作（DML）機能</h3>
<p>Insert：指定オブジェクトに対して1つまたは複数のレコードを登録することができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（Insert）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4533" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（Insert）.jpg" alt="" width="1920" height="1090" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（Insert）.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（Insert）-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（Insert）-1024x581.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（Insert）-768x436.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（Insert）-1536x872.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>【説明】INSERTでは、各項目に直接値を設定して、実行します。実行結果では、作成されたレコードIDと処理結果を確認することができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（Insert）２.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4534" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（Insert）２.jpg" alt="" width="1920" height="1087" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（Insert）２.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（Insert）２-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（Insert）２-1024x580.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（Insert）２-768x435.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（Insert）２-1536x870.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>Update：指定オブジェクトに対して1つまたは複数のレコードを更新することができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（UPDATE）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4542" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（UPDATE）.jpg" alt="" width="1920" height="1086" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（UPDATE）.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（UPDATE）-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（UPDATE）-1024x579.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（UPDATE）-768x434.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（UPDATE）-1536x869.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>&nbsp;</p>
<p>【説明】UPDATEでは、各項目に直接値を設定して、実行します。実行結果では、更新されたレコードIDと処理結果を確認することができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（UPDATE）２.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4543" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（UPDATE）２.jpg" alt="" width="1920" height="1088" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（UPDATE）２.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（UPDATE）２-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（UPDATE）２-1024x580.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（UPDATE）２-768x435.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（UPDATE）２-1536x870.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>Upsert：指定オブジェクトに対して1つまたは複数のレコードを更新または新規登録することができます。</p>
<p>外部IDなどのキー項目を比較し、すでにSalesforce上に登録されているキーと一致する場合にはレコードを更新し、一致しない場合は新規レコードとして登録されます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（Upsert）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4544" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（Upsert）.jpg" alt="" width="1920" height="1092" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（Upsert）.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（Upsert）-300x171.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（Upsert）-1024x582.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（Upsert）-768x437.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（Upsert）-1536x874.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>【説明】UPSERTでは、各項目に直接値を設定して、実行します。</p>
<p>実行結果の確認画面では、処理結果とステータスを確認することができます。INSERT/UPDATEはレコード単位で確認可能</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（Upsert）2.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4545" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（Upsert）2.jpg" alt="" width="1920" height="1090" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（Upsert）2.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（Upsert）2-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（Upsert）2-1024x581.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（Upsert）2-768x436.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DML（Upsert）2-1536x872.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>Delete：指定オブジェクトに対して1つまたは複数のレコードを削除することができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDelete-1.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4546" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDelete-1.jpg" alt="" width="1920" height="1089" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDelete-1.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDelete-1-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDelete-1-1024x581.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDelete-1-768x436.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDelete-1-1536x871.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>【説明】DELETEでは、削除対象のIDを指定して削除処理を実行します。実行結果の確認画面では、処理結果とステータスを確認することができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDelete2-1.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4547" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDelete2-1.jpg" alt="" width="1920" height="1084" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDelete2-1.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDelete2-1-300x169.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDelete2-1-1024x578.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDelete2-1-768x434.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDelete2-1-1536x867.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>Undelete：指定オブジェクトに対して1つまたは複数の削除されたレコードを復元することができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLUndelete.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4540" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLUndelete.jpg" alt="" width="1920" height="1088" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLUndelete.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLUndelete-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLUndelete-1024x580.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLUndelete-768x435.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLUndelete-1536x870.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>【説明】指定オブジェクトに対して1つまたは複数の削除されたレコードを復元することができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLUndelete2.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4541" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLUndelete2.jpg" alt="" width="1920" height="1084" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLUndelete2.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLUndelete2-300x169.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLUndelete2-1024x578.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLUndelete2-768x434.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLUndelete2-1536x867.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>Purge：指定オブジェクトに対して1つまたは複数の削除されたレコードをゴミ箱から削除することができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLPurge.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4535" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLPurge.jpg" alt="" width="1920" height="1089" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLPurge.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLPurge-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLPurge-1024x581.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLPurge-768x436.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLPurge-1536x871.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>【説明】実行結果の確認画面では、処理結果とステータスを確認することができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLPurge2.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4536" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLPurge2.jpg" alt="" width="1920" height="1086" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLPurge2.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLPurge2-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLPurge2-1024x579.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLPurge2-768x434.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLPurge2-1536x869.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h3>10.マイグレーション</h3>
<p>Retrieve：マニフェストファイルで指定したメタデータを取得することができます。Package.xmlファイルは事前に作成しておく必用があります。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLRetrieve.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4537" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLRetrieve.jpg" alt="" width="1920" height="1093" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLRetrieve.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLRetrieve-300x171.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLRetrieve-1024x583.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLRetrieve-768x437.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLRetrieve-1536x874.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>マニフェストファイル（Package.xml）のサンプル。以下のサイトからフルバージョンをダウンロードすることができます。</p>
<p><a href="https://creativecontentlabtokyo.com/retrieve-salesforce-full-metadata-package-xml-file-download">全メタデータ取得用のマニフェストファイル（</a><a href="https://creativecontentlabtokyo.com/retrieve-salesforce-full-metadata-package-xml-file-download">Package.xml</a><a href="https://creativecontentlabtokyo.com/retrieve-salesforce-full-metadata-package-xml-file-download">）のサンプルダウンロード</a></p>
<p><a href="https://creativecontentlabtokyo.com/retrieve-salesforce-full-metadata-package-xml-file-download/">https://creativecontentlabtokyo.com/retrieve-salesforce-full-metadata-package-xml-file-download/</a></p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLRetrieve2.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4538" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLRetrieve2.jpg" alt="" width="1920" height="1093" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLRetrieve2.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLRetrieve2-300x171.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLRetrieve2-1024x583.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLRetrieve2-768x437.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLRetrieve2-1536x874.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>説明：Retrieveを実行すると、メタデータAPIを利用してメタデータの取得処理が行われます。</p>
<p>実行結果の画面では、処理結果と合わせて取得したメタデータの圧縮ファイル（Zip）がダウンロード可能となります。※このZipファイルを使って、Deployを行うことができます。</p>
<p><a style="background-color: #ffffff;" href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLRetrieve3.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4539" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLRetrieve3.jpg" alt="" width="1920" height="1093" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLRetrieve3.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLRetrieve3-300x171.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLRetrieve3-1024x583.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLRetrieve3-768x437.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLRetrieve3-1536x874.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>Deploy（デプロイ）：指定したメタデータのZIPファイルを使ってSalesforce組織にメタデータをデプロイします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDeploy.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4530" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDeploy.jpg" alt="" width="1920" height="1086" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDeploy.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDeploy-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDeploy-1024x579.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDeploy-768x434.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDeploy-1536x869.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>【説明】Deployには、以下のように様々なオプションが用意されています。</p>
<p>・チェック（検証）だけを実行</p>
<p>・警告を無視</p>
<p>・エラーの場合にロールバック</p>
<p>・Apexテストの実行、テストレベルの指定など</p>
<p>実行するとメタデータAPIで処理が行われます。処理結果には、処理した件数や結果が表示されます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDeploy2.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4531" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDeploy2.jpg" alt="" width="1920" height="1090" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDeploy2.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDeploy2-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDeploy2-1024x581.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDeploy2-768x436.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDeploy2-1536x872.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>【説明】Deploy実施結果では、ZIPファイルに含まれるメタデータごとの処理結果の詳細情報を確認することができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDeploy3.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4532" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDeploy3.jpg" alt="" width="1920" height="1086" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDeploy3.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDeploy3-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDeploy3-1024x579.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDeploy3-768x434.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-3データ操作DMLDeploy3-1536x869.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h3>11.その他ユーティリティ機能</h3>
<p>Rest Explorer：WorkbenchからSalesforce組織に対して直接REST APIを実行することができます。</p>
<p>利用可能なメソッドは、GET、POST、PUT、PATCH、DELETE、HEADとなります。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティRest-Explorer.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4553" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティRest-Explorer.jpg" alt="" width="1920" height="1094" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティRest-Explorer.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティRest-Explorer-300x171.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティRest-Explorer-1024x583.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティRest-Explorer-768x438.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティRest-Explorer-1536x875.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>Apex Execute：WorkbenchからSalesforceに対して直接Apexコードを実行することができます。</p>
<p>例では、Account（取引先）のレコードを3件取得してリストに格納する処理を実行してます。実行結果では、デバッグログを確認することができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティApex-Execute.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4551" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティApex-Execute.jpg" alt="" width="1920" height="1094" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティApex-Execute.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティApex-Execute-300x171.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティApex-Execute-1024x583.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティApex-Execute-768x438.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティApex-Execute-1536x875.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>Password Management：WorkbenchからSalesforceのユーザに対してパスワードの設定やリセットを行うことができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティ（パスワード管理）jpg.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4554" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティ（パスワード管理）jpg.jpg" alt="" width="1920" height="1084" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティ（パスワード管理）jpg.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティ（パスワード管理）jpg-300x169.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティ（パスワード管理）jpg-1024x578.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティ（パスワード管理）jpg-768x434.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティ（パスワード管理）jpg-1536x867.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>Bulk API Job Status：DataloaderやWorkbenchなどから実行されたBulk APIのジョブステータスを確認することができます。</p>
<p>一括データ読み込みジョブのIDを指定して実行します。実行結果の確認画面では、ステータスや処理件数、失敗件数などを確認することができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティBulk-API-Job-Status.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4552" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティBulk-API-Job-Status.jpg" alt="" width="1920" height="1086" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティBulk-API-Job-Status.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティBulk-API-Job-Status-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティBulk-API-Job-Status-1024x579.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティBulk-API-Job-Status-768x434.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティBulk-API-Job-Status-1536x869.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>Metadata API Process Status：メタデータAPIの処理プロセスのステータス（実行状況）を確認することができます。確認したいIDを指定して実行します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティMetadataAPI-Process-Status.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4555" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティMetadataAPI-Process-Status.jpg" alt="" width="1920" height="1093" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティMetadataAPI-Process-Status.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティMetadataAPI-Process-Status-300x171.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティMetadataAPI-Process-Status-1024x583.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティMetadataAPI-Process-Status-768x437.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料3-5その他ユーティリティMetadataAPI-Process-Status-1536x874.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h2>2.ユーザ説明資料「機能概要説明書（Salesforce Workbench（ワークベンチ））のダウンロード</h2>
<p>資料のダウンロードおよびご利用に関しては、本サイトのコンテンツ利用規約に同意される場合のみ利用可能となります。</p>
<div class="cclt-compat-mybutton cclt-compat-mybutton--ref cclt-compat-mybutton--shadow"><a href="https://creativecontentlabtokyo.com/terms/" class="cclt-compat-mybutton__link" style="color:#fff;background-color:#e53935;border:1px solid #e57373;border-radius:5px;font-weight:bold;background:linear-gradient(#f44336,#e53935);" target="_blank" rel="noopener noreferrer">ダウンロード前に利用規約を必ずお読みください。</a></div>
<h3>一般公開資料（PDF版資料）</h3>
<div class="cclt-compat-cmemo" style="background-color:#fafafa;color:#757575;border:px solid ;"><span class="cclt-compat-cmemo__icon fa fa-external-link" style="color:#BDBDBD;"></span><div class="cclt-compat-cmemo__text"></p>
<p><span class="huto">要件定義_ユーザ説明資料_機能概要説明資料「Salesforce Workbench（ワークベンチ）」_2021008_v1.0（PDF版）のダウンロード</span></p>
<p><div class="cclt-compat-mybutton cclt-compat-mybutton--ref cclt-compat-mybutton--shadow"><a href="https://docs.google.com/uc?export=download&#038;id=1Bc1LgA_vwH5s6Mj71uvTLlG_3mmLEMmE" class="cclt-compat-mybutton__link" style="color:#fff;background-color:#43A047;border:1px solid #81C784;border-radius:5px;font-weight:bold;font-size:bold;background:linear-gradient(#66BB6A,#43A047);" target="_blank" rel="noopener noreferrer">ダウンロード <i class="fa fa-angle-right"></i></a></div></div></div>
<p><strong>※クリックして資料のダウンロードが開始されるまで少し時間がかかる場合がありますので、そのままお待ちください。</strong></p>
<p><strong>もしダウンロードが開始されない場合、ブラウザでポップアップブロックされている可能性があるのでご確認ください。</strong></p>
<h3>関係者のみ（PPT版資料）</h3>
<p>関係者の方は、以下のページからログインして資料をダウンロードしてください</p>
<div class="cclt-compat-card st-no-shadow cclt-compat-card--text"><span class="cclt-compat-card__label" style="background-color:#cccccc;color:#ffffff;">参考</span><a href="https://creativecontentlabtokyo.com/staffonly-download-content/" class="cclt-compat-card__link"><div class="cclt-compat-card__thumb"><img decoding="async" width="300" height="169" src="https://creativecontentlabtokyo.com/wp-content/uploads/2021/11/eye-catching-picture-study-1-300x169.jpg" class="attachment-medium size-medium wp-post-image" alt="" loading="lazy" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2021/11/eye-catching-picture-study-1-300x169.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2021/11/eye-catching-picture-study-1-1024x576.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2021/11/eye-catching-picture-study-1-768x432.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2021/11/eye-catching-picture-study-1-1536x864.jpg 1536w, https://creativecontentlabtokyo.com/wp-content/uploads/2021/11/eye-catching-picture-study-1-2048x1152.jpg 2048w, https://creativecontentlabtokyo.com/wp-content/uploads/2021/11/eye-catching-picture-study-1.jpg 1920w" sizes="auto, (max-width: 300px) 100vw, 300px" /></div><div class="cclt-compat-card__body"><div class="cclt-compat-card__title">保護中: 【関係者】ダウンロード可能なコンテンツ（サンプル・フォーマット）一覧</div><div class="cclt-compat-card__excerpt">&nbsp; [st-kaiwa2]お問合せ・ご要望いただいているコンテンツも頑…</div><span class="cclt-compat-card__readmore">続きを読む</span></div></a></div>
<div class="cclt-compat-kaiwa cclt-compat-kaiwa--left"><div class="cclt-compat-kaiwa__icon"><img decoding="async" src="https://creativecontentlabtokyo.com/wp-content/uploads/2024/11/schooldays1.jpg" alt="サポーターさん" loading="lazy" /><span class="cclt-compat-kaiwa__name">サポーターさん</span></div><div class="cclt-compat-kaiwa__bubble" style="background-color:#f4f4e3;"><div class="cclt-compat-kaiwa__text">ブログランキングに参加しましたので、ご支援していただけると幸いです。</div></div></div>
<p><a href="https://it.blogmura.com/ranking/in?p_cid=11084904" target="_blank" rel="noopener noreferrer"><img loading="lazy" decoding="async" src="https://b.blogmura.com/banner-blogmura-portfolio.svg" alt="にほんブログ村 IT技術ブログへ" width="88" height="31" border="0" /></a><br /><a href="https://it.blogmura.com/ranking/in?p_cid=11084904" rel="noopener">にほんブログ村</a></p>
		<div class="wpulike wpulike-animated-heart " ><div class="wp_ulike_general_class wp_ulike_is_restricted"><button type="button"
					aria-label="いいねボタン"
					data-ulike-id="4505"
					data-ulike-nonce="ae55073cbc"
					data-ulike-type="post"
					data-ulike-template="wpulike-animated-heart"
					data-ulike-display-likers=""
					data-ulike-likers-style="popover"
					data-ulike-append="&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop one&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop two&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop three&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop four&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop five&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop six&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop seven&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop eight&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop nine&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;"
					class="wp_ulike_btn wp_ulike_put_image wp_post_btn_4505"><svg class="wpulike-svg-heart wpulike-svg-heart-icon" viewBox="0 -28 512.00002 512" xmlns="http://www.w3.org/2000/svg"><path
						d="m471.382812 44.578125c-26.503906-28.746094-62.871093-44.578125-102.410156-44.578125-29.554687 0-56.621094 9.34375-80.449218 27.769531-12.023438 9.300781-22.917969 20.679688-32.523438 33.960938-9.601562-13.277344-20.5-24.660157-32.527344-33.960938-23.824218-18.425781-50.890625-27.769531-80.445312-27.769531-39.539063 0-75.910156 15.832031-102.414063 44.578125-26.1875 28.410156-40.613281 67.222656-40.613281 109.292969 0 43.300781 16.136719 82.9375 50.78125 124.742187 30.992188 37.394531 75.535156 75.355469 127.117188 119.3125 17.613281 15.011719 37.578124 32.027344 58.308593 50.152344 5.476563 4.796875 12.503907 7.4375 19.792969 7.4375 7.285156 0 14.316406-2.640625 19.785156-7.429687 20.730469-18.128907 40.707032-35.152344 58.328125-50.171876 51.574219-43.949218 96.117188-81.90625 127.109375-119.304687 34.644532-41.800781 50.777344-81.4375 50.777344-124.742187 0-42.066407-14.425781-80.878907-40.617188-109.289063zm0 0" /></svg></button><span class="count-box wp_ulike_counter_up" data-ulike-counter-value="0"></span>			</div></div>
	]]></content:encoded>
					
					<wfw:commentRss>https://creativecontentlabtokyo.com/explanatory-material-salesforce-workbench-feature-description/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Salesforceワークベンチ(workbench)の機能一覧と使い方の説明（SOQL実行・Metadataのバックアップ/デプロイなど）</title>
		<link>https://creativecontentlabtokyo.com/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it/</link>
		
		<dc:creator><![CDATA[セールスフォース標準化推進ラボ]]></dc:creator>
		<pubDate>Mon, 06 Feb 2023 06:32:33 +0000</pubDate>
				<category><![CDATA[製品・サービス]]></category>
		<category><![CDATA[運用]]></category>
		<category><![CDATA[開発]]></category>
		<category><![CDATA[Deploy]]></category>
		<category><![CDATA[DML]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[Retrieve]]></category>
		<category><![CDATA[SOQL]]></category>
		<category><![CDATA[Workbench]]></category>
		<category><![CDATA[クエリ操作]]></category>
		<category><![CDATA[バックアップ]]></category>
		<category><![CDATA[マイグレーション]]></category>
		<category><![CDATA[メタデータ]]></category>
		<category><![CDATA[リストア]]></category>
		<category><![CDATA[ワークベンチ]]></category>
		<guid isPermaLink="false">https://creativecontentlabtokyo.com/?p=4427</guid>

					<description><![CDATA[本記事では、Salesforce workbenchについての概要や機能について説明していきます。 Salesforceの開発に携わった方は、開発者コンソールを…]]></description>
										<content:encoded><![CDATA[<p>本記事では、Salesforce workbenchについての概要や機能について説明していきます。</p>
<p><div class="cclt-compat-kaiwa cclt-compat-kaiwa--left"><div class="cclt-compat-kaiwa__icon"><img decoding="async" src="https://creativecontentlabtokyo.com/wp-content/uploads/2024/11/schooldays1.jpg" alt="サポーターさん" loading="lazy" /><span class="cclt-compat-kaiwa__name">サポーターさん</span></div><div class="cclt-compat-kaiwa__bubble" style="background-color:#f4f4e3;"><div class="cclt-compat-kaiwa__text">突然ですが、皆さんはSalesforce workbench（ワークベンチ）を使ったことがありますか？</div></div></div></p>
<p>Salesforceの開発に携わった方は、開発者コンソールを使うことは多いと思いますが、リリースや運用保守でメタデータのバックアップを行うなどの機会がない方は使ったことがないという場合も多いと思います。</p>
<p>Workbenchには様々な機能があり、管理者や開発者にとっては開発者コンソール同様、非常に便利なツールとなります。</p>
<p>ワークベンチはWebブラウザから簡単にアクセスすることができ、Salesforce組織ともAPIで簡単に接続できます。さらにブラウザ上から直接クエリを発行したり、メタデータを取得（Retrieve）したり、デプロイ（Deploy）することもできます。</p>
<p>※Bulk、Rest ストリーミング、メタデータなどもサポートしています。</p>
<p>またよく利用されるパターンとして、本番環境で不要となったプログラムを削除するような場合にも利用されています。</p>
<h2>1 Workbench概要</h2>
<h3>1-1. Workbenchとは</h3>
<p>Salesforce Workbenchは、Salesforceプラットフォームのメタデータ管理やApexコードの実行、Salesforce APIを使ったデータへのアクセスなどを行う機能が提供されたWebベースのツール（サービス）です。</p>
<p>Workbench（ワークベンチ）を使うことで、システム管理者や開発者はプログラムコードを書くことなく、Webブラウザ上からの操作で簡単にメタデータを取得したり、APIを実行したりすることができます。</p>
<p>公式サイトのURLはこちら「Workbenchサイト（<a href="https://workbench.developerforce.com/login.php" rel="noopener">https://workbench.developerforce.com/login.php</a>）」</p>
<h3>1-2. 機能一覧</h3>
<p>ワークベンチ（workbench）が現時点で提供している機能は以下の通りです。</p>
<table style="border-collapse: collapse; width: 98.5908%; height: 433px;">
<tbody>
<tr style="background-color: #091e4d;">
<td style="width: 2.09102%; height: 10px; text-align: center;"><span style="color: #ffffff;">No.</span></td>
<td style="width: 13.6531%; height: 10px; text-align: center;"><span style="color: #ffffff;">機能カテゴリ</span></td>
<td style="width: 15.8838%; text-align: center; height: 10px;"><span style="color: #ffffff;">機能名称</span></td>
<td style="width: 37.3506%; height: 10px; text-align: center;"><span style="color: #ffffff;">説明</span></td>
</tr>
<tr style="height: 21px;">
<td style="height: 10px; vertical-align: top; width: 2.09102%; text-align: right;">1</td>
<td style="width: 13.6531%; height: 10px;">メタデータ照会（取得）</td>
<td style="width: 15.8838%; height: 10px; text-align: left;">Standard ＆Custom Objects</td>
<td style="width: 37.3506%; height: 10px; text-align: left;">標準やカスタムオブジェクトの属性や子リレーション、フィールド（項目）、ラベル名の確認などを行うことができます。</td>
</tr>
<tr style="height: 35px;">
<td style="vertical-align: top; width: 2.09102%; text-align: right; height: 35px;">2</td>
<td style="width: 13.6531%; height: 35px;"></td>
<td style="width: 15.8838%; height: 35px; text-align: left;">Metadata Types &amp; Components</td>
<td style="width: 37.3506%; text-align: left; height: 35px;">メタデータタイプやコンポーネントに関する情報（名称、Id、作成者/日、最終更新者/日）などを確認することができます。</td>
</tr>
<tr style="height: 35px;">
<td style="vertical-align: top; width: 2.09102%; text-align: right; height: 35px;">3</td>
<td style="width: 13.6531%; height: 35px;"></td>
<td style="width: 15.8838%; height: 35px; text-align: left;">Session Information</td>
<td style="width: 37.3506%; text-align: left; height: 35px;">接続しているSalesforceインスタンスのセッション情報（サービスのエンドポイントなど）を確認することができます。</td>
</tr>
<tr style="height: 17px;">
<td style="vertical-align: top; width: 2.09102%; text-align: right; height: 17px;">4</td>
<td style="width: 13.6531%; height: 17px;">クエリ</td>
<td style="width: 15.8838%; height: 17px; text-align: left;">SOQL Query</td>
<td style="width: 37.3506%; text-align: left; height: 17px;">SOQLクエリを実行することができます。</td>
</tr>
<tr style="height: 17px;">
<td style="vertical-align: top; width: 2.09102%; text-align: right; height: 17px;">5</td>
<td style="width: 13.6531%; height: 17px;"></td>
<td style="width: 15.8838%; height: 17px; text-align: left;">Async SOQL Query</td>
<td style="width: 37.3506%; text-align: left; height: 17px;">非同期のSOQL(Insert/Upsert）の実行ができます。</td>
</tr>
<tr style="height: 35px;">
<td style="vertical-align: top; width: 2.09102%; text-align: right; height: 35px;">6</td>
<td style="width: 13.6531%; height: 35px;"></td>
<td style="width: 15.8838%; height: 35px; text-align: left;">SOSL Search</td>
<td style="width: 37.3506%; text-align: left; height: 35px;">SOSLを実行して、文字列を指定オブジェクトの指定項目から検索することができます。</td>
</tr>
<tr style="height: 53px;">
<td style="vertical-align: top; width: 2.09102%; text-align: right; height: 53px;">7</td>
<td style="width: 13.6531%; height: 53px;"></td>
<td style="width: 15.8838%; height: 53px; text-align: left;">Streaming Push Topics</td>
<td style="width: 37.3506%; text-align: left; height: 53px;">PushTopicの登録、削除を実行することができます。※PushTopicを購読すると Salesforceで発生したレコードイベントの通知を受け取ることができます。</td>
</tr>
<tr style="height: 17px;">
<td style="vertical-align: top; width: 2.09102%; text-align: right; height: 17px;">8</td>
<td style="width: 13.6531%; height: 17px;">データ操作（DML）</td>
<td style="width: 15.8838%; height: 17px; text-align: left;">Insert</td>
<td style="width: 37.3506%; text-align: left; height: 17px;">指定オブジェクトに対して1つまたは複数のレコードを登録することができます。</td>
</tr>
<tr style="height: 17px;">
<td style="vertical-align: top; width: 2.09102%; text-align: right; height: 17px;">9</td>
<td style="width: 13.6531%; height: 17px;"></td>
<td style="width: 15.8838%; height: 17px; text-align: left;">Update</td>
<td style="width: 37.3506%; text-align: left; height: 17px;">指定オブジェクトに対して1つまたは複数のレコードを更新することができます。</td>
</tr>
<tr style="height: 17px;">
<td style="vertical-align: top; width: 2.09102%; text-align: right; height: 17px;">10</td>
<td style="width: 13.6531%; height: 17px;"></td>
<td style="width: 15.8838%; height: 17px; text-align: left;">Upsert</td>
<td style="width: 37.3506%; text-align: left; height: 17px;">指定オブジェクトに対して1つまたは複数のレコードを登録＆更新することができます。</td>
</tr>
<tr style="height: 17px;">
<td style="vertical-align: top; width: 2.09102%; text-align: right; height: 17px;">11</td>
<td style="width: 13.6531%; height: 17px;"></td>
<td style="width: 15.8838%; height: 17px; text-align: left;">Delete</td>
<td style="width: 37.3506%; text-align: left; height: 17px;">指定オブジェクトに対して1つまたは複数のレコードを（ごみ箱に）削除することができます。</td>
</tr>
<tr style="height: 17px;">
<td style="vertical-align: top; width: 2.09102%; text-align: right; height: 17px;">12</td>
<td style="width: 13.6531%; height: 17px;"></td>
<td style="width: 15.8838%; height: 17px; text-align: left;">Undelete</td>
<td style="width: 37.3506%; text-align: left; height: 17px;">指定オブジェクトに対して1つまたは複数の削除されたレコードを復元することができます。</td>
</tr>
<tr style="height: 17px;">
<td style="vertical-align: top; width: 2.09102%; text-align: right; height: 17px;">13</td>
<td style="width: 13.6531%; height: 17px;"></td>
<td style="width: 15.8838%; height: 17px; text-align: left;">Purge</td>
<td style="width: 37.3506%; text-align: left; height: 17px;">指定オブジェクトに対して1つまたは複数の削除されたレコードをごみ箱から完全に削除することができます。</td>
</tr>
<tr style="height: 17px;">
<td style="vertical-align: top; width: 2.09102%; text-align: right; height: 17px;">14</td>
<td style="width: 13.6531%; height: 17px;">マイグレーション</td>
<td style="width: 15.8838%; height: 17px; text-align: left;">Deploy</td>
<td style="width: 37.3506%; text-align: left; height: 17px;">指定されたメタデータをSalesforce組織にデプロイすることができます。</td>
</tr>
<tr style="height: 17px;">
<td style="vertical-align: top; width: 2.09102%; text-align: right; height: 17px;">15</td>
<td style="width: 13.6531%; height: 17px;"></td>
<td style="width: 15.8838%; height: 17px; text-align: left;">Retrieve</td>
<td style="width: 37.3506%; text-align: left; height: 17px;">指定されたマニフェストファイル（Package.xml）に定義されたメタデータをdownloadすることができます。</td>
</tr>
<tr style="height: 17px;">
<td style="vertical-align: top; width: 2.09102%; text-align: right; height: 17px;">16</td>
<td style="width: 13.6531%; height: 17px;">ユーティリティ</td>
<td style="width: 15.8838%; height: 17px; text-align: left;">REST Explorer</td>
<td style="width: 37.3506%; text-align: left; height: 17px;">WorkbenchからＳａｌｅｓｆｏｒｃｅ組織に対して直接REST APＩを実行することができます。</td>
</tr>
<tr style="height: 17px;">
<td style="vertical-align: top; width: 2.09102%; text-align: right; height: 17px;">17</td>
<td style="width: 13.6531%; height: 17px;"></td>
<td style="width: 15.8838%; height: 17px; text-align: left;">Bulk API Job Status</td>
<td style="width: 37.3506%; text-align: left; height: 17px;">DataloaderやWorkbenchなどから実行されたBulk APIのジョブステータスを確認することができます。</td>
</tr>
<tr style="height: 17px;">
<td style="vertical-align: top; width: 2.09102%; text-align: right; height: 17px;">18</td>
<td style="width: 13.6531%; height: 17px;"></td>
<td style="width: 15.8838%; height: 17px; text-align: left;">Apex Execute</td>
<td style="width: 37.3506%; text-align: left; height: 17px;">Apexコードを直接実行することができます。※開発コンソールと同様</td>
</tr>
<tr style="height: 17px;">
<td style="vertical-align: top; width: 2.09102%; text-align: right; height: 17px;">19</td>
<td style="width: 13.6531%; height: 17px;"></td>
<td style="width: 15.8838%; height: 17px; text-align: left;">Password Management</td>
<td style="width: 37.3506%; text-align: left; height: 17px;">ユーザのパスワードを設定したりリセットすることができます。</td>
</tr>
<tr style="height: 17px;">
<td style="vertical-align: top; width: 2.09102%; text-align: right; height: 17px;">20</td>
<td style="width: 13.6531%; height: 17px;"></td>
<td style="width: 15.8838%; height: 17px; text-align: left;">Metadata API Process Status</td>
<td style="width: 37.3506%; text-align: left; height: 17px;">メタデータAPIの処理プロセスのステータス（実行状況）を確認することができます。</td>
</tr>
</tbody>
</table>
<p>以上のように、非常に実用性の高い機能が用意されています。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/salesforce-how-to-user-workbench-ワークベンチ機能一覧-1.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4442" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/salesforce-how-to-user-workbench-ワークベンチ機能一覧-1.jpg" alt="" width="1920" height="1089" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/salesforce-how-to-user-workbench-ワークベンチ機能一覧-1.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/salesforce-how-to-user-workbench-ワークベンチ機能一覧-1-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/salesforce-how-to-user-workbench-ワークベンチ機能一覧-1-1024x581.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/salesforce-how-to-user-workbench-ワークベンチ機能一覧-1-768x436.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/salesforce-how-to-user-workbench-ワークベンチ機能一覧-1-1536x871.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h2>2.Workbenchの使い方</h2>
<h3>2-１． Workbenchへの接続方法</h3>
<p>手順①Workbenchへログインするために以下の公式サイトへブラウザでアクセスします。</p>
<p>Workbenchサイト（<a href="https://workbench.developerforce.com/login.php" rel="noopener">https://workbench.developerforce.com/login.php</a>）</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-ログイン画面.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4441" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-ログイン画面.jpg" alt="" width="1920" height="792" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-ログイン画面.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-ログイン画面-300x124.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-ログイン画面-1024x422.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-ログイン画面-768x317.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-ログイン画面-1536x634.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<ul>
<li>Environment（接続環境）を選択：Production（本番）、またはSandboxを選択します。</li>
<li>API Version：利用したいAPIのバージョンを指定します。　※バージョンによって利用可能な機能が異なりるため注意</li>
</ul>
<p>手順②「I agree to terms of service」にチェックを入れて、Login with Salesforceのボタンをクリックします。</p>
<p>手順③Salesforce組織にログインするためのユーザ名とパスワードを入力してログインを行います。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SFDCログイン画面.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4443" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SFDCログイン画面.jpg" alt="" width="1920" height="766" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SFDCログイン画面.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SFDCログイン画面-300x120.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SFDCログイン画面-1024x409.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SFDCログイン画面-768x306.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SFDCログイン画面-1536x613.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>※すでにSalesforce組織にログインしているブラウザでWorkbenchを実行している場合は自動的に接続されます。</p>
<p>手順④Salesforce組織に接続後は、以下ワークベンチのメニューが表示されます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-ワークベンチのホーム画面-.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4445" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-ワークベンチのホーム画面-.jpg" alt="" width="1920" height="633" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-ワークベンチのホーム画面-.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-ワークベンチのホーム画面--300x99.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-ワークベンチのホーム画面--1024x338.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-ワークベンチのホーム画面--768x253.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-ワークベンチのホーム画面--1536x506.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>各機能の利用方法は次の章で紹介します。</p>
<h2>3. 機能紹介</h2>
<h3>3-1. メタデータ照会機能</h3>
<h4>①Standard ＆Custom Objects（標準＆カスタムオブジェクト）</h4>
<p>指定したオブジェクトに関するメタデータ情報を参照することができます。※以下はユーザオブジェクトを照会した例</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-標準カスタムオブジェクト照会.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4447" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-標準カスタムオブジェクト照会.jpg" alt="" width="1920" height="816" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-標準カスタムオブジェクト照会.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-標準カスタムオブジェクト照会-300x128.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-標準カスタムオブジェクト照会-1024x435.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-標準カスタムオブジェクト照会-768x326.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-標準カスタムオブジェクト照会-1536x653.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>照会できる情報は以下の通り</p>
<ul>
<li>属性</li>
<li>子リレーション</li>
<li>フィールド（項目）</li>
<li>レイアウト名</li>
</ul>
<h4>②Metadata Types &amp; Components（メタデータタイプ＆コンポーネント）</h4>
<p>メタデータタイプの確認やコンポーネントについての詳細情報（ID、名称、作成者/作成日、最終更新者/最終更新日など）の情報を確認することができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-メタデータ＆コンポーネントの照会.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4449" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-メタデータ＆コンポーネントの照会.jpg" alt="" width="1920" height="1434" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-メタデータ＆コンポーネントの照会.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-メタデータ＆コンポーネントの照会-300x224.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-メタデータ＆コンポーネントの照会-1024x765.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-メタデータ＆コンポーネントの照会-768x574.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-メタデータ＆コンポーネントの照会-1536x1147.jpg 1536w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-メタデータ＆コンポーネントの照会-202x150.jpg 202w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>上記は、フローのメターデータを照会した例</p>
<h4>③Session Information（セッション情報）</h4>
<p>接続しているSalesforceインスタンスのセッション情報（サービスのエンドポイントなど）を確認することができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-セッション情報.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4450" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-セッション情報.jpg" alt="" width="1920" height="1316" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-セッション情報.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-セッション情報-300x206.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-セッション情報-1024x702.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-セッション情報-768x526.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-セッション情報-1536x1053.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>取得可能な情報</p>
<ul>
<li>APIのバージョン</li>
<li>クライアントID</li>
<li>エンドポイント</li>
</ul>
<p>（ユーザ情報）</p>
<ul>
<li>プロファイル</li>
<li>ロール</li>
<li>ユーザ名</li>
<li>ユーザID</li>
<li>タイムゾーン、ユーザタイプなど</li>
</ul>
<p>（組織）</p>
<ul>
<li>添付ファイルの上限など</li>
</ul>
<h3>3-2. クエリ実行機能</h3>
<h4>①SOQL Query（SOQLクエリ実行）</h4>
<p>SOQLを直接実行することができます。表示形式やソート順の指定が可能またフィルタ条件や取得レコードの上限の指定も可能です。そのほか、削除済み、アーカイブレコードを含めるかなどの指定もできます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SOQL実行.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4453" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SOQL実行.jpg" alt="" width="1920" height="1164" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SOQL実行.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SOQL実行-300x182.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SOQL実行-1024x621.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SOQL実行-768x466.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SOQL実行-1536x931.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>SOQL実行結果</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SOQL実行結果.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4452" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SOQL実行結果.jpg" alt="" width="1920" height="480" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SOQL実行結果.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SOQL実行結果-300x75.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SOQL実行結果-1024x256.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SOQL実行結果-768x192.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SOQL実行結果-1536x384.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h4>②Async SOQL Query</h4>
<p>非同期のSOQL(Insert/Upsert）の実行ができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-非同期SOQL.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4455" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-非同期SOQL.jpg" alt="" width="1920" height="1410" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-非同期SOQL.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-非同期SOQL-300x220.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-非同期SOQL-1024x752.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-非同期SOQL-768x564.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-非同期SOQL-1536x1128.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-非同期SOQLでINSERT.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4454" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-非同期SOQLでINSERT.jpg" alt="" width="1920" height="1344" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-非同期SOQLでINSERT.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-非同期SOQLでINSERT-300x210.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-非同期SOQLでINSERT-1024x717.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-非同期SOQLでINSERT-768x538.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-非同期SOQLでINSERT-1536x1075.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h4>③SOSL Search</h4>
<p>SOSL（Salesforce Object Search Language) の実行が可能です。※Salesforceのレコード内のテキスト検索を実行</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SOSLでの検索.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4460" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SOSLでの検索.jpg" alt="" width="1920" height="760" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SOSLでの検索.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SOSLでの検索-300x119.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SOSLでの検索-1024x405.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SOSLでの検索-768x304.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SOSLでの検索-1536x608.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>SOSLの実行結果（CCLTという文字列での検索を実行）</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SOSL検索実行結果.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4459" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SOSL検索実行結果.jpg" alt="" width="1920" height="842" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SOSL検索実行結果.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SOSL検索実行結果-300x132.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SOSL検索実行結果-1024x449.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SOSL検索実行結果-768x337.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-SOSL検索実行結果-1536x674.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h4>④Streaming Push Topics</h4>
<p>本機能は、Salesforceのレコードを監視し、本機能で登録したSOQLクエリに該当した場合に、あらかじめ購読（Subscribe登録）されたクライアントに対して、プッシュ通知を実現するものとなります。</p>
<p>以下のメッセージが表示される場合は、Salesforce組織のストリーミングAPIの有効化がされていないため、先に設定しておく必要があります。また本機能を使う場合には、事前にSalesforce側でプッシュ通知の各種設定が必要となります。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Push-Topicsの利用.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4461" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Push-Topicsの利用.jpg" alt="" width="1920" height="740" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Push-Topicsの利用.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Push-Topicsの利用-300x116.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Push-Topicsの利用-1024x395.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Push-Topicsの利用-768x296.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Push-Topicsの利用-1536x592.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>PushTopicに関しては、少し古いですが、テラスカイさんの以下の記事がわかりやすいかと思います。</p>
<p><div class="cclt-compat-cmemo st-text-guide st-text-guide-sankou" style="background-color:#fafafa;color:#000000;border:px solid ;"><span class="cclt-compat-cmemo__icon fa fa-file-text-o" style="color:#919191;"></span><div class="cclt-compat-cmemo__text">Terrasky Tech Blog「10分で分かる！使える！ストリーミング API」<br />
（<a href="https://www.terrasky.co.jp/blog/2013/130522_001287.php" rel="noopener">https://www.terrasky.co.jp/blog/2013/130522_001287.php</a>）</div></div></p>
<h3>3-３. データ操作（DML）機能</h3>
<h4>①Insert</h4>
<p>指定オブジェクトに対して1つまたは複数のレコードを登録することができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-INSERT.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4464" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-INSERT.jpg" alt="" width="1920" height="895" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-INSERT.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-INSERT-300x140.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-INSERT-1024x477.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-INSERT-768x358.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-INSERT-1536x716.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>以下の画面で登録するための項目の値を指定して実行</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-INSERT２.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4463" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-INSERT２.jpg" alt="" width="1920" height="1334" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-INSERT２.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-INSERT２-300x208.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-INSERT２-1024x711.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-INSERT２-768x534.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-INSERT２-1536x1067.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>実行結果を表示（成功すると以下のように表示されます）</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-INSERT実行結果.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4462" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-INSERT実行結果.jpg" alt="" width="1920" height="952" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-INSERT実行結果.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-INSERT実行結果-300x149.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-INSERT実行結果-1024x508.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-INSERT実行結果-768x381.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-INSERT実行結果-1536x762.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h4>②Update</h4>
<p>指定オブジェクトに対して1つまたは複数のレコードを更新することができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Update.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4467" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Update.jpg" alt="" width="1920" height="902" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Update.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Update-300x141.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Update-1024x481.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Update-768x361.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Update-1536x722.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>以下の画面で更新レコードのIDを指定して、変更後の値をセットしたら実行</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Update２.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4466" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Update２.jpg" alt="" width="1920" height="1446" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Update２.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Update２-300x226.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Update２-1024x771.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Update２-768x578.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Update２-1536x1157.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>実行結果の画面</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Update実行結果.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4465" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Update実行結果.jpg" alt="" width="1920" height="961" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Update実行結果.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Update実行結果-300x150.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Update実行結果-1024x513.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Update実行結果-768x384.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Update実行結果-1536x769.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h4>③Upsert</h4>
<p>指定オブジェクトに対して1つまたは複数のレコードを登録＆更新することができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Upsert.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4471" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Upsert.jpg" alt="" width="1920" height="908" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Upsert.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Upsert-300x142.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Upsert-1024x484.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Upsert-768x363.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Upsert-1536x726.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>更新の場合はIDを指定して、変更後の値をセットして実行（新規の場合はID指定なし）</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Upsertで更新.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4470" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Upsertで更新.jpg" alt="" width="1920" height="1427" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Upsertで更新.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Upsertで更新-300x223.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Upsertで更新-1024x761.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Upsertで更新-768x571.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Upsertで更新-1536x1142.jpg 1536w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Upsertで更新-640x475.jpg 640w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Upsertで更新-343x254.jpg 343w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Upsertで更新-202x150.jpg 202w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>実行結果</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Upsert実行結果.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4469" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Upsert実行結果.jpg" alt="" width="1920" height="961" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Upsert実行結果.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Upsert実行結果-300x150.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Upsert実行結果-1024x513.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Upsert実行結果-768x384.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Upsert実行結果-1536x769.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h4>④Delete</h4>
<p>指定オブジェクトに対して1つまたは複数のレコードを（ごみ箱に）削除することができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Delete.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4474" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Delete.jpg" alt="" width="1920" height="808" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Delete.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Delete-300x126.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Delete-1024x431.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Delete-768x323.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Delete-1536x646.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>削除対象レコードのIDを指定して実行</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Delete削除IDを指定して実行.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4473" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Delete削除IDを指定して実行.jpg" alt="" width="1920" height="719" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Delete削除IDを指定して実行.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Delete削除IDを指定して実行-300x112.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Delete削除IDを指定して実行-1024x383.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Delete削除IDを指定して実行-768x288.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Delete削除IDを指定して実行-1536x575.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>実行結果</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Delete実行結果.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4472" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Delete実行結果.jpg" alt="" width="1920" height="961" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Delete実行結果.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Delete実行結果-300x150.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Delete実行結果-1024x513.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Delete実行結果-768x384.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Delete実行結果-1536x769.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h4>⑤Undelete</h4>
<p>指定オブジェクトに対して1つまたは複数の削除されたレコードを復元することができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-UnDelete.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4477" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-UnDelete.jpg" alt="" width="1920" height="762" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-UnDelete.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-UnDelete-300x119.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-UnDelete-1024x406.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-UnDelete-768x305.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-UnDelete-1536x610.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>UndeleteしたいレコードのIDを指定して実行</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-UnDeleteID指定.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4478" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-UnDeleteID指定.jpg" alt="" width="1920" height="732" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-UnDeleteID指定.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-UnDeleteID指定-300x114.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-UnDeleteID指定-1024x390.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-UnDeleteID指定-768x293.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-UnDeleteID指定-1536x586.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>Undeleteの実行結果</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-UnDelete実行結果.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4475" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-UnDelete実行結果.jpg" alt="" width="1920" height="959" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-UnDelete実行結果.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-UnDelete実行結果-300x150.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-UnDelete実行結果-1024x511.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-UnDelete実行結果-768x384.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-UnDelete実行結果-1536x767.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h4>⑥Purge</h4>
<p>指定オブジェクトに対して1つまたは複数の削除されたレコードをごみ箱から完全に削除することができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Purge.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4481" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Purge.jpg" alt="" width="1920" height="763" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Purge.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Purge-300x119.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Purge-1024x407.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Purge-768x305.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Purge-1536x610.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>Purgeしたいレコードを指定して実行</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-PurgeレコードID指定.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4480" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-PurgeレコードID指定.jpg" alt="" width="1920" height="734" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-PurgeレコードID指定.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-PurgeレコードID指定-300x115.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-PurgeレコードID指定-1024x391.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-PurgeレコードID指定-768x294.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-PurgeレコードID指定-1536x587.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>Purge（パージ）の実行結果</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Purge実行結果.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4479" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Purge実行結果.jpg" alt="" width="1920" height="961" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Purge実行結果.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Purge実行結果-300x150.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Purge実行結果-1024x513.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Purge実行結果-768x384.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Purge実行結果-1536x769.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h3>3-４. マイグレーション機能</h3>
<h4>①Retrieve（取得）</h4>
<p>指定されたマニフェストファイル（Package.xml）に定義されたメタデータをdownloadすることができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Retrieve.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4485" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Retrieve.jpg" alt="" width="1920" height="731" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Retrieve.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Retrieve-300x114.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Retrieve-1024x390.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Retrieve-768x292.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Retrieve-1536x585.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>Package.xmlファイルを指定します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Retrieveマニフェストファイル.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4484" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Retrieveマニフェストファイル.jpg" alt="" width="1920" height="1013" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Retrieveマニフェストファイル.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Retrieveマニフェストファイル-300x158.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Retrieveマニフェストファイル-1024x540.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Retrieveマニフェストファイル-768x405.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Retrieveマニフェストファイル-1536x810.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>全てのメタデータ取得用のファイルが欲しい方は、以下からダウンロードしてご利用いただけます。</p>
<p><div class="cclt-compat-card st-no-shadow cclt-compat-card--text"><span class="cclt-compat-card__label" style="background-color:#cccccc;color:#ffffff;">参考</span><a href="https://creativecontentlabtokyo.com/retrieve-salesforce-full-metadata-package-xml-file-download/" class="cclt-compat-card__link"><div class="cclt-compat-card__thumb"><img decoding="async" width="300" height="200" src="https://creativecontentlabtokyo.com/wp-content/uploads/2021/10/eye-catching-picture-programmer-300x200.jpg" class="attachment-medium size-medium wp-post-image" alt="" loading="lazy" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2021/10/eye-catching-picture-programmer-300x200.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2021/10/eye-catching-picture-programmer-1024x683.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2021/10/eye-catching-picture-programmer-768x512.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2021/10/eye-catching-picture-programmer-1536x1024.jpg 1536w, https://creativecontentlabtokyo.com/wp-content/uploads/2021/10/eye-catching-picture-programmer.jpg 1920w" sizes="auto, (max-width: 300px) 100vw, 300px" /></div><div class="cclt-compat-card__body"><div class="cclt-compat-card__title">全メタデータ取得用のマニフェストファイル（Package.xml）のサンプルダウンロード</div><div class="cclt-compat-card__excerpt">本記事では、Creative Content Lab Tokyo（クリエイティブ…</div><span class="cclt-compat-card__readmore">続きを読む</span></div></a></div></p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Retrieve確認.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4483" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Retrieve確認.jpg" alt="" width="1920" height="1288" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Retrieve確認.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Retrieve確認-300x201.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Retrieve確認-1024x687.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Retrieve確認-768x515.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Retrieve確認-1536x1030.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>Retriveを実行した結果</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Retrieve実行結果.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4482" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Retrieve実行結果.jpg" alt="" width="1920" height="1388" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Retrieve実行結果.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Retrieve実行結果-300x217.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Retrieve実行結果-1024x740.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Retrieve実行結果-768x555.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Retrieve実行結果-1536x1110.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>上記のDownload ZIP Fileをクリックするとメタデータのファイルをダウンロードすることができます。</p>
<p>ダウンロードしたメタデータはデプロイして元に戻すことができます。</p>
<h4>②Deploy（デプロイ）</h4>
<p>指定されたメタデータをSalesforce組織にデプロイすることができます。</p>
<p>オプションで、チェックだけを行う、ワーニングを無視、テストレベルやテストの実行指定などができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Deploy.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4489" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Deploy.jpg" alt="" width="1920" height="1200" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Deploy.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Deploy-300x188.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Deploy-1024x640.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Deploy-768x480.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Deploy-1536x960.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>あらかじめ取得しておいたメタデータファイル（ZIP形式）を指定して実行します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Deploy実行.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4488" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Deploy実行.jpg" alt="" width="1920" height="1396" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Deploy実行.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Deploy実行-300x218.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Deploy実行-1024x745.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Deploy実行-768x558.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Deploy実行-1536x1117.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>実行中の画面</p>
<p>&nbsp;</p>
<p>実行結果の確認画面</p>
<p><a style="background-color: #ffffff;" href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Deploy実行結果.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4486" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Deploy実行結果.jpg" alt="" width="1920" height="1284" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Deploy実行結果.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Deploy実行結果-300x201.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Deploy実行結果-1024x685.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Deploy実行結果-768x514.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Deploy実行結果-1536x1027.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h3>3-５. その他ユーティリティ</h3>
<h4>①Rest Explorer</h4>
<p>WorkbenchからSalesforce組織に対して直接REST APIを実行することができます。</p>
<p>利用可能なメソッドは、<label>GET、</label><label>POST、</label><label>PUT、</label><label>PATCH、</label><label>DELETE、</label><label>HEADとなります。</label></p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Rest-Explorer実行.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4491" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Rest-Explorer実行.jpg" alt="" width="1920" height="1452" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Rest-Explorer実行.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Rest-Explorer実行-300x227.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Rest-Explorer実行-1024x774.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Rest-Explorer実行-768x581.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Rest-Explorer実行-1536x1162.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a><a style="background-color: #ffffff;" href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Deploy実行中.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4487" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Deploy実行中.jpg" alt="" width="1920" height="1268" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Deploy実行中.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Deploy実行中-300x198.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Deploy実行中-1024x676.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Deploy実行中-768x507.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Deploy実行中-1536x1014.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h4>②Apex Execute</h4>
<p>Apexコードを直接実行することができます。※開発コンソールと同様</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Apex-Execute.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4493" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Apex-Execute.jpg" alt="" width="1920" height="779" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Apex-Execute.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Apex-Execute-300x122.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Apex-Execute-1024x415.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Apex-Execute-768x312.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Apex-Execute-1536x623.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>実行すると以下のようなデバッグログが表示されます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Apex-Execute実行結果.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4492" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Apex-Execute実行結果.jpg" alt="" width="1920" height="1172" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Apex-Execute実行結果.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Apex-Execute実行結果-300x183.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Apex-Execute実行結果-1024x625.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Apex-Execute実行結果-768x469.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Apex-Execute実行結果-1536x938.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h4>③Password Management（パスワード管理）</h4>
<p>ユーザのパスワードを設定したりリセットすることができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Password-Managementパスワード.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4495" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Password-Managementパスワード.jpg" alt="" width="1920" height="756" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Password-Managementパスワード.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Password-Managementパスワード-300x118.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Password-Managementパスワード-1024x403.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Password-Managementパスワード-768x302.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Password-Managementパスワード-1536x605.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>パスワードを設定/変更したいユーザIDと新しいパスワードを指定してChange Passwordを実行します。</p>
<h4>④Bulk API Job Status</h4>
<p>DataloaderやWorkbenchなどから実行されたBulk APIのジョブステータスを確認することができます。</p>
<p>一括データ読み込みジョブのIDを指定して実行</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-BulkAPIJobStatus.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4498" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-BulkAPIJobStatus.jpg" alt="" width="1920" height="636" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-BulkAPIJobStatus.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-BulkAPIJobStatus-300x99.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-BulkAPIJobStatus-1024x339.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-BulkAPIJobStatus-768x254.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-BulkAPIJobStatus-1536x509.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>ジョブの実行状況（結果）が表示されます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-BulkAPIJobStatus確認結果.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4497" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-BulkAPIJobStatus確認結果.jpg" alt="" width="1920" height="1204" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-BulkAPIJobStatus確認結果.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-BulkAPIJobStatus確認結果-300x188.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-BulkAPIJobStatus確認結果-1024x642.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-BulkAPIJobStatus確認結果-768x482.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-BulkAPIJobStatus確認結果-1536x963.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h4>⑤Metadata API Process Status</h4>
<p>メタデータAPIの処理プロセスのステータス（実行状況）を確認することができます。</p>
<p>確認したいIDを指定して実行します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Metadata-API-Process-Status.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4499" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Metadata-API-Process-Status.jpg" alt="" width="1920" height="833" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Metadata-API-Process-Status.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Metadata-API-Process-Status-300x130.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Metadata-API-Process-Status-1024x444.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Metadata-API-Process-Status-768x333.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/function-list-of-salesforce-workbench-and-explanation-of-how-to-use-it-Metadata-API-Process-Status-1536x666.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h2>Salesforce workbenchの概要説明資料のダウンロード</h2>
<p>資料のダウンロードおよびご利用に関しては、本サイトのコンテンツ利用規約に同意される場合のみ利用可能となります。</p>
<p><div class="cclt-compat-mybutton cclt-compat-mybutton--ref cclt-compat-mybutton--shadow"><a href="https://creativecontentlabtokyo.com/terms/" class="cclt-compat-mybutton__link" style="color:#fff;background-color:#e53935;border:1px solid #e57373;border-radius:5px;font-weight:bold;background:linear-gradient(#f44336,#e53935);" target="_blank" rel="noopener noreferrer">ダウンロード前に利用規約を必ずお読みください。</a></div></p>
<h3>一般公開資料</h3>
<p><div class="cclt-compat-card st-no-shadow cclt-compat-card--text"><span class="cclt-compat-card__label" style="background-color:#cccccc;color:#ffffff;">参考</span><a href="https://creativecontentlabtokyo.com/explanatory-material-salesforce-workbench-feature-description/" class="cclt-compat-card__link"><div class="cclt-compat-card__thumb"><img decoding="async" width="300" height="170" src="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料Workbench表紙-300x170.jpg" class="attachment-medium size-medium wp-post-image" alt="" loading="lazy" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料Workbench表紙-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料Workbench表紙-1024x581.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料Workbench表紙-768x436.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料Workbench表紙-1536x872.jpg 1536w, https://creativecontentlabtokyo.com/wp-content/uploads/2023/02/20230218_explanatory-material-salesforce-workbench-feature-description-ユーザ説明資料Workbench表紙.jpg 1920w" sizes="auto, (max-width: 300px) 100vw, 300px" /></div><div class="cclt-compat-card__body"><div class="cclt-compat-card__title">要件定義_ユーザ説明資料_Salesforce Workbench（ワークベンチ）機能概要説明」ダウンロード</div><div class="cclt-compat-card__excerpt">本記事では、Creative Content Lab Tokyo（クリエイティブ…</div><span class="cclt-compat-card__readmore">続きを読む</span></div></a></div></p>
<h2>まとめ</h2>
<p><div class="cclt-compat-kaiwa cclt-compat-kaiwa--left"><div class="cclt-compat-kaiwa__icon"><img decoding="async" src="https://creativecontentlabtokyo.com/wp-content/uploads/2024/11/schooldays1.jpg" alt="サポーターさん" loading="lazy" /><span class="cclt-compat-kaiwa__name">サポーターさん</span></div><div class="cclt-compat-kaiwa__bubble" style="background-color:#f4f4e3;"><div class="cclt-compat-kaiwa__text">ブログランキングに参加しましたので、ご支援していただけると幸いです。</div></div></div></p>
<p><a href="https://it.blogmura.com/ranking/in?p_cid=11084904" target="_blank" rel="noopener noreferrer"><img loading="lazy" decoding="async" src="https://b.blogmura.com/banner-blogmura-portfolio.svg" alt="にほんブログ村 IT技術ブログへ" width="88" height="31" border="0" /></a><br />
<a href="https://it.blogmura.com/ranking/in?p_cid=11084904" rel="noopener">にほんブログ村</a></p>
		<div class="wpulike wpulike-animated-heart " ><div class="wp_ulike_general_class wp_ulike_is_restricted"><button type="button"
					aria-label="いいねボタン"
					data-ulike-id="4427"
					data-ulike-nonce="73c2863d78"
					data-ulike-type="post"
					data-ulike-template="wpulike-animated-heart"
					data-ulike-display-likers=""
					data-ulike-likers-style="popover"
					data-ulike-append="&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop one&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop two&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop three&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop four&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop five&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop six&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop seven&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop eight&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop nine&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;"
					class="wp_ulike_btn wp_ulike_put_image wp_post_btn_4427"><svg class="wpulike-svg-heart wpulike-svg-heart-icon" viewBox="0 -28 512.00002 512" xmlns="http://www.w3.org/2000/svg"><path
						d="m471.382812 44.578125c-26.503906-28.746094-62.871093-44.578125-102.410156-44.578125-29.554687 0-56.621094 9.34375-80.449218 27.769531-12.023438 9.300781-22.917969 20.679688-32.523438 33.960938-9.601562-13.277344-20.5-24.660157-32.527344-33.960938-23.824218-18.425781-50.890625-27.769531-80.445312-27.769531-39.539063 0-75.910156 15.832031-102.414063 44.578125-26.1875 28.410156-40.613281 67.222656-40.613281 109.292969 0 43.300781 16.136719 82.9375 50.78125 124.742187 30.992188 37.394531 75.535156 75.355469 127.117188 119.3125 17.613281 15.011719 37.578124 32.027344 58.308593 50.152344 5.476563 4.796875 12.503907 7.4375 19.792969 7.4375 7.285156 0 14.316406-2.640625 19.785156-7.429687 20.730469-18.128907 40.707032-35.152344 58.328125-50.171876 51.574219-43.949218 96.117188-81.90625 127.109375-119.304687 34.644532-41.800781 50.777344-81.4375 50.777344-124.742187 0-42.066407-14.425781-80.878907-40.617188-109.289063zm0 0" /></svg></button><span class="count-box wp_ulike_counter_up" data-ulike-counter-value="+5"></span>			</div></div>
	]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>CRM Analyticsを使ったイベントモニタリングログの可視化（Event Monitoring Analytics）</title>
		<link>https://creativecontentlabtokyo.com/how-to-setup-salefsorce-event-monitoring-log-analytics/</link>
		
		<dc:creator><![CDATA[セールスフォース標準化推進ラボ]]></dc:creator>
		<pubDate>Wed, 31 Aug 2022 06:02:12 +0000</pubDate>
				<category><![CDATA[Tips集]]></category>
		<category><![CDATA[製品・サービス]]></category>
		<category><![CDATA[CRM Analytics]]></category>
		<category><![CDATA[Event Monitoring Analytics]]></category>
		<category><![CDATA[Tableau CRM]]></category>
		<category><![CDATA[イベントモニタリングログ]]></category>
		<category><![CDATA[可視化]]></category>
		<guid isPermaLink="false">https://creativecontentlabtokyo.com/?p=3962</guid>

					<description><![CDATA[今回は、CRM Analytics（旧Tableau CRM）を使ったイベントモニタリングの可視化の手順について説明していきます。 Event Monitori…]]></description>
										<content:encoded><![CDATA[<p>今回は、CRM Analytics（旧Tableau CRM）を使ったイベントモニタリングの可視化の手順について説明していきます。</p>
<p>Event Monitoring Analyticsという機能を利用します。この機能は、イベントモニタリングライセンスを購入されていれば利用可能となっています。</p>
<p>※ライセンスを購入されている場合、イベントモニタリングログの取得と合わせて、CRM Analytics（旧Tableau CRM）の機能が利用可能となりますが、CRM Analyticsの利用については、イベントモニタリングに関する分析だけの用途に限られます。</p>
<p>（補足）Trailheadでは、以下のモジュールで取り上げられています。</p>
<p><div class="cclt-compat-cmemo" style="background-color:#fafafa;color:#757575;border:px solid ;"><span class="cclt-compat-cmemo__icon fa fa-file-text-o" style="color:#BDBDBD;"></span><div class="cclt-compat-cmemo__text">Salesforce Trailhead 公式「<a href="https://trailhead.salesforce.com/ja/content/learn/modules/event_monitoring_analytics" rel="noopener">Event Monitoring Analytics アプリケーション</a>」</div></div></p>
<p>設定は以下の手順で実施します。</p>
<p><div class="cclt-compat-mybox st-mybox-class st-title-under st-list-no st-list-border" style="background-color:;border:3px solid #f3f3f3;border-radius:5px;margin:25px 0 25px 0;"><div class="cclt-compat-mybox__title" style="color:#757575;">簡単な流れ</div><div class="cclt-compat-mybox__content"></p>
<ol>
<li>事前準備（前提条件の確認）</li>
<li>イベントモニタリングの有効化</li>
<li>利用者の権限設定</li>
<li>CRM Analyticsの設定</li>
<li>ジョブスケジュールの設定</li>
<li>ダッシュボードの実行</li>
</ol>
<p></div></div></p>
<h2>1.事前準備（前提条件の確認）</h2>
<p>Event Monitoring Analytics（CRM Analytics）を利用するためには、ユーザのロール階層を設定していることが前提条件となっています。</p>
<p>要件詳細（以下、Salesforce公式サイトHELPより）</p>
<ul>
<li>ロール階層には 2 レベル以上含まれている必要があります。</li>
<li>ユーザにはロールを割り当てる必要があります。</li>
<li>階層の各レベルには、少なくとも 1 人のユーザが割り当てられている必要があります。</li>
</ul>
<p><div class="cclt-compat-cmemo" style="background-color:#fafafa;color:#757575;border:px solid ;"><span class="cclt-compat-cmemo__icon fa fa-file-text-o" style="color:#BDBDBD;"></span><div class="cclt-compat-cmemo__text">Salesforce 公式HELPサイト「<a href="https://help.salesforce.com/s/articleView?id=000322012&amp;type=1" rel="noopener">テンプレート Tableau CRM アプリケーションのロール階層の要件</a>」</div></div></p>
<p>上記要件を満たさず、ロールが正しく設定されていない場合、作成したデータフローを実行すると以下のエラーが発生します。</p>
<p><span style="color: #ff0000;">&#8220;Something went wrong while executing the FlattenRole node: parent_field does not have any data.&#8221;</span></p>
<p>Event Monitoring Analyticsを利用するSalesforce組織で正しくロールが設定されているか確認しておきましょう。</p>
<p>手順①システム管理者でSalesforceにログインし、設定-&gt;ユーザ-&gt;ロールを実行して、最上位のデフォルトの組織名の下に2階層以上のロールが設定されていることを確認します。</p>
<p>ロール階層が設定されていない場合は、新規ロールを追加しておきます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-ロール階層の設定.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3966" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-ロール階層の設定.jpg" alt="" width="1920" height="762" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-ロール階層の設定.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-ロール階層の設定-300x119.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-ロール階層の設定-1024x406.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-ロール階層の設定-768x305.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-ロール階層の設定-1536x610.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>要件3は、各ロールには1ユーザは割り当てている必要があるということで、各ロールの割り当てを確認していきましょう。</p>
<p>選択済みユーザが1名以上選択されていることを確認し、問題がなければ他のロールも確認しておきましょう。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-ロール階層への割り当て.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3967" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-ロール階層への割り当て.jpg" alt="" width="1920" height="893" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-ロール階層への割り当て.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-ロール階層への割り当て-300x140.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-ロール階層への割り当て-1024x476.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-ロール階層への割り当て-768x357.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-ロール階層への割り当て-1536x714.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>最後に要件2にあるように、ユーザにロールが正しく割り当てられているか確認しておきましょう。</p>
<p>ロールが割り当たっていないユーザがいる場合は、割り当てをしておいてください。</p>
<p>以上で、前提条件の確認が終了となります。</p>
<h3>イベントモニタリングを利用可能な組織を持っていない場合</h3>
<p>TrailheadでEvent Monitoring Log Analyticsを検証可能な組織を作成することができます。</p>
<p>手順①以下のサイトへ接続します。</p>
<p><div class="cclt-compat-cmemo" style="background-color:#fafafa;color:#757575;border:px solid ;"><span class="cclt-compat-cmemo__icon fa fa-file-text-o" style="color:#BDBDBD;"></span><div class="cclt-compat-cmemo__text">「<a href="https://trailhead.salesforce.com/ja/promo/orgs/analytics-de" rel="noopener">Learn CRM Analytics with Trailhead</a>」</div></div></p>
<p>手順②LEARN CRM ANALYTICS WITH TRAILHEADサイトを表示したら、右側の欄に必要な情報を入力します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-Trial.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3974" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-Trial.jpg" alt="" width="1920" height="1115" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-Trial.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-Trial-300x174.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-Trial-1024x595.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-Trial-768x446.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-Trial-1536x892.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>以下の内容を登録します。</p>
<ul>
<li>First Name：名</li>
<li>Last Name：姓</li>
<li>Email address：メールアドレス</li>
<li>Role:役割を選択</li>
<li>Company：会社名</li>
<li>Country：Japan（日本）を選択</li>
<li>Postal Code：郵便番号</li>
<li>Username：ログインユーザのユーザ名を指定（メールアドレス形式）</li>
</ul>
<p>手順②登録が完了したら、以下のような画面が表示されますので、しばらくしてメールを確認してみてください。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-トライアル-セットアップ開始.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3975" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-トライアル-セットアップ開始.jpg" alt="" width="1673" height="557" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-トライアル-セットアップ開始.jpg 1673w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-トライアル-セットアップ開始-300x100.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-トライアル-セットアップ開始-1024x341.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-トライアル-セットアップ開始-768x256.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-トライアル-セットアップ開始-1536x511.jpg 1536w" sizes="auto, (max-width: 1673px) 100vw, 1673px" /></a></p>
<p>手順③アクティベーションメールを受信したら、メール本文にある <strong>[アカウントを確認]</strong> をクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-トライアル-メール.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3979" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-トライアル-メール.jpg" alt="" width="1920" height="1064" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-トライアル-メール.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-トライアル-メール-300x166.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-トライアル-メール-1024x567.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-トライアル-メール-768x426.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-トライアル-メール-1536x851.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順④パスワードの変更画面で新しいパスワードを設定します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-トライアル-パスワード設定.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-3978" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-トライアル-パスワード設定.jpg" alt="" width="349" height="589" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-トライアル-パスワード設定.jpg 964w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-トライアル-パスワード設定-178x300.jpg 178w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-トライアル-パスワード設定-607x1024.jpg 607w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-トライアル-パスワード設定-768x1296.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-トライアル-パスワード設定-910x1536.jpg 910w" sizes="auto, (max-width: 349px) 100vw, 349px" /></a></p>
<p>手順⑤Salesforce組織にログインしたら、アプリケーションからAnalytics Studioが利用できることが確認できます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-トライアル-Analytics-Studio2.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3980" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-トライアル-Analytics-Studio2.jpg" alt="" width="1920" height="1100" /></a></p>
<h2>2.イベントモニタリングの有効化</h2>
<p>イベントモニタリング設定の有効化を行います。</p>
<p>手順①設定-&gt;セキュリティ-&gt;イベントモニタリング-&gt;イベントモニタリング設定の順に実行します。</p>
<p>以下の画面で、Analytics アプリケーションでイベントログデータを表示を無効から有効に変更します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-イベントモニタリング有効化-1.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3989" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-イベントモニタリング有効化-1.jpg" alt="" width="1920" height="1098" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-イベントモニタリング有効化-1.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-イベントモニタリング有効化-1-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-イベントモニタリング有効化-1-1024x586.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-イベントモニタリング有効化-1-768x439.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-イベントモニタリング有効化-1-1536x878.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>イベントモニタリングデータを削除することが必要な場合は、合わせて有効化しておきます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-イベントモニタリング設定（有効化後）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3986" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-イベントモニタリング設定（有効化後）.jpg" alt="" width="1920" height="798" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-イベントモニタリング設定（有効化後）.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-イベントモニタリング設定（有効化後）-300x125.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-イベントモニタリング設定（有効化後）-1024x426.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-イベントモニタリング設定（有効化後）-768x319.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-イベントモニタリング設定（有効化後）-1536x638.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>イベントマネージャをクリックすると以下の画面に遷移します。</p>
<p>こちらの画面では、「データストリーム」または「データを保存する」設定が可能です。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-イベントマネージャ.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3985" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-イベントマネージャ.jpg" alt="" width="1920" height="1173" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-イベントマネージャ.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-イベントマネージャ-300x183.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-イベントマネージャ-1024x626.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-イベントマネージャ-768x469.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-イベントマネージャ-1536x938.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>上記画面に定義されている内容となりますが、取得できるイベントの種類は以下のようなものがあります。</p>
<table style="width: 100%; height: 853px;" width="1245">
<tbody>
<tr style="height: 10px;">
<td style="height: 10px; background-color: #1e2fe8; text-align: center;"><span style="color: #ffffff;">イベント種類</span></td>
<td style="height: 10px; background-color: #1e2fe8; text-align: center;"><span style="color: #ffffff;">説明</span></td>
</tr>
<tr style="height: 10px;" data-row-key-value="Api" aria-selected="false" data-row-number="1">
<td style="height: 10px;" width="323">API イベント</td>
<td style="height: 10px;" width="922">組織のユーザ API クエリを追跡する</td>
</tr>
<tr style="height: 42px;" data-row-key-value="ApiAnomaly" aria-selected="false" data-row-number="2">
<td style="height: 42px;">API 異常イベント</td>
<td style="height: 42px;">ユーザが API コールを行う方法の異常を追跡する</td>
</tr>
<tr style="height: 42px;" data-row-key-value="BulkApiResult" aria-selected="false" data-row-number="3">
<td style="height: 42px;">Bulk API 結果イベント</td>
<td style="height: 42px;">ユーザがいつ Bulk API 要求の結果をダウンロードしたのかを追跡する</td>
</tr>
<tr style="height: 42px;" data-row-key-value="IdentityProvider" aria-selected="false" data-row-number="4">
<td style="height: 42px;">ID プロバイダイベント</td>
<td style="height: 42px;">ID プロバイダ活動を追跡</td>
</tr>
<tr style="height: 42px;" data-row-key-value="IdentityVerification" aria-selected="false" data-row-number="5">
<td style="height: 42px;">ID 検証イベント</td>
<td style="height: 42px;">ユーザがいつ ID を検証したかを追跡する</td>
</tr>
<tr style="height: 65px;" data-row-key-value="LightningUri" aria-selected="false" data-row-number="6">
<td style="height: 65px;">Lightning URI イベント</td>
<td style="height: 65px;">ユーザがいつ Salesforce Lightning でレコードを作成、アクセス、更新、または削除したかを追跡する</td>
</tr>
<tr style="height: 42px;" data-row-key-value="LoginAs" aria-selected="false" data-row-number="7">
<td style="height: 42px;">LoginAs イベント</td>
<td style="height: 42px;">システム管理者がいつ別のユーザとして組織にログインしたかを追跡する</td>
</tr>
<tr style="height: 65px;" data-row-key-value="Uri" aria-selected="false" data-row-number="8">
<td style="height: 65px;">URI イベント</td>
<td style="height: 65px;">ユーザがいつ Salesforce Classic でレコードを作成、アクセス、更新、または削除したかを追跡する</td>
</tr>
<tr style="height: 65px;" data-row-key-value="CredentialStuffing" aria-selected="false" data-row-number="9">
<td style="height: 65px;">クレデンシャルスタッフィングイベント</td>
<td style="height: 65px;">識別されたクレデンシャルスタッフィング攻撃中にユーザがいつ Salesforce に正常にログインしたかを追跡する</td>
</tr>
<tr style="height: 65px;" data-row-key-value="SessionHijacking" aria-selected="false" data-row-number="10">
<td style="height: 65px;">セッションハイジャックイベント</td>
<td style="height: 65px;">未承認ユーザがいつ盗難したセッション識別子を使用して Salesforce ユーザのセッションの所有権を取得したかを追跡する</td>
</tr>
<tr style="height: 42px;" data-row-key-value="ListView" aria-selected="false" data-row-number="11">
<td style="height: 42px;">リストビューイベント</td>
<td style="height: 42px;">ユーザがいつリストビューでデータにアクセスしたかを追跡する</td>
</tr>
<tr style="height: 65px;" data-row-key-value="Report" aria-selected="false" data-row-number="12">
<td style="height: 65px;">レポートイベント</td>
<td style="height: 65px;">ユーザがいつレポートにアクセスしたか、またはレポートのデータをエクスポートしたかを追跡する</td>
</tr>
<tr style="height: 42px;" data-row-key-value="ReportAnomaly" aria-selected="false" data-row-number="13">
<td style="height: 42px;">レポート異常イベント</td>
<td style="height: 42px;">ユーザがレポートを実行またはエクスポートする方法の異常を追跡する</td>
</tr>
<tr style="height: 42px;" data-row-key-value="Logout" aria-selected="false" data-row-number="14">
<td style="height: 42px;">ログアウトイベント</td>
<td style="height: 42px;">ユーザがいつ Salesforce UI で [ログアウト] をクリックしたかを追跡する</td>
</tr>
<tr style="height: 42px;" data-row-key-value="Login" aria-selected="false" data-row-number="15">
<td style="height: 42px;">ログインイベント</td>
<td style="height: 42px;">ユーザがいつ組織にログインしたかを追跡する</td>
</tr>
<tr style="height: 65px;" data-row-key-value="ConcurLongRunApexErrEvent" aria-selected="false" data-row-number="16">
<td style="height: 65px;">実行時間が長い同時 Apex エラーイベント</td>
<td style="height: 65px;">実行時間が長い同時 Apex エラーがいつ発生したかを追跡する</td>
</tr>
<tr style="height: 65px;" data-row-key-value="PermissionSet" aria-selected="false" data-row-number="17">
<td style="height: 65px;">権限セットイベント (ベータ)</td>
<td style="height: 65px;">権限セットを通じてユーザがいつ「すべてのデータの編集」権限または「すべてのデータの参照」権限を割り当てられたかを追跡する</td>
</tr>
</tbody>
</table>
<h2>3.利用者の権限設定</h2>
<p>続いては、Analytics CRMを利用するための権限セットの設定を行います。</p>
<p>手順①権限セットを実行すると、以下2つの権限セットが用意されているのを確認できます。</p>
<p>・Event Monitoring Analytics ユーザ：Event Monitoring アプリケーションを表示することが可能</p>
<p>・Event Monitoring Analytics 管理者：Event Monitoring アプリケーションとデータフローを作成およびカスタマイズします。</p>
<p>※Event Monitoring Analytics Appsのライセンスがない場合には表示されません。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-権限セット一覧.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3984" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-権限セット一覧.jpg" alt="" width="1920" height="1024" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-権限セット一覧.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-権限セット一覧-300x160.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-権限セット一覧-1024x546.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-権限セット一覧-768x410.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-権限セット一覧-1536x819.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順②まずは「Event Monitoring Analytics 管理者」をクリックして、以下の画面を表示したら、割り当ての管理をクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-管理者.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3983" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-管理者.jpg" alt="" width="1920" height="845" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-管理者.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-管理者-300x132.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-管理者-1024x451.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-管理者-768x338.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-管理者-1536x676.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順③割り当ての管理画面で、管理者のユーザを追加します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-管理者の割り当て設定.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3982" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-管理者の割り当て設定.jpg" alt="" width="1920" height="414" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-管理者の割り当て設定.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-管理者の割り当て設定-300x65.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-管理者の割り当て設定-1024x221.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-管理者の割り当て設定-768x166.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-管理者の割り当て設定-1536x331.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順④手順②、③と同様に「Event Monitoring Analytics ユーザ」についても必要なユーザを割り当てます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-ユーザの割り当て設定.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3990" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-ユーザの割り当て設定.jpg" alt="" width="1920" height="818" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-ユーザの割り当て設定.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-ユーザの割り当て設定-300x128.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-ユーザの割り当て設定-1024x436.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-ユーザの割り当て設定-768x327.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-ユーザの割り当て設定-1536x654.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h2>4.CRM Analyticsの設定</h2>
<p>ここからは、CRM Analytics側での作業となります。</p>
<p>Event Monitoring Log分析用のテンプレートが用意されているので、これを利用することで、簡単に分析アプリケーションを作成することができます。</p>
<p>手順①アプリケーションからAnalytics Studioを実行します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-トライアル-Analytics-Studio2.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3980" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-CRM-トライアル-Analytics-Studio2.jpg" alt="" width="1920" height="1100" /></a></p>
<p>手順②Analytics Studio起動後、作成メニューからアプリケーションを実行します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Studio新規アプリ.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4003" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Studio新規アプリ.jpg" alt="" width="1920" height="1107" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Studio新規アプリ.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Studio新規アプリ-300x173.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Studio新規アプリ-1024x590.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Studio新規アプリ-768x443.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Studio新規アプリ-1536x886.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順③新規アプリケーションを作成画面では、Event Monitoring Analytics Appのテンプレートを選択します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4001" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App.jpg" alt="" width="1920" height="1092" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-300x171.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-1024x582.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-768x437.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-1536x874.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順④ここからはセットアップウィザードに従って設定していきます。次へをクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4000" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ.jpg" alt="" width="1920" height="1093" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ-300x171.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ-1024x583.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ-768x437.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ-1536x874.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑤ステップ１からステップ6までについて、デフォルトではすべてNoとなっているため、分析したいログはすべて「Yes」に変更します。また期間については最長で30日までとなっているため、今回はすべて30で設定します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-Step1.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4004" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-Step1.jpg" alt="" width="1920" height="1087" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-Step1.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-Step1-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-Step1-1024x580.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-Step1-768x435.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-Step1-1536x870.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>ステップ2：同様にすべてYesで期間を30に設定</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ２.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3999" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ２.jpg" alt="" width="1920" height="1080" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ２.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ２-300x169.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ２-1024x576.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ２-768x432.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ２-1536x864.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>ステップ3：同様にすべてYesで期間を30に設定</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ３.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3998" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ３.jpg" alt="" width="1920" height="1077" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ３.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ３-300x168.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ３-1024x574.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ３-768x431.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ３-1536x862.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>ステップ4：同様にすべてYesで期間を30に設定</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ４.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3997" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ４.jpg" alt="" width="1920" height="1092" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ４.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ４-300x171.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ４-1024x582.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ４-768x437.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ４-1536x874.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>ステップ5：同様にすべてYesで期間を30に設定</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ５.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3996" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ５.jpg" alt="" width="1920" height="1091" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ５.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ５-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ５-1024x582.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ５-768x436.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ５-1536x873.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>ステップ6：同様にすべてYesで期間を30に設定</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ６.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3995" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ６.jpg" alt="" width="1920" height="1091" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ６.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ６-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ６-1024x582.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ６-768x436.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ６-1536x873.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>ステップ7では、「既存のデータセットに新規イベントログファイルを追加するか」チェックボックスはONにします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ７.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3994" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ７.jpg" alt="" width="1920" height="508" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ７.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ７-300x79.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ７-1024x271.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ７-768x203.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ７-1536x406.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>最後にアプリケーションの名前を設定して作成をクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ８.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3993" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ８.jpg" alt="" width="1920" height="404" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ８.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ８-300x63.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ８-1024x215.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ８-768x162.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-セットアップ８-1536x323.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑥作成処理が始まると以下の画面が表示されます。通常30分程度で作成が完了します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-バックエンド処理.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3992" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-バックエンド処理.jpg" alt="" width="1920" height="1104" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-バックエンド処理.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-バックエンド処理-300x173.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-バックエンド処理-1024x589.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-バックエンド処理-768x442.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-バックエンド処理-1536x883.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑦処理が正常終了した場合は、以下のように処理結果で「0 failed」となっています。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-完了通知2.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4006" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-完了通知2.jpg" alt="" width="1681" height="1146" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-完了通知2.jpg 1681w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-完了通知2-300x205.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-完了通知2-1024x698.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-完了通知2-768x524.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-完了通知2-1536x1047.jpg 1536w" sizes="auto, (max-width: 1681px) 100vw, 1681px" /></a></p>
<p>また完了通知のメールも届きます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-完了通知.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4007" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-完了通知.jpg" alt="" width="1920" height="1186" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-完了通知.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-完了通知-300x185.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-完了通知-1024x633.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-完了通知-768x474.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Event-Monitoring-Analytics-App-完了通知-1536x949.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>メールには、以下のような結果ログが出力されています。</p>
<p>Organization check complete<br />
No application assets marked in-progress.<br />
Completed adding template dependencies<br />
ID [ｘｘｘｘ] のフォルダ [Event Monitoring Log Analytics] が正常に作成されました<br />
データセット [ApexCallout] は正常に作成されました。<br />
データセット [ApexCalloutWithUsers] は正常に作成されました。<br />
データセット [ApexRestApi] は正常に作成されました。<br />
データセット [ApexRestApiWithUsers] は正常に作成されました。<br />
データセット [ApexSoap] は正常に作成されました。<br />
データセット [ApexSoapWithUsers] は正常に作成されました。<br />
データセット [ApexTrigger] は正常に作成されました。<br />
データセット [ApexTriggerWithUsers] は正常に作成されました。<br />
データセット [ApexExecution] は正常に作成されました。<br />
データセット [ApexExecutionWithUsers] は正常に作成されました。<br />
データセット [ApexUnexpectedException] は正常に作成されました。<br />
データセット [<wbr />ApexUnexpectedExceptionStageCo<wbr />py] は正常に作成されました。<br />
データセット [API] は正常に作成されました。<br />
データセット [APIWithUsers] は正常に作成されました。<br />
データセット [BulkApi] は正常に作成されました。</p>
<p>&#8230;.（※一部のみ抜粋）</p>
<p>処理が失敗した場合は、エラー内容に応じて設定の見直しを実施してください。</p>
<h2>5.ジョブスケジュールの設定</h2>
<p>オブジェクトの情報を定期的に更新するためにジョブのスケジュールを設定します。</p>
<p>手順①Analytics Studioの画面から、データマネージャのメニューをクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Studio新規アプリ.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4003" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Studio新規アプリ.jpg" alt="" width="1920" height="1107" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Studio新規アプリ.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Studio新規アプリ-300x173.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Studio新規アプリ-1024x590.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Studio新規アプリ-768x443.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-Studio新規アプリ-1536x886.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順②データマネージャ画面は、ジョブ監視画面とデータフロー管理画面の2つがあります。</p>
<p>以下が、ジョブ監視画面です。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-データマネージャ画面.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4011" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-データマネージャ画面.jpg" alt="" width="1920" height="1097" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-データマネージャ画面.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-データマネージャ画面-300x171.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-データマネージャ画面-1024x585.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-データマネージャ画面-768x439.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-データマネージャ画面-1536x878.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>データフロー管理画面（ジョブ監視画面でデータフローを管理を実行）</p>
<p>データフローとレシピのメニューをクリックすると、作成したアプリケーションのデータフロー「AppendDataflow」が作成されているので、未スケジュールの隣の▼メニューをクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-データフローとレシピ.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4009" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-データフローとレシピ.jpg" alt="" width="1920" height="1103" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-データフローとレシピ.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-データフローとレシピ-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-データフローとレシピ-1024x588.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-データフローとレシピ-768x441.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-データフローとレシピ-1536x882.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順③スケジュールの設定画面で、データ更新のスケジュールを設定します。</p>
<p>スケジュールモード：「時間ベース」か「イベントベース」</p>
<p>スケジュール基準：分、時間、週、月</p>
<p>開始：時間を選択</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-スケジュール.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4008" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-スケジュール.jpg" alt="" width="1614" height="915" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-スケジュール.jpg 1614w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-スケジュール-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-スケジュール-1024x581.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-スケジュール-768x435.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-スケジュール-1536x871.jpg 1536w" sizes="auto, (max-width: 1614px) 100vw, 1614px" /></a></p>
<p>スケジュールが設定されると以下のように次の実行日程が表示されます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-スケジュール済み.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4013" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-スケジュール済み.jpg" alt="" width="1920" height="539" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-スケジュール済み.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-スケジュール済み-300x84.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-スケジュール済み-1024x287.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-スケジュール済み-768x216.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-スケジュール済み-1536x431.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h2>6.ダッシュボードの実行</h2>
<p>最後にAnalytics Studioの画面から、ダッシュボードを実行してみます。</p>
<p>※デフォルトで用意されているものがいくつかあります。それ以外にも自分でダッシュボードを作成することもできます。</p>
<p>手順①作成したアプリケーション「Event Monitoring Log Analytics」選択し、アプリケーションに含まれているダッシュボードを表示します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-ダッシュボード実行.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4017" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-ダッシュボード実行.jpg" alt="" width="1920" height="1068" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-ダッシュボード実行.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-ダッシュボード実行-300x167.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-ダッシュボード実行-1024x570.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-ダッシュボード実行-768x427.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-ダッシュボード実行-1536x854.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>ダッシュボード実行例</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-APIダッシュボード.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4019" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-APIダッシュボード.jpg" alt="" width="1920" height="1027" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-APIダッシュボード.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-APIダッシュボード-300x160.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-APIダッシュボード-1024x548.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-APIダッシュボード-768x411.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-APIダッシュボード-1536x822.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-APIダッシュボード２.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4018" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-APIダッシュボード２.jpg" alt="" width="1920" height="1107" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-APIダッシュボード２.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-APIダッシュボード２-300x173.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-APIダッシュボード２-1024x590.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-APIダッシュボード２-768x443.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Trailhead-Analytics-Event-Monitoring-Analytics-APIダッシュボード２-1536x886.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h2>注意事項（補足）</h2>
<p>イベントモニタリングログは、1カ月間しかサーバ上に保存されないため、過去ログをずっと保管しておく要件がある場合には、別途イベントモニタリングログをCSVでダウンロードしておく必要があります。</p>
<p>Salesforce Event Log File Browserを使った、CSVログファイルのダウンロード手順は以下となります。</p>
<p>手順①Salesforce組織にログインします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/05/external-websites-available-on-lightning-launchpad-1-ホーム画面へ遷移.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3264" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/05/external-websites-available-on-lightning-launchpad-1-ホーム画面へ遷移.jpg" alt="" width="1920" height="1110" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/05/external-websites-available-on-lightning-launchpad-1-ホーム画面へ遷移.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/05/external-websites-available-on-lightning-launchpad-1-ホーム画面へ遷移-300x173.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/05/external-websites-available-on-lightning-launchpad-1-ホーム画面へ遷移-1024x592.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/05/external-websites-available-on-lightning-launchpad-1-ホーム画面へ遷移-768x444.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/05/external-websites-available-on-lightning-launchpad-1-ホーム画面へ遷移-1536x888.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順②次にブラウザのタブを追加して、以下のURLへ接続します。</p>
<p>https://salesforce-elf.herokuapp.com/</p>
<p>手順③以下画面にて、ログインIDとパスワードを入力します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/01/microsoft-visual-studio-code-setup-install-ログイン認証.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-2566" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/01/microsoft-visual-studio-code-setup-install-ログイン認証.jpg" alt="" width="350" height="433" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/01/microsoft-visual-studio-code-setup-install-ログイン認証.jpg 819w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/01/microsoft-visual-studio-code-setup-install-ログイン認証-243x300.jpg 243w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/01/microsoft-visual-studio-code-setup-install-ログイン認証-768x950.jpg 768w" sizes="auto, (max-width: 350px) 100vw, 350px" /></a></p>
<p>手順④elf browserに対して、アクセス許可を実行します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Event-log-file-Browser-アクセス許可.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-3970" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Event-log-file-Browser-アクセス許可.jpg" alt="" width="351" height="381" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Event-log-file-Browser-アクセス許可.jpg 1014w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Event-log-file-Browser-アクセス許可-276x300.jpg 276w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Event-log-file-Browser-アクセス許可-941x1024.jpg 941w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Event-log-file-Browser-アクセス許可-768x835.jpg 768w" sizes="auto, (max-width: 351px) 100vw, 351px" /></a></p>
<p>手順⑤Salesforce Event Log File Browserの画面が表示されたら、接続先を選択します。</p>
<p>本番環境の場合：Productionを選択 ,サンドボックスの場合：Sandboxを選択</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Event-log-file-Browser.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3971" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Event-log-file-Browser.jpg" alt="" width="1920" height="489" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Event-log-file-Browser.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Event-log-file-Browser-300x76.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Event-log-file-Browser-1024x261.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Event-log-file-Browser-768x196.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Event-log-file-Browser-1536x391.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑥ログイン後には、以下の画面が表示されます。</p>
<p>・DataRange：ログを検索する範囲を指定</p>
<p>・EventType：検索対象のイベントタイプを指定</p>
<p>・Interval：ログのインターバルを指定</p>
<p>上記の条件を指定後、Applyボタンをクリックすると対象のログが一覧表示されます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Event-log-file-Browser-ホーム画面.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3969" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Event-log-file-Browser-ホーム画面.jpg" alt="" width="1920" height="1321" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Event-log-file-Browser-ホーム画面.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Event-log-file-Browser-ホーム画面-300x206.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Event-log-file-Browser-ホーム画面-1024x705.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Event-log-file-Browser-ホーム画面-768x528.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Event-log-file-Browser-ホーム画面-1536x1057.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑦上記検索結果の一覧からAction欄から、CSVダウンロードか、cURL Shell Scriptのダウンロードが実行可能です。</p>
<p>cURL Shell Scriptをダウンロードした場合、以下のようなスクリプトが出力されます。</p>
<pre class=""><code class="language-apex code_break">#!/usr/bin/env sh

# A script that downloads an event log file
# Requires cURL http://curl.haxx.se/

# Event Type: Login
# Log Date: 2022-08-30
# File Size (in Bytes): 730.0
curl --compressed "https://{instance_url}/services/data/v32.0/sobjects/EventLogFile/0AT5h00002T6QHAGA3/LogFile" -H "Authorization: Bearer 00D5h000004bsqk!AQwAQKi.Ac5bmBi4LjUIaHZpPse5NF4Z61cA8uTjeDVsP....." -o "2022-08-30_Login.csv"
</code></pre>
<p>CSVダウンロードすると以下のようなログが出力可能です。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Event-log-file-Browser-ダウンロードCSVログ.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3968" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Event-log-file-Browser-ダウンロードCSVログ.jpg" alt="" width="1920" height="898" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Event-log-file-Browser-ダウンロードCSVログ.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Event-log-file-Browser-ダウンロードCSVログ-300x140.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Event-log-file-Browser-ダウンロードCSVログ-1024x479.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Event-log-file-Browser-ダウンロードCSVログ-768x359.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/20220831-How-to-setup-Salefsorce-Event-Monitoring-Log-Analytics-Event-log-file-Browser-ダウンロードCSVログ-1536x718.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>上記CSVファイルを過去ログとして保存したり、別のシステムへ取り込んで分析して利用することができます。</p>
<h2>（補足）参考URL</h2>
<p>参考URL</p>
<p><div class="cclt-compat-cmemo" style="background-color:#fafafa;color:#757575;border:px solid ;"><span class="cclt-compat-cmemo__icon fa fa-file-text-o" style="color:#BDBDBD;"></span><div class="cclt-compat-cmemo__text">Salesforce Trailhead 公式「<a href="https://trailhead.salesforce.com/ja/content/learn/modules/event_monitoring_analytics" rel="noopener">Event Monitoring Analytics アプリケーション</a>」</div></div></p>
<p><div class="cclt-compat-cmemo" style="background-color:#fafafa;color:#757575;border:px solid ;"><span class="cclt-compat-cmemo__icon fa fa-file-text-o" style="color:#BDBDBD;"></span><div class="cclt-compat-cmemo__text">Salesforce Trailhead 公式「<a href="https://trailhead.salesforce.com/ja/content/learn/modules/event_monitoring/event_monitoring_download" rel="noopener">イベントログファイルのダウンロードと視覚化</a>」</div></div></p>
<h2>まとめ</h2>
<p>今回は、CRM Analyticsを使ったイベントモニタリングログの分析方法を紹介しました。</p>
<p>Event Monitoring Analyticsを利用することで、イベントモニタリングのログファイルをダウンロードして、解析するプログラムを自作する必要もなく、設定だけで簡単に利用できるため、ライセンスがある場合にはぜひ有効活用してみてください。</p>
<p><div class="cclt-compat-kaiwa cclt-compat-kaiwa--left"><div class="cclt-compat-kaiwa__icon"><img decoding="async" src="https://creativecontentlabtokyo.com/wp-content/uploads/2024/11/schooldays1.jpg" alt="サポーターさん" loading="lazy" /><span class="cclt-compat-kaiwa__name">サポーターさん</span></div><div class="cclt-compat-kaiwa__bubble" style="background-color:#f4f4e3;"><div class="cclt-compat-kaiwa__text">ブログランキングに参加しましたので、ご支援していただけると幸いです。</div></div></div></p>
<p><a href="https://it.blogmura.com/ranking/in?p_cid=11084904" target="_blank" rel="noopener noreferrer"><img loading="lazy" decoding="async" src="https://b.blogmura.com/banner-blogmura-portfolio.svg" alt="にほんブログ村 IT技術ブログへ" width="88" height="31" border="0" /></a><br />
<a href="https://it.blogmura.com/ranking/in?p_cid=11084904" rel="noopener">にほんブログ村</a></p>
		<div class="wpulike wpulike-animated-heart " ><div class="wp_ulike_general_class wp_ulike_is_restricted"><button type="button"
					aria-label="いいねボタン"
					data-ulike-id="3962"
					data-ulike-nonce="71b3c93607"
					data-ulike-type="post"
					data-ulike-template="wpulike-animated-heart"
					data-ulike-display-likers=""
					data-ulike-likers-style="popover"
					data-ulike-append="&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop one&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop two&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop three&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop four&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop five&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop six&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop seven&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop eight&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop nine&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;"
					class="wp_ulike_btn wp_ulike_put_image wp_post_btn_3962"><svg class="wpulike-svg-heart wpulike-svg-heart-icon" viewBox="0 -28 512.00002 512" xmlns="http://www.w3.org/2000/svg"><path
						d="m471.382812 44.578125c-26.503906-28.746094-62.871093-44.578125-102.410156-44.578125-29.554687 0-56.621094 9.34375-80.449218 27.769531-12.023438 9.300781-22.917969 20.679688-32.523438 33.960938-9.601562-13.277344-20.5-24.660157-32.527344-33.960938-23.824218-18.425781-50.890625-27.769531-80.445312-27.769531-39.539063 0-75.910156 15.832031-102.414063 44.578125-26.1875 28.410156-40.613281 67.222656-40.613281 109.292969 0 43.300781 16.136719 82.9375 50.78125 124.742187 30.992188 37.394531 75.535156 75.355469 127.117188 119.3125 17.613281 15.011719 37.578124 32.027344 58.308593 50.152344 5.476563 4.796875 12.503907 7.4375 19.792969 7.4375 7.285156 0 14.316406-2.640625 19.785156-7.429687 20.730469-18.128907 40.707032-35.152344 58.328125-50.171876 51.574219-43.949218 96.117188-81.90625 127.109375-119.304687 34.644532-41.800781 50.777344-81.4375 50.777344-124.742187 0-42.066407-14.425781-80.878907-40.617188-109.289063zm0 0" /></svg></button><span class="count-box wp_ulike_counter_up" data-ulike-counter-value="+1"></span>			</div></div>
	]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Talend API TesterのREST APIを使ってLINE WORKSのRest APIをCallする方法</title>
		<link>https://creativecontentlabtokyo.com/how-to-call-rest-api-from-talend-api-tester-to-lineworks/</link>
		
		<dc:creator><![CDATA[セールスフォース標準化推進ラボ]]></dc:creator>
		<pubDate>Fri, 26 Aug 2022 01:29:51 +0000</pubDate>
				<category><![CDATA[Tips集]]></category>
		<category><![CDATA[製品・サービス]]></category>
		<category><![CDATA[IPアドレス制限]]></category>
		<category><![CDATA[LINEWORKS]]></category>
		<category><![CDATA[LINE_WOKRS]]></category>
		<category><![CDATA[OAuth2.0]]></category>
		<category><![CDATA[REST_API]]></category>
		<category><![CDATA[Talend]]></category>
		<category><![CDATA[Talend_API_Tester]]></category>
		<category><![CDATA[接続アプリケーション]]></category>
		<guid isPermaLink="false">https://creativecontentlabtokyo.com/?p=3887</guid>

					<description><![CDATA[今回は、LINE WORKSのREST API (ver2.0）を外部システムからコールするための設定方法、また、Talend API Testerを使って実際…]]></description>
										<content:encoded><![CDATA[<p>今回は、LINE WORKSのREST API (ver2.0）を外部システムからコールするための設定方法、また、Talend API Testerを使って実際にLINE WORKSのAPIを呼び出す手順についてご説明していきます。</p>
<p>※LINE WOKRSは、現在API2.0のバージョンが最新となっていますので、今回はAPI2.0の前提で説明します。</p>
<p>前回ご説明したTalend API Testerを使ってSalesforceのREST APIを外部システムからコールする手順（以下の記事）と同じような手順で、OAuthを利用してアクセストークンを取得し、トークンを使ってAPIを実行する流れとなります。</p>
<p><div class="cclt-compat-card st-no-shadow cclt-compat-card--text"><span class="cclt-compat-card__label" style="background-color:#cccccc;color:#ffffff;">参考</span><a href="https://creativecontentlabtokyo.com/talend-api-tester-saleseforce-oauth-login/" class="cclt-compat-card__link"><div class="cclt-compat-card__thumb"><img decoding="async" width="300" height="169" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-eye-catching-300x169.jpg" class="attachment-medium size-medium wp-post-image" alt="" loading="lazy" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-eye-catching-300x169.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-eye-catching-1024x576.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-eye-catching-768x432.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-eye-catching-1536x864.jpg 1536w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-eye-catching.jpg 1920w" sizes="auto, (max-width: 300px) 100vw, 300px" /></div><div class="cclt-compat-card__body"><div class="cclt-compat-card__title">Talend API TesterのREST APIを使ってSalesforceにOAuthクライアント認証を行う</div><div class="cclt-compat-card__excerpt">外部システムとSalesforceのデータ連携方法のひとつとして、Salesfo…</div><span class="cclt-compat-card__readmore">続きを読む</span></div></a></div></p>
<p><div class="cclt-compat-mybox st-mybox-class st-title-under st-list-no st-list-border" style="background-color:;border:3px solid #f3f3f3;border-radius:5px;margin:25px 0 25px 0;"><div class="cclt-compat-mybox__title" style="color:#757575;">簡単な流れ</div><div class="cclt-compat-mybox__content"></p>
<ol>
<li>LINE WORKSのアカウントセットアップ</li>
<li>2.LINE WORKSの初期設定</li>
<li>LINE WORKS Developersで開発に関する設定を行う</li>
<li>Talend API Testerを使ってLINE WORKSのAPIをコールする</li>
</ol>
<p></div></div></p>
<h2>1.LINE WORKSアカウントのセットアップ</h2>
<p>まずは、LINE WORKSのAPIを利用するために、LINE WORKSのアカウントを用意する必要があります。</p>
<p>既にアカウントをお持ちの場合はそちらを利用していただき、まだお持ちでない場合は、以下のサイトからアカウントを作成してください。</p>
<p>今回の検証で利用するAPIについては、フリープラン（無料）で検証可能です。</p>
<p><div class="cclt-compat-cmemo" style="background-color:#fafafa;color:#757575;border:px solid ;"><span class="cclt-compat-cmemo__icon fa fa-file-text-o" style="color:#BDBDBD;"></span><div class="cclt-compat-cmemo__text">LINE WORKS 公式サイト「<a href="https://line.worksmobile.com/jp/" rel="noopener">アカウントセットアップ</a>」</div></div></p>
<p>料金プランには、FREE（フリー）￥0、STANDARD（スタンダード）￥450、ADVANCED（アドバンスト）￥800の3種類があります。（2022年8月22日時点）</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-1-料金プラン.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3897" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-1-料金プラン.jpg" alt="" width="1920" height="1103" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-1-料金プラン.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-1-料金プラン-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-1-料金プラン-1024x588.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-1-料金プラン-768x441.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-1-料金プラン-1536x882.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>プランの違いは、利用料金のページ下部に以下のように詳細が記載されているのでご確認ください。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-41-プラン相違点.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3900" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-41-プラン相違点.jpg" alt="" width="1920" height="1358" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-41-プラン相違点.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-41-プラン相違点-300x212.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-41-プラン相違点-1024x724.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-41-プラン相違点-768x543.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-41-プラン相違点-1536x1086.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>今回はフリープランで、アカウントのセットアップを行っていきます。</p>
<p>手順①LINE WORKS 公式サイトのトップメニューから「今すぐはじめる」をクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-1-料金プラン.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3897" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-1-料金プラン.jpg" alt="" width="1920" height="1103" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-1-料金プラン.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-1-料金プラン-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-1-料金プラン-1024x588.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-1-料金プラン-768x441.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-1-料金プラン-1536x882.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順②以下のページで「無料ではじめる」をクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-2-フリープラン申込1.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3901" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-2-フリープラン申込1.jpg" alt="" width="1920" height="1100" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-2-フリープラン申込1.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-2-フリープラン申込1-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-2-フリープラン申込1-1024x587.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-2-フリープラン申込1-768x440.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-2-フリープラン申込1-1536x880.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順③続いて、ご自身の所属する企業/団体の情報を選択して、次へをクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-3-業種選択.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3902" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-3-業種選択.jpg" alt="" width="1920" height="1103" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-3-業種選択.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-3-業種選択-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-3-業種選択-1024x588.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-3-業種選択-768x441.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-3-業種選択-1536x882.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順④サービスを利用する企業/団体名を入力します。※会社名を入力すればOK</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-4-団体名入力.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3903" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-4-団体名入力.jpg" alt="" width="1920" height="1102" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-4-団体名入力.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-4-団体名入力-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-4-団体名入力-1024x588.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-4-団体名入力-768x441.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-4-団体名入力-1536x882.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑤名前（姓名）を入力して、次へをクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-5-名前入力.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3909" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-5-名前入力.jpg" alt="" width="1920" height="1099" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-5-名前入力.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-5-名前入力-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-5-名前入力-1024x586.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-5-名前入力-768x440.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-5-名前入力-1536x879.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑥サービスへログインする際に利用する携帯電話番号を入力して次へをクリックします。※携帯電話に認証番号が通知されます。</p>
<p>&nbsp;</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-6-電話番号登録.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3905" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-6-電話番号登録.jpg" alt="" width="1920" height="1104" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-6-電話番号登録.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-6-電話番号登録-300x173.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-6-電話番号登録-1024x589.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-6-電話番号登録-768x442.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-6-電話番号登録-1536x883.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>※携帯電話番号が利用できない場合は、別の方法で新規開設をクリックすると、メールアドレスでのアカウント作成が可能です。</p>
<p>手順⑦登録した携帯電話に4桁の認証番号が届いたら、以下の画面に番号を入力します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-7-認証番号登録.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3906" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-7-認証番号登録.jpg" alt="" width="1920" height="1101" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-7-認証番号登録.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-7-認証番号登録-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-7-認証番号登録-1024x587.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-7-認証番号登録-768x440.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-7-認証番号登録-1536x881.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑧認証が完了すると以下の登録完了画面が表示されます。</p>
<p>作成したサービスを他に利用するメンバーがいる場合は、以下の画面に招待メールアドレスを登録して通知することで招待が可能です。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-8-登録完了.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3907" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-8-登録完了.jpg" alt="" width="1920" height="1101" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-8-登録完了.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-8-登録完了-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-8-登録完了-1024x587.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-8-登録完了-768x440.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-8-登録完了-1536x881.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑧サービスをはじめるをクリックすると、LINE WORKS にログインし、プライバシーポリシー確認画面が表示されるので、「規約に同意してサービスを利用する」をクリックして開始します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-9-プライバシーポリシー同意.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3908" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-9-プライバシーポリシー同意.jpg" alt="" width="1920" height="1094" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-9-プライバシーポリシー同意.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-9-プライバシーポリシー同意-300x171.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-9-プライバシーポリシー同意-1024x583.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-9-プライバシーポリシー同意-768x438.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-9-プライバシーポリシー同意-1536x875.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h2>2.LINE WORKSの初期設定</h2>
<p>アカウントの作成が終わったら、まずはLINE WORKSの初期設定を行います。</p>
<p>手順①以下、LINE WORKSへログイン後の画面で、右上の自分のアイコンをクリックして、メニューを表示し、管理者画面のメニューを実行します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-10-管理者画面へ.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3910" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-10-管理者画面へ.jpg" alt="" width="1920" height="1098" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-10-管理者画面へ.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-10-管理者画面へ-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-10-管理者画面へ-1024x586.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-10-管理者画面へ-768x439.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-10-管理者画面へ-1536x878.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順②以下の管理者画面（Admin）に遷移すると、管理者メニューの実行が可能となります。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-11-管理者メニュートップ.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3911" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-11-管理者メニュートップ.jpg" alt="" width="1920" height="1116" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-11-管理者メニュートップ.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-11-管理者メニュートップ-300x174.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-11-管理者メニュートップ-1024x595.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-11-管理者メニュートップ-768x446.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-11-管理者メニュートップ-1536x893.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順③管理者画面への初回ログイン時には、以下の初期設定のウィザードが表示されるので、今回はこちらを使ってセットアップしていきます。</p>
<p>「はい、設定します」のボタンをクリックして次に進みます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-12-初期設定.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3912" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-12-初期設定.jpg" alt="" width="1920" height="1099" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-12-初期設定.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-12-初期設定-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-12-初期設定-1024x586.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-12-初期設定-768x440.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-12-初期設定-1536x879.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順④業種選択画面ではアカウント作成時に指定した業種が指定されているので、変更がなければ次へ進みます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-13-初期設定.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3913" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-13-初期設定.jpg" alt="" width="1543" height="1122" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-13-初期設定.jpg 1543w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-13-初期設定-300x218.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-13-初期設定-1024x745.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-13-初期設定-768x558.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-13-初期設定-1536x1117.jpg 1536w" sizes="auto, (max-width: 1543px) 100vw, 1543px" /></a></p>
<p>手順⑤次にチーム/部署の情報を設定します。LINE WORKSからAPIで組織情報を取得する検証を行う場合は、部署の情報を設定しておきましょう。</p>
<p>※ここで指定しなくても、あとから個別のメニューで登録することは可能です。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-14-部署作成.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3914" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-14-部署作成.jpg" alt="" width="1525" height="1097" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-14-部署作成.jpg 1525w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-14-部署作成-300x216.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-14-部署作成-1024x737.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-14-部署作成-768x552.jpg 768w" sizes="auto, (max-width: 1525px) 100vw, 1525px" /></a></p>
<p>手順⑥部署を作成したら所属設定をしておきます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-15-所属部署指定.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3915" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-15-所属部署指定.jpg" alt="" width="1534" height="1107" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-15-所属部署指定.jpg 1534w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-15-所属部署指定-300x216.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-15-所属部署指定-1024x739.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-15-所属部署指定-768x554.jpg 768w" sizes="auto, (max-width: 1534px) 100vw, 1534px" /></a></p>
<p>手順⑦今度は、役職/職級を設定します。属性情報としてAPIで取得可能な項目となります。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-16-役職追加.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3916" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-16-役職追加.jpg" alt="" width="1532" height="1097" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-16-役職追加.jpg 1532w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-16-役職追加-300x215.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-16-役職追加-1024x733.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-16-役職追加-768x550.jpg 768w" sizes="auto, (max-width: 1532px) 100vw, 1532px" /></a></p>
<p>手順⑧最後は予約管理対象の設備を設定します。（会議室など）</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-17-予約管理必要な設備.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3917" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-17-予約管理必要な設備.jpg" alt="" width="1524" height="1108" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-17-予約管理必要な設備.jpg 1524w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-17-予約管理必要な設備-300x218.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-17-予約管理必要な設備-1024x744.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-17-予約管理必要な設備-768x558.jpg 768w" sizes="auto, (max-width: 1524px) 100vw, 1524px" /></a></p>
<p>手順⑨設定が完了すると以下の完了画面に遷移します。掲示板は今回は利用しないので、追加しなくても構いません。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-18-初期設定完了.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3918" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-18-初期設定完了.jpg" alt="" width="1529" height="978" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-18-初期設定完了.jpg 1529w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-18-初期設定完了-300x192.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-18-初期設定完了-1024x655.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-18-初期設定完了-768x491.jpg 768w" sizes="auto, (max-width: 1529px) 100vw, 1529px" /></a></p>
<p>掲示板を追加するをクリックした場合は以下の画面へ遷移するため、必用に応じて追加してください。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-19-掲示板の追加.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3919" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-19-掲示板の追加.jpg" alt="" width="1920" height="1094" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-19-掲示板の追加.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-19-掲示板の追加-300x171.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-19-掲示板の追加-1024x583.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-19-掲示板の追加-768x438.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-19-掲示板の追加-1536x875.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>以上で、管理画面の初期設定は完了となります。</p>
<h3>開発メンバーの追加と管理者権限の委任（オプション）</h3>
<p>管理者用アカウントを1つ作成していますが、実際の開発では、開発メンバーが他にいて、そのメンバーに開発権限を付与して運用することがあると思います。その場合、まずは管理者画面でメンバーを登録して、メンバーに対して管理者権限の委任をする必要があります。</p>
<p>手順①LINE WOKRS Admin（管理者画面）にログインし、メンバーメニューからメンバーの追加をします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-22-管理者画面ログイン後.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3924" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-22-管理者画面ログイン後.jpg" alt="" width="1920" height="1104" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-22-管理者画面ログイン後.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-22-管理者画面ログイン後-300x173.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-22-管理者画面ログイン後-1024x589.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-22-管理者画面ログイン後-768x442.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-22-管理者画面ログイン後-1536x883.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順②メンバーのメニューからメンバーを追加を実行します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-42-メンバーの追加.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3948" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-42-メンバーの追加.jpg" alt="" width="1920" height="464" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-42-メンバーの追加.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-42-メンバーの追加-300x73.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-42-メンバーの追加-1024x247.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-42-メンバーの追加-768x186.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-42-メンバーの追加-1536x371.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順③メンバーの追加画面で、姓名、ID、所属、パスワードを設定して登録します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-43-メンバー新規登録.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3949" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-43-メンバー新規登録.jpg" alt="" width="1414" height="1301" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-43-メンバー新規登録.jpg 1414w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-43-メンバー新規登録-300x276.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-43-メンバー新規登録-1024x942.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-43-メンバー新規登録-768x707.jpg 768w" sizes="auto, (max-width: 1414px) 100vw, 1414px" /></a></p>
<p>手順④メンバーの登録が完了したら、メンバーの修正からメールアドレスを設定してください。</p>
<p><span style="color: #ff0000;">※管理者権限をメンバーへ委任するためには、メールアドレスが必須となります。</span></p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-44-メンバーのメアド登録.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3950" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-44-メンバーのメアド登録.jpg" alt="" width="1920" height="1214" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-44-メンバーのメアド登録.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-44-メンバーのメアド登録-300x190.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-44-メンバーのメアド登録-1024x647.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-44-メンバーのメアド登録-768x486.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-44-メンバーのメアド登録-1536x971.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑤続いて、管理者権限のメニューをクリックして、管理者権限画面にて、権限委任をクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-21-管理者画面のセキュリティから管理者権限を付与.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3923" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-21-管理者画面のセキュリティから管理者権限を付与.jpg" alt="" width="1920" height="1101" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-21-管理者画面のセキュリティから管理者権限を付与.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-21-管理者画面のセキュリティから管理者権限を付与-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-21-管理者画面のセキュリティから管理者権限を付与-1024x587.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-21-管理者画面のセキュリティから管理者権限を付与-768x440.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-21-管理者画面のセキュリティから管理者権限を付与-1536x881.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑥権限委任画面にて、委任先のメンバーを指定して次へ進みます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-23-管理者権限の委譲.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3925" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-23-管理者権限の委譲.jpg" alt="" width="1920" height="1097" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-23-管理者権限の委譲.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-23-管理者権限の委譲-300x171.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-23-管理者権限の委譲-1024x585.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-23-管理者権限の委譲-768x439.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-23-管理者権限の委譲-1536x878.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑦委任を受け入れる画面が表示されます。※委任先のメンバーにメールが通知されます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-24-委任受入.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3926" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-24-委任受入.jpg" alt="" width="1920" height="843" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-24-委任受入.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-24-委任受入-300x132.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-24-委任受入-1024x450.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-24-委任受入-768x337.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-24-委任受入-1536x674.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑧委任先のメンバーのメールアドレスに以下のメールが届くため、管理者権限を承諾ボタンをクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-25-委任を承諾メール.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3927" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-25-委任を承諾メール.jpg" alt="" width="1920" height="982" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-25-委任を承諾メール.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-25-委任を承諾メール-300x153.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-25-委任を承諾メール-1024x524.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-25-委任を承諾メール-768x393.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-25-委任を承諾メール-1536x786.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h2>3.LINE WORKS Developersで開発に関する設定を行う</h2>
<p>LINE WORKSのサービス側の設定が完了したら続いてLINE WOKRS Developersサイトで、開発（API連携）する場合に必要な設定を行っていきます。</p>
<p>手順①ブラウザで、以下「LINE WOKRS Developers」サイトを表示します。</p>
<p><div class="cclt-compat-cmemo" style="background-color:#fafafa;color:#757575;border:px solid ;"><span class="cclt-compat-cmemo__icon fa fa-file-text-o" style="color:#BDBDBD;"></span><div class="cclt-compat-cmemo__text">LINE WORKS 公式サイト「<a href="https://developers.worksmobile.com/jp/?lang=ja" rel="noopener">LINE WORKS Developers</a>」</div></div></p>
<p>手順②サイトを表示したら、Developer Consoleをクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-20-Lineworks-developers-サイト.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3921" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-20-Lineworks-developers-サイト.jpg" alt="" width="1920" height="1110" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-20-Lineworks-developers-サイト.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-20-Lineworks-developers-サイト-300x173.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-20-Lineworks-developers-サイト-1024x592.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-20-Lineworks-developers-サイト-768x444.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-20-Lineworks-developers-サイト-1536x888.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順③API2.0のメニューをクリックして、アプリリストを表示したら、アプリの新規追加＋をクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-20-Lineworks-developer-console-トップ.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3922" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-20-Lineworks-developer-console-トップ.jpg" alt="" width="1920" height="1094" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-20-Lineworks-developer-console-トップ.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-20-Lineworks-developer-console-トップ-300x171.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-20-Lineworks-developer-console-トップ-1024x583.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-20-Lineworks-developer-console-トップ-768x438.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-20-Lineworks-developer-console-トップ-1536x875.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順④アプリの新規追加画面が表示されたら、アプリの名称を指定して、追加ボタンをクリックします。</p>
<p>例では、LINEWORKS_REST_APIと設定しています。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-27-アプリ名設定.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-3929" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-27-アプリ名設定.jpg" alt="" width="537" height="371" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-27-アプリ名設定.jpg 903w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-27-アプリ名設定-300x207.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-27-アプリ名設定-768x531.jpg 768w" sizes="auto, (max-width: 537px) 100vw, 537px" /></a></p>
<p>手順⑤アプリ情報の画面で、説明の情報を入力します。</p>
<p>ここに表示されるCliend ID、Cliend Secretの情報は、外部システムからREST APIを利用する際に必要となります。</p>
<p>&nbsp;</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-28-アプリ情報.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3930" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-28-アプリ情報.jpg" alt="" width="1920" height="1228" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-28-アプリ情報.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-28-アプリ情報-300x192.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-28-アプリ情報-1024x655.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-28-アプリ情報-768x491.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-28-アプリ情報-1536x982.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑥続いて、OAuth Scopeの選択を行います。ここで選択されたAPIは外部からコール可能です。</p>
<p>今回の検証では、Contactだけあれば検証可能ですが、一律すべてチェックしても構いません。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-29-OAuthスコープ選択.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-3931" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-29-OAuthスコープ選択.jpg" alt="" width="586" height="632" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-29-OAuthスコープ選択.jpg 1317w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-29-OAuthスコープ選択-278x300.jpg 278w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-29-OAuthスコープ選択-949x1024.jpg 949w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-29-OAuthスコープ選択-768x829.jpg 768w" sizes="auto, (max-width: 586px) 100vw, 586px" /></a></p>
<p>スコープに関する説明は、公式サイトで以下のように説明されています。</p>
<table style="width: 100%; height: 734px;">
<thead>
<tr style="height: 18px;">
<th style="height: 18px; background-color: #3b22f5;"><span style="color: #ffffff;">Scope</span></th>
<th style="height: 18px; background-color: #3b22f5;"><span style="color: #ffffff;">Resource</span></th>
<th style="height: 18px; background-color: #3b22f5;"><span style="color: #ffffff;">Operation</span></th>
</tr>
</thead>
<tbody>
<tr style="height: 18px;">
<td style="height: 18px;">audit.read</td>
<td style="height: 18px;">監査ログ</td>
<td style="height: 18px;">Read</td>
</tr>
<tr style="height: 18px;">
<td style="height: 18px;">board</td>
<td style="height: 18px;">掲示板</td>
<td style="height: 18px;">Read / Write</td>
</tr>
<tr style="height: 18px;">
<td style="height: 18px;">board.read</td>
<td style="height: 18px;">掲示板</td>
<td style="height: 18px;">Read</td>
</tr>
<tr style="height: 18px;">
<td style="height: 18px;">bot</td>
<td style="height: 18px;">Bot</td>
<td style="height: 18px;">Read / Write</td>
</tr>
<tr style="height: 18px;">
<td style="height: 18px;">bot.read</td>
<td style="height: 18px;">Bot</td>
<td style="height: 18px;">Read</td>
</tr>
<tr style="height: 18px;">
<td style="height: 18px;">calendar</td>
<td style="height: 18px;">カレンダー</td>
<td style="height: 18px;">Read / Write</td>
</tr>
<tr style="height: 18px;">
<td style="height: 18px;">calendar.read</td>
<td style="height: 18px;">カレンダー</td>
<td style="height: 18px;">Read</td>
</tr>
<tr style="height: 18px;">
<td style="height: 18px;">contact</td>
<td style="height: 18px;">アドレス帳</td>
<td style="height: 18px;">Read / Write</td>
</tr>
<tr style="height: 18px;">
<td style="height: 18px;">contact.read</td>
<td style="height: 18px;">アドレス帳</td>
<td style="height: 18px;">Read</td>
</tr>
<tr style="height: 18px;">
<td style="height: 18px;">file</td>
<td style="height: 18px;">Drive</td>
<td style="height: 18px;">Read / Write</td>
</tr>
<tr style="height: 18px;">
<td style="height: 18px;">file.read</td>
<td style="height: 18px;">Drive</td>
<td style="height: 18px;">Read</td>
</tr>
<tr style="height: 18px;">
<td style="height: 18px;">group</td>
<td style="height: 18px;">グループ</td>
<td style="height: 18px;">Read / Write</td>
</tr>
<tr style="height: 18px;">
<td style="height: 18px;">group.read</td>
<td style="height: 18px;">グループ</td>
<td style="height: 18px;">Read</td>
</tr>
<tr style="height: 18px;">
<td style="height: 18px;">group.folder</td>
<td style="height: 18px;">グループフォルダ</td>
<td style="height: 18px;">Read / Write</td>
</tr>
<tr style="height: 18px;">
<td style="height: 18px;">group.folder.read</td>
<td style="height: 18px;">グループフォルダ</td>
<td style="height: 18px;">Read</td>
</tr>
<tr style="height: 18px;">
<td style="height: 18px;">mail</td>
<td style="height: 18px;">メール</td>
<td style="height: 18px;">Read / Write</td>
</tr>
<tr style="height: 18px;">
<td style="height: 18px;">mail.read</td>
<td style="height: 18px;">メール</td>
<td style="height: 18px;">Read</td>
</tr>
<tr style="height: 18px;">
<td style="height: 18px;">orgunit</td>
<td style="height: 18px;">組織</td>
<td style="height: 18px;">Read / Write</td>
</tr>
<tr style="height: 18px;">
<td style="height: 18px;">orgunit.read</td>
<td style="height: 18px;">組織</td>
<td style="height: 18px;">Read</td>
</tr>
<tr style="height: 108px;">
<td style="height: 108px;">directory</td>
<td style="height: 108px;">組織<br />
ユーザー<br />
役職<br />
職級<br />
利用権限タイプ<br />
グループ</td>
<td style="height: 108px;">Read / Write</td>
</tr>
<tr style="height: 108px;">
<td style="height: 108px;">directory.read</td>
<td style="height: 108px;">組織<br />
ユーザー<br />
役職<br />
職級<br />
利用権限タイプ<br />
グループ</td>
<td style="height: 108px;">Read</td>
</tr>
<tr style="height: 18px;">
<td style="height: 18px;">partner</td>
<td style="height: 18px;">パートナー</td>
<td style="height: 18px;">Read / Write</td>
</tr>
<tr style="height: 18px;">
<td style="height: 18px;">partner.read</td>
<td style="height: 18px;">パートナー</td>
<td style="height: 18px;">Read</td>
</tr>
<tr style="height: 18px;">
<td style="height: 18px;">user</td>
<td style="height: 18px;">ユーザー</td>
<td style="height: 18px;">Read / Write</td>
</tr>
<tr style="height: 18px;">
<td style="height: 18px;">user.read</td>
<td style="height: 18px;">ユーザー</td>
<td style="height: 18px;">Read</td>
</tr>
<tr style="height: 86px;">
<td style="height: 86px;">user.email.read</td>
<td style="height: 86px;">ユーザー(emailのみ)</td>
<td style="height: 86px;">Read</p>
<p>&nbsp;</td>
</tr>
</tbody>
</table>
<p>※引用元「LINE WORKS Developersドキュメント「<a href="https://developers.worksmobile.com/jp/reference/scopes?lang=ja" rel="noopener">OAuth Scopes</a>」より</p>
<p>フリープランの場合、トークログの取得の権限（audit）などは表示されないため、利用できないようです。</p>
<p>手順⑦スコープを設定したら保存してアプリリストの画面へ戻ります。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-30-アプリ追加後一覧表示.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3932" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-30-アプリ追加後一覧表示.jpg" alt="" width="1920" height="1098" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-30-アプリ追加後一覧表示.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-30-アプリ追加後一覧表示-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-30-アプリ追加後一覧表示-1024x586.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-30-アプリ追加後一覧表示-768x439.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-30-アプリ追加後一覧表示-1536x878.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h2>4.Talend API Testerを使ってLINE WORKSのAPIをコールする</h2>
<p>Talend API TesterのREST APIで、LINE WORKSのOAuthのクライアント認証を行う手順を説明します。</p>
<p><div class="cclt-compat-kaiwa cclt-compat-kaiwa--left"><div class="cclt-compat-kaiwa__icon"><img decoding="async" src="https://creativecontentlabtokyo.com/wp-content/uploads/2024/11/schooldays1.jpg" alt="サポーターさん" loading="lazy" /><span class="cclt-compat-kaiwa__name">サポーターさん</span></div><div class="cclt-compat-kaiwa__bubble" style="background-color:#f4f4e3;"><div class="cclt-compat-kaiwa__text">Talend API Testerのインストール手順は以下の記事を参考にしてください。</div></div></div></p>
<p><div class="cclt-compat-card st-no-shadow cclt-compat-card--text"><span class="cclt-compat-card__label" style="background-color:#cccccc;color:#ffffff;">参考</span><a href="https://creativecontentlabtokyo.com/talend-api-tester-saleseforce-oauth-login/" class="cclt-compat-card__link"><div class="cclt-compat-card__thumb"><img decoding="async" width="300" height="169" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-eye-catching-300x169.jpg" class="attachment-medium size-medium wp-post-image" alt="" loading="lazy" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-eye-catching-300x169.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-eye-catching-1024x576.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-eye-catching-768x432.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-eye-catching-1536x864.jpg 1536w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-eye-catching.jpg 1920w" sizes="auto, (max-width: 300px) 100vw, 300px" /></div><div class="cclt-compat-card__body"><div class="cclt-compat-card__title">Talend API TesterのREST APIを使ってSalesforceにOAuthクライアント認証を行う</div><div class="cclt-compat-card__excerpt">外部システムとSalesforceのデータ連携方法のひとつとして、Salesfo…</div><span class="cclt-compat-card__readmore">続きを読む</span></div></a></div></p>
<h3>Talend API Testerを使ってLINE WORKSへOAuth認証を行う</h3>
<p>ここからは、Talend API Testerを使って、LINE WOKRSにOAuth認証する手順を説明していきます。</p>
<p>手順①新規プロジェクトの作成：Talend API Testerの画面を表示したら、Requestsのタブ-&gt;「REPOSITORY」を開いて、MY DRYBEの「：」メニューをクリックして、[Add a project]を実行します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-プロジェクトを追加.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3847" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-プロジェクトを追加.jpg" alt="" width="1920" height="1094" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-プロジェクトを追加.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-プロジェクトを追加-300x171.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-プロジェクトを追加-1024x583.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-プロジェクトを追加-768x438.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-プロジェクトを追加-1536x875.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順②プロジェクト作成画面で、プロジェクト名を設定して＋Createをクリックします。</p>
<p>プロジェクト名：（例）LINEWORKS_REST_API　※任意の名称</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-29-Talend-API-Tester-LINEWORKSプロジェクト追加.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-3933" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-29-Talend-API-Tester-LINEWORKSプロジェクト追加.jpg" alt="" width="410" height="158" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-29-Talend-API-Tester-LINEWORKSプロジェクト追加.jpg 1137w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-29-Talend-API-Tester-LINEWORKSプロジェクト追加-300x116.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-29-Talend-API-Tester-LINEWORKSプロジェクト追加-1024x395.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-29-Talend-API-Tester-LINEWORKSプロジェクト追加-768x297.jpg 768w" sizes="auto, (max-width: 410px) 100vw, 410px" /></a></p>
<p>手順③プロジェクトが作成されたら、今度は、プロジェクト名（LINEWORKS_REST_API）の「：」メニューをクリックして、「Add a service」を実行します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-45-サービス追加.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3951" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-45-サービス追加.jpg" alt="" width="1920" height="1099" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-45-サービス追加.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-45-サービス追加-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-45-サービス追加-1024x586.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-45-サービス追加-768x440.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-45-サービス追加-1536x879.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>&nbsp;</p>
<p>手順④サービスの追加画面が表示されたらデフォルトのサービス名「Service」を修正しておきます。</p>
<p>サービス名：（例）API2.0</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-46-サービス名変更.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3952" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-46-サービス名変更.jpg" alt="" width="1920" height="379" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-46-サービス名変更.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-46-サービス名変更-300x59.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-46-サービス名変更-1024x202.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-46-サービス名変更-768x152.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-46-サービス名変更-1536x303.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑤サービス名を変更したら、＋Add a requestをクリックして、リクエストを作成します。</p>
<p>デフォルトのリクエスト名（Request）を実行するRequestの処理名に変更します。</p>
<p>リクエスト名：1.Authorization Codeの発行</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-47-Authorization-Codeリクエストの追加.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3954" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-47-Authorization-Codeリクエストの追加.jpg" alt="" width="1920" height="839" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-47-Authorization-Codeリクエストの追加.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-47-Authorization-Codeリクエストの追加-300x131.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-47-Authorization-Codeリクエストの追加-1024x447.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-47-Authorization-Codeリクエストの追加-768x336.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-47-Authorization-Codeリクエストの追加-1536x671.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>以下の内容を設定します。</p>
<p>METHOD（メソッド）：GET（ゲット）</p>
<p>SCHEMA（スキーマ）：https://auth.worksmobile.com/oauth2/v2.0/authorize?client_id={<span style="color: #ff0000;">Client_ID</span>}&amp;redirect_uri={<span style="color: #3366ff;">Redirect_URL</span>}&amp;scope={<span style="color: #339966;">Scope</span>}&amp;response_type=code&amp;state={Free_Text}</p>
<p>クエリパラメータ：</p>
<ol>
<li>client_id={<span style="color: #ff0000;">Client_ID</span>}　※LINEWORKS_REST_APIアプリ作成時に生成されたCliend ID</li>
<li>redirect_uri={<span style="color: #3366ff;">Redirect_URL</span>}　※アプリのRedirect URL（個々の環境に合わせて指定）</li>
<li>scope={<span style="color: #339966;">Scope</span>}　※Scopeで選択したAPIを指定、例では、Contact.readを指定</li>
<li>response_type=code（固定値）</li>
<li>state={Free_Text}　※任意の文字列</li>
<li>domein（任意）※設定する場合は、LINEWORKS管理画面に表示されてるドメインを指定</li>
</ol>
<p>クエリパラメータの説明</p>
<table>
<thead>
<tr>
<th style="background-color: #3b22f5;"><span style="color: #ffffff;">パラメータ</span></th>
<th style="background-color: #3b22f5;"><span style="color: #ffffff;">タイプ</span></th>
<th style="background-color: #3b22f5;"><span style="color: #ffffff;">必須</span></th>
<th style="background-color: #3b22f5;"><span style="color: #ffffff;">説明</span></th>
</tr>
</thead>
<tbody>
<tr>
<td>client_id</td>
<td>String</td>
<td>Y</td>
<td>アプリのClient ID</td>
</tr>
<tr>
<td>redirect_uri</td>
<td>String</td>
<td>Y</td>
<td>アプリのRedirect URL。Authorization Code発行後のリダイレクト先。</td>
</tr>
<tr>
<td>scope</td>
<td>String</td>
<td>Y</td>
<td>利用する scope 。複数の scope を設定する場合は「,」で区切る</td>
</tr>
<tr>
<td>response_type</td>
<td>String</td>
<td>Y</td>
<td>code (固定)</td>
</tr>
<tr>
<td>state</td>
<td>String</td>
<td>Y</td>
<td>CSRFを防止するために用いる任意の値</td>
</tr>
<tr>
<td>domain</td>
<td>String</td>
<td>N</td>
<td>ドメイン名。(スタンダードプランの場合は、グループ名)<br />
SSO機能を利用する場合は必須。</td>
</tr>
</tbody>
</table>
<p>※引用元「LINE WORKS Developersドキュメント「<a href="https://developers.worksmobile.com/jp/reference/authorization-auth?lang=ja" rel="noopener">Authorization Codeの発行</a>」より</p>
<p>手順⑥クエリパラメータの設定が完了したらSendをクリックして、GETメソッドを実行してみましょう。</p>
<p>ログイン画面で認証に失敗した場合、エラー画面が表示されます。</p>
<p>ログイン画面で認証に成功した場合、Redirect URL(redirect_uri)にリダイレクトされます。</p>
<p>※RESPONSE=200となっていても、返却された内容を確認すると以下のようにエラーメッセージが表示されている場合があります。</p>
<p>エラー内容：無効なOAuth Scopeです。</p>
<p>※LINEWORKSのアプリ作成時に設定（選択）したScope以外のものが指定されている場合に発生</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-33-無効なOAuthScopeです.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3938" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-33-無効なOAuthScopeです.jpg" alt="" width="1920" height="1248" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-33-無効なOAuthScopeです.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-33-無効なOAuthScopeです-300x195.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-33-無効なOAuthScopeです-1024x666.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-33-無効なOAuthScopeです-768x499.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-33-無効なOAuthScopeです-1536x998.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>正常終了の場合は、RESPONSE200が返却され、BODYには、以下の情報が設定されています。</p>
<p>code=発行されたAuthorization Code値、errorCode=00、state=パラメータで指定したStatte値</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-33-認証成功200.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3955" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-33-認証成功200.jpg" alt="" width="1920" height="1178" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-33-認証成功200.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-33-認証成功200-300x184.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-33-認証成功200-1024x628.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-33-認証成功200-768x471.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-33-認証成功200-1536x942.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h3>Authorization Codeを使って、Access Tokenを取得</h3>
<p>続いて、正常終了で返却されたAuthorization Codeを使って、Access Token（アクセストークン）を取得するRequest（リクエスト）を作成します。</p>
<p>手順①Authorization Codeのリクエスト作成時と同じように、サービス（API2.0)にリクエストを追加して以下の設定を行います。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-48-Access-Tokenの取得設定.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3957" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-48-Access-Tokenの取得設定.jpg" alt="" width="1920" height="775" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-48-Access-Tokenの取得設定.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-48-Access-Tokenの取得設定-300x121.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-48-Access-Tokenの取得設定-1024x413.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-48-Access-Tokenの取得設定-768x310.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-48-Access-Tokenの取得設定-1536x620.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>&nbsp;</p>
<p>以下の内容を設定します。</p>
<p>METHOD（メソッド）：POST（ポスト）</p>
<p>SCHEMA（スキーマ）：https://auth.worksmobile.com/oauth2/v2.0/token</p>
<p>BODY FORMパラメータ：</p>
<ol>
<li>code={<span style="color: #ff0000;">Authorization Code}</span>　※<span style="color: #ff0000;">Authorization Code取得のAPIを実行して取得したCodeを指定</span></li>
<li>grant_type=authorization_code　※固定文字列</li>
<li>client_id={<span style="color: #ff0000;">Client_ID</span>}　※LINEWORKS_REST_APIアプリ作成時に生成されたCliend IDを指定</li>
<li>client_secret={<span style="color: #ff0000;">Client_secret</span>}　※LINEWORKS_REST_APIアプリ作成時に生成されたCliend Secretを指定</li>
<li>domain={domein}　※LINEWORKSのサービスのドメイン名を指定（Developer Consoleのメニューバーに表示されている）</li>
</ol>
<p>※ドメイン名について、スタンダードプランの場合は、グループ名を指定します。また、ＳSO機能を利用する場合は指定が必須となります。</p>
<p>手順②パラメータ設定後、Sendをクリックして、POSTメソッドを実行してみましょう。</p>
<p>正常終了した場合は、以下のようにRESPONSE=200で、BODYに取得したアクセストークンが表示されます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-35-POSTでAccessToken取得成功RESPONSE200.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3942" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-35-POSTでAccessToken取得成功RESPONSE200.jpg" alt="" width="1920" height="1337" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-35-POSTでAccessToken取得成功RESPONSE200.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-35-POSTでAccessToken取得成功RESPONSE200-300x209.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-35-POSTでAccessToken取得成功RESPONSE200-1024x713.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-35-POSTでAccessToken取得成功RESPONSE200-768x535.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-35-POSTでAccessToken取得成功RESPONSE200-1536x1070.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h3>Access Tokenを使って、LINEWORKSの連絡先取得APIを実行</h3>
<p>Access Tokenが取得できたら、このトークンを使って、実際にLINE WORKSのデータを取得するAPIを実行してみましょう。</p>
<p>ＡＰＩ実行前にデータの作成（アドレス帳に新規取引先を登録）しておきます。</p>
<p>手順①LINE WORKSのサービスへログインして、連絡先追加メニューを実行します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-36-LINEWORKS連絡アドレス帳.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3943" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-36-LINEWORKS連絡アドレス帳.jpg" alt="" width="1920" height="1101" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-36-LINEWORKS連絡アドレス帳.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-36-LINEWORKS連絡アドレス帳-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-36-LINEWORKS連絡アドレス帳-1024x587.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-36-LINEWORKS連絡アドレス帳-768x440.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-36-LINEWORKS連絡アドレス帳-1536x881.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順②顧客/取引先の連絡先を作成画面で以下の情報を登録します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-37-お友だち登録.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3944" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-37-お友だち登録.jpg" alt="" width="1482" height="1226" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-37-お友だち登録.jpg 1482w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-37-お友だち登録-300x248.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-37-お友だち登録-1024x847.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-37-お友だち登録-768x635.jpg 768w" sizes="auto, (max-width: 1482px) 100vw, 1482px" /></a></p>
<p>取引先名、姓名、ニックネーム、会社、所属、電話番号、メールアドレス、公開範囲、編集許可</p>
<p>※必須項目のみ設定して保存しておきます。、</p>
<p>手順③Talend API Testerの画面に戻って、サービス（API2.0）に対して、もう一つ以下のRequestを追加します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-38-連絡先リストの取得100件.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3945" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-38-連絡先リストの取得100件.jpg" alt="" width="1920" height="682" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-38-連絡先リストの取得100件.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-38-連絡先リストの取得100件-300x107.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-38-連絡先リストの取得100件-1024x364.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-38-連絡先リストの取得100件-768x273.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-38-連絡先リストの取得100件-1536x546.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>以下の内容を設定します。</p>
<p>METHOD（メソッド）：GET（ゲット）</p>
<p>SCHEMA（スキーマ）：https://www.worksapis.com/v1.0/contacts</p>
<p>HEADERS：Authorization：Bearer+半角SP+取得したAccess Tokenを指定</p>
<p>クエリパラメータ：</p>
<ol>
<li>count=100　※取得するリストの件数を指定（例では最大100件まで取得するように指定）</li>
</ol>
<p>クエリパラメータはほかにもたくさんありますが、今回は件数だけを指定して実行します。</p>
<p>※そのほかのクエリパラメータについては、公式ドキュメントを参照してください。</p>
<p><div class="cclt-compat-cmemo" style="background-color:#fafafa;color:#757575;border:px solid ;"><span class="cclt-compat-cmemo__icon fa fa-file-text-o" style="color:#BDBDBD;"></span><div class="cclt-compat-cmemo__text">LINE WORKS Developers公式「<a href="https://developers.worksmobile.com/jp/reference/contact-list?lang=ja" rel="noopener">連絡先リストの取得</a>」</div></div></p>
<p>手順④パラメータを指定したらSendをクリックして、連絡先取得のGETメソッドを実行します。</p>
<p>実行した結果、以下のようにRESPONSE=200で、ContactsのJSONに値が返却されていればOKです。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-39-連絡先リストの取得RESPONSE200.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3946" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-39-連絡先リストの取得RESPONSE200.jpg" alt="" width="1920" height="1156" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-39-連絡先リストの取得RESPONSE200.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-39-連絡先リストの取得RESPONSE200-300x181.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-39-連絡先リストの取得RESPONSE200-1024x617.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-39-連絡先リストの取得RESPONSE200-768x462.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/how-to-call-rest-api-from-talend-api-tester-to-lineworks-39-連絡先リストの取得RESPONSE200-1536x925.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h2>（補足）参考URL</h2>
<p>今回利用したAPIは、Contact（アドレス帳）取得のものですが、それ以外のAPIを検証してみたい場合は、公式サイトのAPIの利用ドキュメントが提供されているので、そちらを参考にしてください。</p>
<p><div class="cclt-compat-cmemo" style="background-color:#fafafa;color:#757575;border:px solid ;"><span class="cclt-compat-cmemo__icon fa fa-file-text-o" style="color:#BDBDBD;"></span><div class="cclt-compat-cmemo__text">LINE WORKS 公式サイト「<a href="https://developers.worksmobile.com/jp/reference/introduction?lang=ja" rel="noopener">API2.0 ドキュメント Introduction</a>」</div></div></p>
<h2>まとめ</h2>
<p>今回は、Talend API Testerを使ったLINE WORKS のREST APIの利用方法を説明しました。</p>
<p>LINE WORKSが提供しているAPIはほかにもたくさんあるので、今回ご説明した手順で検証してみてください。</p>
<p><div class="cclt-compat-kaiwa cclt-compat-kaiwa--left"><div class="cclt-compat-kaiwa__icon"><img decoding="async" src="https://creativecontentlabtokyo.com/wp-content/uploads/2024/11/schooldays1.jpg" alt="サポーターさん" loading="lazy" /><span class="cclt-compat-kaiwa__name">サポーターさん</span></div><div class="cclt-compat-kaiwa__bubble" style="background-color:#f4f4e3;"><div class="cclt-compat-kaiwa__text">ブログランキングに参加しましたので、ご支援していただけると幸いです。</div></div></div></p>
<p><a href="https://it.blogmura.com/ranking/in?p_cid=11084904" target="_blank" rel="noopener noreferrer"><img loading="lazy" decoding="async" src="https://b.blogmura.com/banner-blogmura-portfolio.svg" alt="にほんブログ村 IT技術ブログへ" width="88" height="31" border="0" /></a><br />
<a href="https://it.blogmura.com/ranking/in?p_cid=11084904" rel="noopener">にほんブログ村</a></p>
		<div class="wpulike wpulike-animated-heart " ><div class="wp_ulike_general_class wp_ulike_is_restricted"><button type="button"
					aria-label="いいねボタン"
					data-ulike-id="3887"
					data-ulike-nonce="065798131f"
					data-ulike-type="post"
					data-ulike-template="wpulike-animated-heart"
					data-ulike-display-likers=""
					data-ulike-likers-style="popover"
					data-ulike-append="&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop one&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop two&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop three&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop four&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop five&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop six&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop seven&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop eight&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop nine&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;"
					class="wp_ulike_btn wp_ulike_put_image wp_post_btn_3887"><svg class="wpulike-svg-heart wpulike-svg-heart-icon" viewBox="0 -28 512.00002 512" xmlns="http://www.w3.org/2000/svg"><path
						d="m471.382812 44.578125c-26.503906-28.746094-62.871093-44.578125-102.410156-44.578125-29.554687 0-56.621094 9.34375-80.449218 27.769531-12.023438 9.300781-22.917969 20.679688-32.523438 33.960938-9.601562-13.277344-20.5-24.660157-32.527344-33.960938-23.824218-18.425781-50.890625-27.769531-80.445312-27.769531-39.539063 0-75.910156 15.832031-102.414063 44.578125-26.1875 28.410156-40.613281 67.222656-40.613281 109.292969 0 43.300781 16.136719 82.9375 50.78125 124.742187 30.992188 37.394531 75.535156 75.355469 127.117188 119.3125 17.613281 15.011719 37.578124 32.027344 58.308593 50.152344 5.476563 4.796875 12.503907 7.4375 19.792969 7.4375 7.285156 0 14.316406-2.640625 19.785156-7.429687 20.730469-18.128907 40.707032-35.152344 58.328125-50.171876 51.574219-43.949218 96.117188-81.90625 127.109375-119.304687 34.644532-41.800781 50.777344-81.4375 50.777344-124.742187 0-42.066407-14.425781-80.878907-40.617188-109.289063zm0 0" /></svg></button><span class="count-box wp_ulike_counter_up" data-ulike-counter-value="0"></span>			</div></div>
	]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Talend API TesterのREST APIを使ってSalesforceにOAuthクライアント認証を行う</title>
		<link>https://creativecontentlabtokyo.com/talend-api-tester-saleseforce-oauth-login/</link>
		
		<dc:creator><![CDATA[セールスフォース標準化推進ラボ]]></dc:creator>
		<pubDate>Wed, 24 Aug 2022 07:40:52 +0000</pubDate>
				<category><![CDATA[Tips集]]></category>
		<category><![CDATA[製品・サービス]]></category>
		<category><![CDATA[IPアドレス制限]]></category>
		<category><![CDATA[OAuth2.0]]></category>
		<category><![CDATA[REST_API]]></category>
		<category><![CDATA[Talend]]></category>
		<category><![CDATA[Talend_API_Tester]]></category>
		<category><![CDATA[外部システム連携]]></category>
		<category><![CDATA[接続アプリケーション]]></category>
		<guid isPermaLink="false">https://creativecontentlabtokyo.com/?p=3827</guid>

					<description><![CDATA[外部システムとSalesforceのデータ連携方法のひとつとして、Salesforceが提供する標準APIを利用した方法があります。 本記事では、Gooole …]]></description>
										<content:encoded><![CDATA[<p>外部システムとSalesforceのデータ連携方法のひとつとして、Salesforceが提供する標準APIを利用した方法があります。</p>
<p>本記事では、Gooole Chromeの拡張機能として提供されているTalendのAPI Testerを利用して、SalesforceにOAuthクライアント認証する手順を説明します。</p>
<p>REST APIテストのためのツールは、代表的なものとして、「swagger」や「Postman」などいくつかありますが、「Talend API Test」は、Chromeの拡張で簡単に利用できる以外にも以下のような利点があります。</p>
<p><div class="cclt-compat-mybox st-mybox-class" style="background-color:#FFFDE7;border:2px solid #FFD54F;border-radius:5px;margin:25px 0 25px 0;"><div class="cclt-compat-mybox__title" style="color:#FFD54F;">ポイント</div><div class="cclt-compat-mybox__content"></p>
<ul>
<li>Chrome 拡張機能として、簡単に利用可能</li>
<li>環境変数をグローバルで保存可能</li>
<li>APIコールの設定情報（Endpointやクエリパラメータなど）を保存し、再利用が可能。※JSON化して保存することも可能</li>
</ul>
<p></div></div></p>
<h2>はじめに</h2>
<p>今回は、Salesforceの接続アプリケーションの機能を利用して、外部システムからAPI接続する方法をご紹介します。</p>
<p>接続アプリケーションを使用して、外部システム（アプリケーション）からSalesforce に統合するには、OAuth API（OAuth 2.0） を使用する必要があります。</p>
<p>※OAuth 2.0 は、トークンの交換を通してアプリケーション間の安全なデータ共有を認証するオープンプロトコルです。</p>
<p>以下の流れに沿って作業をしていく必要があります。</p>
<p><div class="cclt-compat-mybox st-mybox-class st-title-under st-list-no st-list-border" style="background-color:;border:3px solid #f3f3f3;border-radius:5px;margin:25px 0 25px 0;"><div class="cclt-compat-mybox__title" style="color:#757575;">簡単な流れ</div><div class="cclt-compat-mybox__content"></p>
<ol>
<li>Salesforce組織で外部接続用のユーザを用意</li>
<li>接続アプリケーションの設定</li>
<li>セキュリティトークンの発行</li>
<li>外部システム側でのREST API接続設定</li>
</ol>
<p></div></div></p>
<h2>1.Salesforce組織で外部接続用のユーザを用意</h2>
<p>外部システムからSalesforceにOAuth2.0を使ってクライアント認証をするためのユーザアカウントを用意します。</p>
<p>※既に作成されているユーザがある場合は、そちらを利用することも可能です。</p>
<p>ユーザアカウントを用意したら、ユーザが利用しているプロファイルに対して、「APIの有効化」のシステム管理者権限を付与します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-プロファイルのシステム管理者権限-APIの有効化にチェック.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3848" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-プロファイルのシステム管理者権限-APIの有効化にチェック.jpg" alt="" width="1920" height="1184" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-プロファイルのシステム管理者権限-APIの有効化にチェック.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-プロファイルのシステム管理者権限-APIの有効化にチェック-300x185.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-プロファイルのシステム管理者権限-APIの有効化にチェック-1024x631.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-プロファイルのシステム管理者権限-APIの有効化にチェック-768x474.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-プロファイルのシステム管理者権限-APIの有効化にチェック-1536x947.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>システム管理者権限：「APIの有効化」をONにして保存</p>
<h2>2.接続アプリケーションの設定</h2>
<p>Salesforceに外部システムからOAuth認証するには、接続アプリケーションの作成を行う必要があります。</p>
<p>手順①Salesforceにシステム管理者でログインして、設定-&gt;アプリケーションマネージャを実行し、新規接続アプリケーションのボタンをクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-アプリケーションマネージャ.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3836" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-アプリケーションマネージャ.jpg" alt="" width="1920" height="1099" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-アプリケーションマネージャ.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-アプリケーションマネージャ-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-アプリケーションマネージャ-1024x586.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-アプリケーションマネージャ-768x440.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-アプリケーションマネージャ-1536x879.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順②新規接続アプリケーションの作成画面で以下、必用な情報を登録していきます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-アプリケーションマネージャ-新規接続アプリケーション作成.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3837" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-アプリケーションマネージャ-新規接続アプリケーション作成.jpg" alt="" width="1920" height="1186" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-アプリケーションマネージャ-新規接続アプリケーション作成.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-アプリケーションマネージャ-新規接続アプリケーション作成-300x185.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-アプリケーションマネージャ-新規接続アプリケーション作成-1024x633.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-アプリケーションマネージャ-新規接続アプリケーション作成-768x474.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-アプリケーションマネージャ-新規接続アプリケーション作成-1536x949.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>以下、入力例</p>
<p>接続アプリケーション名：Talend API Tester</p>
<p>API参照名：Talend_API_Tester</p>
<p>取引先責任者メール：cclt@mail.com</p>
<p>手順③上記必須項目を入力後、API（OAuth設定の有効化）のチェックをONにすると以下の入力画面が表示されます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-新規接続アプリケーション-API（OAuth設定の有効化）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3857" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-新規接続アプリケーション-API（OAuth設定の有効化）.jpg" alt="" width="1920" height="930" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-新規接続アプリケーション-API（OAuth設定の有効化）.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-新規接続アプリケーション-API（OAuth設定の有効化）-300x145.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-新規接続アプリケーション-API（OAuth設定の有効化）-1024x496.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-新規接続アプリケーション-API（OAuth設定の有効化）-768x372.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-新規接続アプリケーション-API（OAuth設定の有効化）-1536x744.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>以下、必須項目の内容を設定します。</p>
<p>コールバックURL：https://login.salesforce.com/services/oauth2/token</p>
<p>※接続先がSandboxの場合は、以下のURLとなります。</p>
<p>「https://<span class="hutoaka">test</span>.salesforce.com/services/oauth2/token」</p>
<p>選択したOAuth範囲：以下を選択</p>
<p>・APIを使用してユーザデータを管理（api）： REST API や Bulk API 2.0 などの API を使用して、現在のログインユーザのアカウントへのアクセスを許可します。この範囲には、Connect REST API リソースへのアクセスを許可する chatter_api も含まれます。</p>
<p>・いつでも要求を実行（refresh_token,offline_access）：更新トークンを受け取る資格が要求元クライアントにある場合に、更新トークンを返すことを許可します。更新トークンにより、ユーザがオフラインのときにアプリケーションはユーザのデータを操作できます。このトークンは、<code>offline_access</code> を要求した場合と同じ意味になります。</p>
<p>OAuthの範囲の設定内容については、以下Salesforce公式サイトで確認ができます。</p>
<p><div class="cclt-compat-cmemo" style="background-color:#fafafa;color:#757575;border:px solid ;"><span class="cclt-compat-cmemo__icon fa fa-file-text-o" style="color:#BDBDBD;"></span><div class="cclt-compat-cmemo__text">Salesforce公式HELPサイト[<a href="https://help.salesforce.com/s/articleView?id=sf.remoteaccess_oauth_tokens_scopes.htm&amp;type=5" rel="noopener">OAuth トークンおよび範囲</a>]</div></div></p>
<p>手順④上記設定完了後保存すると以下の確認画面が表示されます。こちらの画面では「次へ」をクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-新規接続アプリケーション-API（OAuth設定の有効化待機）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3858" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-新規接続アプリケーション-API（OAuth設定の有効化待機）.jpg" alt="" width="1920" height="257" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-新規接続アプリケーション-API（OAuth設定の有効化待機）.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-新規接続アプリケーション-API（OAuth設定の有効化待機）-300x40.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-新規接続アプリケーション-API（OAuth設定の有効化待機）-1024x137.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-新規接続アプリケーション-API（OAuth設定の有効化待機）-768x103.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-新規接続アプリケーション-API（OAuth設定の有効化待機）-1536x206.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑤設定後は、以下の画面でAPI（OAuth設定の有効化）のセクションにコンシューマキーと秘密の項目に、「コンシューマの詳細を管理」ボタンが表示されるので、クリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-新規接続アプリケーション-API-登録後.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3859" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-新規接続アプリケーション-API-登録後.jpg" alt="" width="1920" height="1175" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-新規接続アプリケーション-API-登録後.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-新規接続アプリケーション-API-登録後-300x184.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-新規接続アプリケーション-API-登録後-1024x627.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-新規接続アプリケーション-API-登録後-768x470.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-新規接続アプリケーション-API-登録後-1536x940.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑥「コンシューマの詳細を管理」をクリックすると以下の画面が表示されます。（IDを検証）</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-ID検証.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3838" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-ID検証.jpg" alt="" width="1920" height="1100" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-ID検証.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-ID検証-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-ID検証-1024x587.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-ID検証-768x440.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-ID検証-1536x880.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑦以下のメールが送信されるため、確認コードをコピーして、先ほどのID検証画面で確認コードをペーストして検証を実行します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-ID検証-受信メールpg.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3839" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-ID検証-受信メールpg.jpg" alt="" width="1920" height="683" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-ID検証-受信メールpg.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-ID検証-受信メールpg-300x107.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-ID検証-受信メールpg-1024x364.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-ID検証-受信メールpg-768x273.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-ID検証-受信メールpg-1536x546.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑧以下の画面が表示されたらコンシューマ鍵とコンシューマの秘密の2つをコピーし、テキストエディタなどに保存しておきます。</p>
<p>※外部システムからREST APIでアクセスする際に利用します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-生成されたコンシューマキー.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3844" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-生成されたコンシューマキー.jpg" alt="" width="1920" height="663" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-生成されたコンシューマキー.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-生成されたコンシューマキー-300x104.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-生成されたコンシューマキー-1024x354.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-生成されたコンシューマキー-768x265.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-生成されたコンシューマキー-1536x530.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>コンシューマ鍵を新規で作成する場合は、生成ボタンをクリックすると新規のコンシューマキーが生成されます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-ステージングされたコンシューマキー２.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3864" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-ステージングされたコンシューマキー２.jpg" alt="" width="1920" height="707" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-ステージングされたコンシューマキー２.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-ステージングされたコンシューマキー２-300x110.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-ステージングされたコンシューマキー２-1024x377.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-ステージングされたコンシューマキー２-768x283.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-ステージングされたコンシューマキー２-1536x566.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>ステージングされたコンシューマキーを適用すると以下のメッセージが表示されます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-ステージングされたコンシューマキーの適用開始.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3843" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-ステージングされたコンシューマキーの適用開始.jpg" alt="" width="1920" height="335" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-ステージングされたコンシューマキーの適用開始.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-ステージングされたコンシューマキーの適用開始-300x52.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-ステージングされたコンシューマキーの適用開始-1024x179.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-ステージングされたコンシューマキーの適用開始-768x134.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-ステージングされたコンシューマキーの適用開始-1536x268.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>新規コンシューマキーを生成して、適用した直後に外部システムからAPIでアクセスすると以下のようなエラーとなります。</p>
<p>error code : 400 Bad Request</p>
<p>error : &#8220;invalid_client_id&#8221;</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-invalid-cliend-id.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3840" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-invalid-cliend-id.jpg" alt="" width="1920" height="791" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-invalid-cliend-id.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-invalid-cliend-id-300x124.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-invalid-cliend-id-1024x422.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-invalid-cliend-id-768x316.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-invalid-cliend-id-1536x633.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>上記エラーの場合は、数分程度待ってから実行して正常に接続できるか確認してください。</p>
<h2>3.セキュリティトークンの発行</h2>
<p>続いては、セキュリティトークンの発行手順となります。</p>
<p>外部システムからREST APIでOAuth接続する場合、利用するユーザに対してセキュリティトークンを発行して、ログインパスワード＋セキュリティトークンの組み合わせでパスワードのパラメータを指定する必要があります。</p>
<p>セキュリティトークンを発行せずOAuth認証した場合、以下のエラーが発生します。</p>
<p>error code : 400 Bad Request</p>
<p>error :  &#8220;invalid_grant&#8221;</p>
<p>error_description : &#8220;authentication failure&#8221;</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-invalid-grant.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3841" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-invalid-grant.jpg" alt="" width="1920" height="805" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-invalid-grant.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-invalid-grant-300x126.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-invalid-grant-1024x429.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-invalid-grant-768x322.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-コンシューマの詳細を管理-invalid-grant-1536x644.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順①外部システムからOAuth認証で利用するユーザアカウントを使ってSalesforceにログインします。</p>
<p>手順②ログイン後、私の設定：個人設定画面で、「私のセキュリティトークンのリセット」メニューから「セキュリティトークンのリセット」を実行します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-私のセキュリティトークンリセット.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3856" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-私のセキュリティトークンリセット.jpg" alt="" width="1920" height="1097" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-私のセキュリティトークンリセット.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-私のセキュリティトークンリセット-300x171.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-私のセキュリティトークンリセット-1024x585.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-私のセキュリティトークンリセット-768x439.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-私のセキュリティトークンリセット-1536x878.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順③以下、リセットメール送信後、リセットされたセキュリティトークンの情報をメールで受信します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-私のセキュリティトークンのリセットメール送信.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3855" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-私のセキュリティトークンのリセットメール送信.jpg" alt="" width="1920" height="463" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-私のセキュリティトークンのリセットメール送信.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-私のセキュリティトークンのリセットメール送信-300x72.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-私のセキュリティトークンのリセットメール送信-1024x247.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-私のセキュリティトークンのリセットメール送信-768x185.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-私のセキュリティトークンのリセットメール送信-1536x370.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-私のセキュリティトークンのリセットメール受信.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3854" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-私のセキュリティトークンのリセットメール受信.jpg" alt="" width="1920" height="690" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-私のセキュリティトークンのリセットメール受信.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-私のセキュリティトークンのリセットメール受信-300x108.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-私のセキュリティトークンのリセットメール受信-1024x368.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-私のセキュリティトークンのリセットメール受信-768x276.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-私のセキュリティトークンのリセットメール受信-1536x552.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>メール本文のセキュリティトークン（大文字と小文字を区別）の値は、外部システムからREST APIを使ってアクセスする際に利用します。</p>
<h2>4.外部システム側でのREST API接続設定</h2>
<p>最後に、Talend API TesterのREST APIで、Salesforceに対してOAuthのクライアント認証を行う手順を説明します。</p>
<h3>Talend API Tester インストール</h3>
<p>まずは、Chromeの拡張機能「Talend API Tester」インストールしていきます。</p>
<p>手順①ブラウザChromeを起動して、以下のURLを入力するか、Chromeウェブストアを表示して、「Talend API Test」で検索します。</p>
<p>Talend API Testerが表示されたらクリックして詳細画面を表示します。</p>
<p>https://chrome.google.com/webstore/detail/talend-api-tester-free-ed/aejoelaoggembcahagimdiliamlcdmfm</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3831" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth.jpg" alt="" width="1920" height="1056" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-300x165.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-1024x563.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-768x422.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-1536x845.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順②詳細画面で、Chormeに追加ボタンをクリックしてインストールします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-chrome-extension.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3832" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-chrome-extension.jpg" alt="" width="1920" height="1311" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-chrome-extension.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-chrome-extension-300x205.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-chrome-extension-1024x699.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-chrome-extension-768x524.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-chrome-extension-1536x1049.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順③Chromeにインストールが完了したら、アイコンをクリックしてTalend API Testerを起動します。</p>
<p>すると以下の画面が表示されるため、Use Talend API Tester &#8211; Free Editionをクリックして開始します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-有効化.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3860" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-有効化.jpg" alt="" width="1873" height="1072" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-有効化.jpg 1873w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-有効化-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-有効化-1024x586.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-有効化-768x440.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-有効化-1536x879.jpg 1536w" sizes="auto, (max-width: 1873px) 100vw, 1873px" /></a></p>
<p>以上で、インストールは完了となります。</p>
<h3>Talend API TesterでSalesforceへOAuth認証</h3>
<p>ここからは、Talend API Testerを使って、Salesforceにログイン認証する手順を説明していきます。</p>
<p>手順①新規プロジェクトの作成：Talend API Testerの画面を表示したら、Requestsのタブ-&gt;「REPOSITORY」を開いて、MY DRYBEの「：」メニューをクリックして、[Add a project]を実行します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-プロジェクトを追加.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3847" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-プロジェクトを追加.jpg" alt="" width="1920" height="1094" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-プロジェクトを追加.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-プロジェクトを追加-300x171.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-プロジェクトを追加-1024x583.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-プロジェクトを追加-768x438.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-プロジェクトを追加-1536x875.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順②プロジェクト作成画面で、プロジェクト名を設定して＋Createをクリックします。</p>
<p>プロジェクト名：（例）Salesforce REST API　※任意の名称</p>
<p>Also create a scenario：シナリオは今回は利用しないため、チェックはOFFにしてもよいです。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-プロジェクトを作成.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-3846" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-プロジェクトを作成.jpg" alt="" width="491" height="219" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-プロジェクトを作成.jpg 1144w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-プロジェクトを作成-300x134.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-プロジェクトを作成-1024x457.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-プロジェクトを作成-768x343.jpg 768w" sizes="auto, (max-width: 491px) 100vw, 491px" /></a></p>
<p>手順③プロジェクトが作成されます。※Scenarioにチェックを入れている場合は、Scnarioも作成されています。</p>
<p>今度は、プロジェクト名（Salesforce REST API）の「：」メニューをクリックして、「Add a service」を実行します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-サービスを追加.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3845" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-サービスを追加.jpg" alt="" width="1920" height="1096" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-サービスを追加.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-サービスを追加-300x171.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-サービスを追加-1024x585.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-サービスを追加-768x438.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-サービスを追加-1536x877.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順④サービスの追加画面が表示されたらデフォルトのサービス名「Service」を修正しておきます。</p>
<p>サービス名：（例）Salesforce</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-サービスの追加.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3870" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-サービスの追加.jpg" alt="" width="1920" height="557" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-サービスの追加.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-サービスの追加-300x87.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-サービスの追加-1024x297.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-サービスの追加-768x223.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-サービスの追加-1536x446.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑤サービス名を変更したら、＋Add a requestをクリックして、リクエストを作成します。</p>
<p>デフォルトのリクエスト名（Request）を実行するRequestの処理名に変更します。</p>
<p>リクエスト名：ログイン認証リクエスト</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-Add-a-request.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3871" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-Add-a-request.jpg" alt="" width="1920" height="379" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-Add-a-request.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-Add-a-request-300x59.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-Add-a-request-1024x202.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-Add-a-request-768x152.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-Add-a-request-1536x303.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑥続いて、Open requestのボタンをクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-オープンリクエスト.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3872" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-オープンリクエスト.jpg" alt="" width="1920" height="513" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-オープンリクエスト.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-オープンリクエスト-300x80.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-オープンリクエスト-1024x274.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-オープンリクエスト-768x205.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-オープンリクエスト-1536x410.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑦Request画面を表示するとデフォルトでは以下のような画面となっています。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-オープンリクエスト設定画面.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3873" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-オープンリクエスト設定画面.jpg" alt="" width="1920" height="755" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-オープンリクエスト設定画面.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-オープンリクエスト設定画面-300x118.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-オープンリクエスト設定画面-1024x403.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-オープンリクエスト設定画面-768x302.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-オープンリクエスト設定画面-1536x604.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑧今回はSalesforceのOAuth認証をしてトークンを取得するリクエストを作成します。</p>
<p>以下の内容で設定を行います。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-OAuthトークン取得のリクエスト設定値.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3875" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-OAuthトークン取得のリクエスト設定値.jpg" alt="" width="1920" height="846" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-OAuthトークン取得のリクエスト設定値.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-OAuthトークン取得のリクエスト設定値-300x132.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-OAuthトークン取得のリクエスト設定値-1024x451.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-OAuthトークン取得のリクエスト設定値-768x338.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-OAuthトークン取得のリクエスト設定値-1536x677.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>METHOD（メソッド）：POST</p>
<p>SCHEME：https://login.salesforce.com/services/oauth2/token</p>
<p>※SalesforceのOAuthトークンエンドポイントを指定します。接続先がSandboxの場合は、以下のURLとなります。</p>
<p>「https://<span class="hutoaka">test</span>.salesforce.com/services/oauth2/token」</p>
<p>【HEADERS】</p>
<p>Content-Type：application/x-www-form-urlencoded</p>
<p>【BODY】</p>
<p>パラメータの設定方法は、今回はFORM形式で以下をそれぞれ指定します。</p>
<ul>
<li>grant_type：TEXT＝：password</li>
<li>client_id：TEXT＝：接続アプリケーションで発行したコンシューマ鍵（例）3MVG95mg0lk4batiP7Q5f8gZVREE.2FpJFS&#8230;</li>
<li>client_secret：TEXT＝：接続アプリケーションで発行したコンシューマ秘密鍵（例）E92AA80B028EC9D0A49AE2BEB296&#8230;</li>
<li>username：TEXT＝：Salesforceユーザアカウント（例）cclt-integration-user@mail.com</li>
<li>password：TEXT＝：<span style="color: #ff0000;">ユーザのパスワード</span>＋<span style="color: #0000ff;">セキュリティトークン</span>（例）<span style="color: #ff0000;">userPassword</span><span style="color: #0000ff;">wMlVs4R6nsv9L9drIIuR</span></li>
</ul>
<p>手順⑨上記Requestを設定したら、Sendボタンをクリックしてリクエストを実行してみましょう。</p>
<p>実行結果として、以下のようにResponseで200OKが表示されれば成功となります。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-ログイン認証成功（Response200）更新.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3876" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-ログイン認証成功（Response200）更新.jpg" alt="" width="1920" height="864" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-ログイン認証成功（Response200）更新.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-ログイン認証成功（Response200）更新-300x135.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-ログイン認証成功（Response200）更新-1024x461.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-ログイン認証成功（Response200）更新-768x346.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-ログイン認証成功（Response200）更新-1536x691.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>上記レスポンスBODYの「access_token」と「instance_url」を利用して、Salesforceのデータへアクセスすることができるようになります。</p>
<h3>アクセストークンを利用してSOQLクエリを実行</h3>
<p>今度は、OAuth認証を実行して取得したアクセストークンとインスタンスURLを使って、SOQLクエリを実行してみましょう。</p>
<p>手順①プロジェクト「Salesforce REST API 」のサービス「Salefsorce」以下の新規REQUESTを追加します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-取引先責任者の名前を取得するクエリ実行.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3882" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-取引先責任者の名前を取得するクエリ実行.jpg" alt="" width="1920" height="643" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-取引先責任者の名前を取得するクエリ実行.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-取引先責任者の名前を取得するクエリ実行-300x100.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-取引先責任者の名前を取得するクエリ実行-1024x343.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-取引先責任者の名前を取得するクエリ実行-768x257.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-取引先責任者の名前を取得するクエリ実行-1536x514.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>Request名：（例）取引先責任者の名前を取得するクエリを実行</p>
<p>METHOD：GET</p>
<p>SCHEMA：取得したinstance_url//services/data/v50.0/query/?<span style="color: #ff0000;">q=クエリ文</span></p>
<p>（例）https://cclt-dev-ed.my.salesforce.com/services/data/v50.0/query/?<span style="color: #ff0000;">q=SELECT+FirstName+FROM+Contact</span></p>
<p>※取引先責任者（Contact）に対して、Firstname（名）を取得するSELECT文（SPの部分は+に置き換えが必要です）</p>
<p>HEADERS</p>
<p>Authorization：Bearer 00D5h000004bsqk!AQwAQB_PXWbdAQCP_SlAXxFdfhWwEOW&#8230;.</p>
<p>※Bearer+半角SP+access_token</p>
<p>手順②上記を設定後、クエリのパラメータの横にある「：」をクリックしてEncodeにチェックがされていないことを確認して[Send]を実行します。</p>
<p>以下のようにResponse200OKが返却され、BODYに取得した取引先責任者の名前の情報が表示されます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-取引先責任者の名前を取得するクエリ実行（エンコード解除）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3883" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-取引先責任者の名前を取得するクエリ実行（エンコード解除）.jpg" alt="" width="1920" height="1250" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-取引先責任者の名前を取得するクエリ実行（エンコード解除）.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-取引先責任者の名前を取得するクエリ実行（エンコード解除）-300x195.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-取引先責任者の名前を取得するクエリ実行（エンコード解除）-1024x667.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-取引先責任者の名前を取得するクエリ実行（エンコード解除）-768x500.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-取引先責任者の名前を取得するクエリ実行（エンコード解除）-1536x1000.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>クエリパラメータがEncodeされている場合には、MALFOMED_QUERYのエラーが発生するので注意してください。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-取引先責任者の名前を取得するクエリ実行（エンコード設定のエラー）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3884" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-取引先責任者の名前を取得するクエリ実行（エンコード設定のエラー）.jpg" alt="" width="1920" height="1248" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-取引先責任者の名前を取得するクエリ実行（エンコード設定のエラー）.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-取引先責任者の名前を取得するクエリ実行（エンコード設定のエラー）-300x195.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-取引先責任者の名前を取得するクエリ実行（エンコード設定のエラー）-1024x666.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-取引先責任者の名前を取得するクエリ実行（エンコード設定のエラー）-768x499.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-取引先責任者の名前を取得するクエリ実行（エンコード設定のエラー）-1536x998.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h2>（補足）Salesforce組織でIPアドレス制限を実施している場合</h2>
<p>IPアドレス制限を実施している場合、外部システム側が固定のグローバルIPアドレスがある場合は、IPアドレスをホワイトリストへ登録します。</p>
<p>固定のグローバルIPがない場合は、接続アプリケーションの設定で、IPアドレス制限の緩和をすることで接続が可能となります。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-IPアドレス制限の緩和.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3834" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-IPアドレス制限の緩和.jpg" alt="" width="1920" height="1027" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-IPアドレス制限の緩和.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-IPアドレス制限の緩和-300x160.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-IPアドレス制限の緩和-1024x548.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-IPアドレス制限の緩和-768x411.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/08/talend-api-tester-saleseforce-oauth-IPアドレス制限の緩和-1536x822.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>IPアドレス制限の緩和をすると、セキュリティが低下するため、更新トークンのポリシーを厳格化するなどの考慮が必要です。</p>
<h2>まとめ</h2>
<p>今回は、Talend API Testerを使ったOAuthクライアント認証の手順を説明しましたが、他のツールやシステムからSalesforceにREST APIでアクセスする際も同様の設定手順となるため、手順を参考に設定をしてみてください。</p>
<p><div class="cclt-compat-kaiwa cclt-compat-kaiwa--left"><div class="cclt-compat-kaiwa__icon"><img decoding="async" src="https://creativecontentlabtokyo.com/wp-content/uploads/2024/11/schooldays1.jpg" alt="サポーターさん" loading="lazy" /><span class="cclt-compat-kaiwa__name">サポーターさん</span></div><div class="cclt-compat-kaiwa__bubble" style="background-color:#f4f4e3;"><div class="cclt-compat-kaiwa__text">ブログランキングに参加しましたので、ご支援していただけると幸いです。</div></div></div></p>
<p><a href="https://it.blogmura.com/ranking/in?p_cid=11084904" target="_blank" rel="noopener noreferrer"><img loading="lazy" decoding="async" src="https://b.blogmura.com/banner-blogmura-portfolio.svg" alt="にほんブログ村 IT技術ブログへ" width="88" height="31" border="0" /></a><br />
<a href="https://it.blogmura.com/ranking/in?p_cid=11084904" rel="noopener">にほんブログ村</a></p>
		<div class="wpulike wpulike-animated-heart " ><div class="wp_ulike_general_class wp_ulike_is_restricted"><button type="button"
					aria-label="いいねボタン"
					data-ulike-id="3827"
					data-ulike-nonce="feb865fa09"
					data-ulike-type="post"
					data-ulike-template="wpulike-animated-heart"
					data-ulike-display-likers=""
					data-ulike-likers-style="popover"
					data-ulike-append="&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop one&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop two&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop three&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop four&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop five&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop six&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop seven&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop eight&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop nine&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;"
					class="wp_ulike_btn wp_ulike_put_image wp_post_btn_3827"><svg class="wpulike-svg-heart wpulike-svg-heart-icon" viewBox="0 -28 512.00002 512" xmlns="http://www.w3.org/2000/svg"><path
						d="m471.382812 44.578125c-26.503906-28.746094-62.871093-44.578125-102.410156-44.578125-29.554687 0-56.621094 9.34375-80.449218 27.769531-12.023438 9.300781-22.917969 20.679688-32.523438 33.960938-9.601562-13.277344-20.5-24.660157-32.527344-33.960938-23.824218-18.425781-50.890625-27.769531-80.445312-27.769531-39.539063 0-75.910156 15.832031-102.414063 44.578125-26.1875 28.410156-40.613281 67.222656-40.613281 109.292969 0 43.300781 16.136719 82.9375 50.78125 124.742187 30.992188 37.394531 75.535156 75.355469 127.117188 119.3125 17.613281 15.011719 37.578124 32.027344 58.308593 50.152344 5.476563 4.796875 12.503907 7.4375 19.792969 7.4375 7.285156 0 14.316406-2.640625 19.785156-7.429687 20.730469-18.128907 40.707032-35.152344 58.328125-50.171876 51.574219-43.949218 96.117188-81.90625 127.109375-119.304687 34.644532-41.800781 50.777344-81.4375 50.777344-124.742187 0-42.066407-14.425781-80.878907-40.617188-109.289063zm0 0" /></svg></button><span class="count-box wp_ulike_counter_up" data-ulike-counter-value="+3"></span>			</div></div>
	]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>リストエディタList Editor (Salesforce Labs公式)を使ってみよう</title>
		<link>https://creativecontentlabtokyo.com/salesforce-labs-how-to-use-list-editor/</link>
		
		<dc:creator><![CDATA[セールスフォース標準化推進ラボ]]></dc:creator>
		<pubDate>Wed, 06 Jul 2022 02:56:31 +0000</pubDate>
				<category><![CDATA[製品・サービス]]></category>
		<category><![CDATA[AppExchange]]></category>
		<category><![CDATA[List_Editor]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[リストビュー]]></category>
		<category><![CDATA[動的関連リスト]]></category>
		<category><![CDATA[製品]]></category>
		<guid isPermaLink="false">https://creativecontentlabtokyo.com/?p=3680</guid>

					<description><![CDATA[今回の記事では、Salesforce Labsが提供しているList Editorという製品についてご紹介していきたいと思います。 前回の記事で、Summer …]]></description>
										<content:encoded><![CDATA[<p>今回の記事では、Salesforce Labsが提供しているList Editorという製品についてご紹介していきたいと思います。</p>
<p>前回の記事で、Summer 22で動的関連リストが利用できるようになりましたが、さっそくプロジェクトで利用してみたところ、まだ機能制限があったり今まで関連リストで実現できていたことができないなど、まだ現時点では不便だと感じる部分があります。</p>
<p>以下、前回の記事「動的関連リスト」</p>
<p><div class="cclt-compat-card st-no-shadow cclt-compat-card--text"><span class="cclt-compat-card__label" style="background-color:#cccccc;color:#ffffff;">参考</span><a href="https://creativecontentlabtokyo.com/salesforce-how-to-setup-dynamic-related-list/" class="cclt-compat-card__link"><div class="cclt-compat-card__thumb"><img decoding="async" width="300" height="174" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-検索条件追加後-300x174.jpg" class="attachment-medium size-medium wp-post-image" alt="" loading="lazy" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-検索条件追加後-300x174.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-検索条件追加後-1024x593.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-検索条件追加後-768x444.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-検索条件追加後-1536x889.jpg 1536w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-検索条件追加後.jpg 1920w" sizes="auto, (max-width: 300px) 100vw, 300px" /></div><div class="cclt-compat-card__body"><div class="cclt-compat-card__title">Salesforce 動的関連リストの使い方（Summer22新機能）</div><div class="cclt-compat-card__excerpt">今回の記事では、Summer’22で公開された新機能（動的関連リスト）の利用方法…</div><span class="cclt-compat-card__readmore">続きを読む</span></div></a></div></p>
<p>特に、モバイルを利用するプロジェクトの場合、現時点（2022/07/09)では、利用できずタブ毎表示されなくなるため、注意が必要です。</p>
<p>また、動的関連リストでは、通常の関連リストと同様デフォルトで最大30レコードまで表示可能ですが、通常の関連リストと異なり、すべて表示する機能がありません。</p>
<p>そのため絞り込みをして30件までで業務上問題なければ動的関連リストを使えますが、すべて表示することが必須という場合には、レポートを作成して動的関連リストにアクションを追加してレポートへ遷移させるなどの工夫が必要となります。</p>
<p><div class="cclt-compat-kaiwa cclt-compat-kaiwa--left"><div class="cclt-compat-kaiwa__icon"><img decoding="async" src="https://creativecontentlabtokyo.com/wp-content/uploads/2024/11/schooldays1.jpg" alt="サポーターさん" loading="lazy" /><span class="cclt-compat-kaiwa__name">サポーターさん</span></div><div class="cclt-compat-kaiwa__bubble" style="background-color:#f4f4e3;"><div class="cclt-compat-kaiwa__text">これらの問題を解決することができる製品が今回ご紹介する（List Editor）となります。</div></div></div></p>
<p>List Editorでは以下のような機能が用意されています。</p>
<p><div class="cclt-compat-mybox st-mybox-class" style="background-color:#FFFDE7;border:2px solid #FFD54F;border-radius:5px;margin:25px 0 25px 0;"><div class="cclt-compat-mybox__title" style="color:#e86051;">List Editorで実現できること</div><div class="cclt-compat-mybox__content"></p>
<ul class="st-blackboard-list st-no-ck-off">
<li>モバイルで動的関連リストの代替機能として利用可能（動的関連リストは現時点でモバイル利用不可）</li>
<li>リスト表示上限の30件以上表示可能（画面遷移なし）</li>
<li>子オブジェクト内の項目を使ってデフォルトの絞り込みが可能（例えば、名前にAAAが含まれるなどSOQLのWHERE句と同じ条件が指定可能）</li>
<li>検索結果に対して、テキスト（自由入力）での検索（絞り込みが可能）</li>
<li>項目の並び替えやリフレッシュ</li>
<li>新規子レコードの登録ボタン表示</li>
<li>一括編集機能（複数のレコード項目を一括編集することができます）</li>
<li>背景色、テキストの色、アイコンの色、レコードの背景色の変更などが可能</li>
</ul>
<p></div></div></p>
<p>では、さっそく製品のインストールから設定までの手順をご紹介していきたいと思います。</p>
<h2>List Editorのインストール</h2>
<p>まずは、List Editorのインストール手順となります。現時点では、英語版しかないため、日本語のAppExchangeで検索しても出てきません。</p>
<p>手順①以下のURL（App Exchange） をブラウザで指定して開きます。</p>
<p>https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3u00000PFXi6EAH</p>
<p>手順②以下のページが表示されたらGet It Nowボタンをクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3683" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor.jpg" alt="" width="1920" height="946" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-300x148.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-1024x505.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-768x378.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-1536x757.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順③ログインするアカウントを選択します。Salesforceでログインをクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-ログイン.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3690" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-ログイン.jpg" alt="" width="1920" height="877" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-ログイン.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-ログイン-300x137.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-ログイン-1024x468.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-ログイン-768x351.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-ログイン-1536x702.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順④ログイン後、インストール組織を選択します。インストール権限のあるユーザアカウントを選択して、本番組織にインストールする場合には、[Install in Production]を、サンドボックスにインストールする場合には、[Install in Sandbox]をクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストールの組織を選択.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3687" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストールの組織を選択.jpg" alt="" width="1920" height="1163" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストールの組織を選択.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストールの組織を選択-300x182.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストールの組織を選択-1024x620.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストールの組織を選択-768x465.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストールの組織を選択-1536x930.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑤続いて、インストール先組織の確認を実施します。正しければ[Confirm and Install]をクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストールの組織を選択カスタマイズ.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3688" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストールの組織を選択カスタマイズ.jpg" alt="" width="1920" height="1192" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストールの組織を選択カスタマイズ.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストールの組織を選択カスタマイズ-300x186.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストールの組織を選択カスタマイズ-1024x636.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストールの組織を選択カスタマイズ-768x477.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストールの組織を選択カスタマイズ-1536x954.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑥インストール先組織のユーザに対するアクセス権限を指定します。（今回はすべてのユーザを選択）</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストール（ユーザ選択）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3686" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストール（ユーザ選択）.jpg" alt="" width="1920" height="1113" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストール（ユーザ選択）.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストール（ユーザ選択）-300x174.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストール（ユーザ選択）-1024x594.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストール（ユーザ選択）-768x445.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストール（ユーザ選択）-1536x890.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑦インストールおよびアクセス権の付与処理が実行されます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストール（アクセス権付与）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3685" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストール（アクセス権付与）.jpg" alt="" width="1920" height="941" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストール（アクセス権付与）.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストール（アクセス権付与）-300x147.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストール（アクセス権付与）-1024x502.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストール（アクセス権付与）-768x376.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストール（アクセス権付与）-1536x753.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑧インストールが完了すると以下の画面が表示されるので、完了ボタンをクリックします。</p>
<p>※メールアドレスにも完了の通知が届きます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストール完了.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3689" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストール完了.jpg" alt="" width="1920" height="923" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストール完了.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストール完了-300x144.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストール完了-1024x492.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストール完了-768x369.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-インストール完了-1536x738.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>以上で、製品のインストールは完了となります。</p>
<h2>List Editorの利用方法（設定手順）</h2>
<p>続いては、インストールしたList Editorの使い方（設定方法）を説明していきます。</p>
<p>※今回は取引先画面に対して、取引先責任者をList Editorで設定してみます。</p>
<p>手順①取引先の参照画面から編集ページを実行します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（編集ページ）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3717" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（編集ページ）.jpg" alt="" width="1920" height="1112" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（編集ページ）.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（編集ページ）-300x174.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（編集ページ）-1024x593.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（編集ページ）-768x445.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（編集ページ）-1536x890.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順②編集ページでは、コンポーネントのカスタムにList Editorが表示されているため、これをドラッグ＆ドロップでお好きな場所へ配置します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（コンポーネント選択）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3700" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（コンポーネント選択）.jpg" alt="" width="1920" height="933" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（コンポーネント選択）.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（コンポーネント選択）-300x146.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（コンポーネント選択）-1024x498.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（コンポーネント選択）-768x373.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（コンポーネント選択）-1536x746.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順③以下の例では、関連リストタブのトップにList Editorのコンポーネントを配置しました。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（関連リストにList-Editorを配置）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3705" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（関連リストにList-Editorを配置）.jpg" alt="" width="1920" height="942" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（関連リストにList-Editorを配置）.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（関連リストにList-Editorを配置）-300x147.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（関連リストにList-Editorを配置）-1024x502.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（関連リストにList-Editorを配置）-768x377.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（関連リストにList-Editorを配置）-1536x754.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順④続いて、コンポーネントを選択して、パラメータを指定していきます。</p>
<p>・Object Api Name：に取引先責任者（API参照名：Contact）を指定します。</p>
<p>するとコンポーネントがリフレッシュ取引先責任者の情報が表示されます。名称の指定を間違えると正しく表示されません。</p>
<p>・Display Fields：こちらには項目のAPI参照名を指定します。（カンマ区切りで複数設定可能）</p>
<p>・Default order field：並べ替えをする項目のAPI参照名を指定します。（複数指定可能）</p>
<p>・Descending order：チェックすると降順での表示となります。</p>
<p>・Number of lines to display：デフォルトの表示行数（最大30まで指定可能）</p>
<p>・Parent reference field name（オプション）：親レコードの参照項目を指定、複数の親オブジェクトの参照がある場合には切替が可能</p>
<p>・List filter：デフォルトの絞り込み条件を指定：SOQLでのWhere句の表現で絞り込み条件の指定が可能です。（例：name like &#8216;%2&#8217;）</p>
<p>・List Label Name：ラベルのタイトルを指定することができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（取引先責任者Contactを設定）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3719" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（取引先責任者Contactを設定）.jpg" alt="" width="1920" height="1111" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（取引先責任者Contactを設定）.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（取引先責任者Contactを設定）-300x174.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（取引先責任者Contactを設定）-1024x593.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（取引先責任者Contactを設定）-768x444.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（取引先責任者Contactを設定）-1536x889.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>・Do not allow editing：チェックするとレコードの編集ボタンが非表示になります。</p>
<p>・Do not allow new creation：チェックすると新規子レコードの作成ボタンが非表示になります。</p>
<p>・Do not allow reloard：チェックするとレコードの更新（リフレッシュ）ボタンが非常時になります。</p>
<p>・Do not allow text search：チェックするとテキストの検索ボックスが非表示になります。</p>
<p>・Do not allow record action：チェックするとレコードの行に編集や削除のアクション▽が表示されなくなります。</p>
<p>・Do not allow delete on edit：チェックするとレコードの削除ボタンが非表示になります。</p>
<p>手順⑤上記内容を設定後、保存して取引先画面を表示してみましょう。</p>
<p>以下のようの取引先に紐づく担当者の一覧が表示されます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（複数レコード）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3707" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（複数レコード）.jpg" alt="" width="1920" height="948" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（複数レコード）.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（複数レコード）-300x148.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（複数レコード）-1024x506.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（複数レコード）-768x379.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（複数レコード）-1536x758.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h2>List Editorの利用方法</h2>
<p>基本的な設定が終わったら実際に利用してみましょう。</p>
<p>【新規作成】</p>
<p>List Editor上の（New）ボタンをクリックすると新規取引先責任者の登録画面（標準）が表示されます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（List-Editor設定後の表示）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3697" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（List-Editor設定後の表示）.jpg" alt="" width="1920" height="940" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（List-Editor設定後の表示）.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（List-Editor設定後の表示）-300x147.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（List-Editor設定後の表示）-1024x501.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（List-Editor設定後の表示）-768x376.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（List-Editor設定後の表示）-1536x752.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>手順②必要な情報を入力して保存します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（List-Editorで新規追加）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3691" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（List-Editorで新規追加）.jpg" alt="" width="1920" height="939" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（List-Editorで新規追加）.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（List-Editorで新規追加）-300x147.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（List-Editorで新規追加）-1024x501.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（List-Editorで新規追加）-768x376.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（List-Editorで新規追加）-1536x751.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順③保存するとレコードが追加されたことが確認できます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（List-Editorで新規追加後２）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3693" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（List-Editorで新規追加後２）.jpg" alt="" width="1920" height="952" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（List-Editorで新規追加後２）.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（List-Editorで新規追加後２）-300x149.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（List-Editorで新規追加後２）-1024x508.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（List-Editorで新規追加後２）-768x381.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（List-Editorで新規追加後２）-1536x762.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>【レコードの編集（個別）】</p>
<p>手順①個別に1レコードだけ編集した場合は、レコードのアクションメニューからEditを実行します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（個別レコード編集）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3721" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（個別レコード編集）.jpg" alt="" width="1920" height="1117" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（個別レコード編集）.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（個別レコード編集）-300x175.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（個別レコード編集）-1024x596.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（個別レコード編集）-768x447.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（個別レコード編集）-1536x894.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順②編集画面は標準と同じです。レコードを編集して保存をクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（個別レコード編集後）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3720" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（個別レコード編集後）.jpg" alt="" width="1920" height="1097" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（個別レコード編集後）.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（個別レコード編集後）-300x171.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（個別レコード編集後）-1024x585.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（個別レコード編集後）-768x439.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（個別レコード編集後）-1536x878.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>【レコードの一括編集】</p>
<p>手順①以下のように複数レコードが存在して一括編集したい場合には、鉛筆マークのボタンをクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（複数レコード）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3707" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（複数レコード）.jpg" alt="" width="1920" height="948" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（複数レコード）.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（複数レコード）-300x148.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（複数レコード）-1024x506.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（複数レコード）-768x379.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（複数レコード）-1536x758.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順②以下のように一括編集画面が表示されます。値の変更やレコードの削除などが可能です。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（一括レコード編集後）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3722" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（一括レコード編集後）.jpg" alt="" width="1920" height="1113" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（一括レコード編集後）.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（一括レコード編集後）-300x174.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（一括レコード編集後）-1024x594.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（一括レコード編集後）-768x445.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（一括レコード編集後）-1536x890.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h2>List Editorのコンポーネントのカスタマイズ（その他）</h2>
<p>List Editorのコンポーネントは、以下のようなカスタマイズが可能です。</p>
<p>（ヘッダ背景色、テキスト色、レコードの偶数行の背景色の変更）</p>
<p>例：背景色をピンク、テキストを白、行をスカイブルーに変更しています。※英単語や16進数（#ffffffなど）での指定が可能です。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（レコードの偶数行Skyblue）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3704" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（レコードの偶数行Skyblue）.jpg" alt="" width="1920" height="942" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（レコードの偶数行Skyblue）.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（レコードの偶数行Skyblue）-300x147.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（レコードの偶数行Skyblue）-1024x502.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（レコードの偶数行Skyblue）-768x377.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（レコードの偶数行Skyblue）-1536x754.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>16進数で指定した場合</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（ヘッダの背景色変更）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3702" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（ヘッダの背景色変更）.jpg" alt="" width="1920" height="946" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（ヘッダの背景色変更）.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（ヘッダの背景色変更）-300x148.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（ヘッダの背景色変更）-1024x505.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（ヘッダの背景色変更）-768x378.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（ヘッダの背景色変更）-1536x757.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（ヘッダのテキストwhite）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3701" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（ヘッダのテキストwhite）.jpg" alt="" width="1920" height="946" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（ヘッダのテキストwhite）.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（ヘッダのテキストwhite）-300x148.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（ヘッダのテキストwhite）-1024x505.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（ヘッダのテキストwhite）-768x378.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（ヘッダのテキストwhite）-1536x757.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>（アイコンの色、アイコンの背景色）</p>
<p>アイコンの色や背景色の変更も可能です。※アイコン自体の指定はできないようです。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（アイコン背景色Green）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3699" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（アイコン背景色Green）.jpg" alt="" width="1920" height="951" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（アイコン背景色Green）.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（アイコン背景色Green）-300x149.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（アイコン背景色Green）-1024x507.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（アイコン背景色Green）-768x380.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（アイコン背景色Green）-1536x761.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>最後にイメージの高さと幅の指定が可能となっています。</p>
<p>&nbsp;</p>
<h2>まとめ</h2>
<p>以上で、List Editorのコンポーネントのインストールからカスタマイズまでの説明が完了となります。</p>
<p>ご紹介した通り、かなり便利で実用的なコンポーネントとなっていて、開発なしでこれらの機能が利用できるのであれば、動的関連リストの代わりにとしては十分な気がします。</p>
<p>注意点としては、自由入力での検索は、リストビューと同じようにテキスト項目や選択リスト値に対してしか検索できないため、ロングテキスト型を利用している場合には注意が必要です。</p>
<p>また、ロングテキスト型を配置した場合には、その項目での並べ替えはできません。（現状ではソートしようとするとExceptionが発生します）</p>
<p>※標準のリストビューでは、ソートできないように制御されていますが、そこの制御がまだ実装されていない気がするので、ご利用の際は注意が必要です。</p>
<p><div class="cclt-compat-kaiwa cclt-compat-kaiwa--left"><div class="cclt-compat-kaiwa__icon"><img decoding="async" src="https://creativecontentlabtokyo.com/wp-content/uploads/2024/11/schooldays1.jpg" alt="サポーターさん" loading="lazy" /><span class="cclt-compat-kaiwa__name">サポーターさん</span></div><div class="cclt-compat-kaiwa__bubble" style="background-color:#f4f4e3;"><div class="cclt-compat-kaiwa__text">ブログランキングに参加しましたので、ご支援していただけると幸いです。</div></div></div></p>
<p><a href="https://it.blogmura.com/ranking/in?p_cid=11084904" target="_blank" rel="noopener noreferrer"><img loading="lazy" decoding="async" src="https://b.blogmura.com/banner-blogmura-portfolio.svg" alt="にほんブログ村 IT技術ブログへ" width="88" height="31" border="0" /></a><br />
<a href="https://it.blogmura.com/ranking/in?p_cid=11084904" rel="noopener">にほんブログ村</a></p>
		<div class="wpulike wpulike-animated-heart " ><div class="wp_ulike_general_class wp_ulike_is_restricted"><button type="button"
					aria-label="いいねボタン"
					data-ulike-id="3680"
					data-ulike-nonce="7e4434ad6c"
					data-ulike-type="post"
					data-ulike-template="wpulike-animated-heart"
					data-ulike-display-likers=""
					data-ulike-likers-style="popover"
					data-ulike-append="&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop one&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop two&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop three&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop four&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop five&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop six&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop seven&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop eight&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop nine&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;"
					class="wp_ulike_btn wp_ulike_put_image wp_post_btn_3680"><svg class="wpulike-svg-heart wpulike-svg-heart-icon" viewBox="0 -28 512.00002 512" xmlns="http://www.w3.org/2000/svg"><path
						d="m471.382812 44.578125c-26.503906-28.746094-62.871093-44.578125-102.410156-44.578125-29.554687 0-56.621094 9.34375-80.449218 27.769531-12.023438 9.300781-22.917969 20.679688-32.523438 33.960938-9.601562-13.277344-20.5-24.660157-32.527344-33.960938-23.824218-18.425781-50.890625-27.769531-80.445312-27.769531-39.539063 0-75.910156 15.832031-102.414063 44.578125-26.1875 28.410156-40.613281 67.222656-40.613281 109.292969 0 43.300781 16.136719 82.9375 50.78125 124.742187 30.992188 37.394531 75.535156 75.355469 127.117188 119.3125 17.613281 15.011719 37.578124 32.027344 58.308593 50.152344 5.476563 4.796875 12.503907 7.4375 19.792969 7.4375 7.285156 0 14.316406-2.640625 19.785156-7.429687 20.730469-18.128907 40.707032-35.152344 58.328125-50.171876 51.574219-43.949218 96.117188-81.90625 127.109375-119.304687 34.644532-41.800781 50.777344-81.4375 50.777344-124.742187 0-42.066407-14.425781-80.878907-40.617188-109.289063zm0 0" /></svg></button><span class="count-box wp_ulike_counter_up" data-ulike-counter-value="+7"></span>			</div></div>
	]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Salesforce 動的関連リストの使い方（Summer22新機能）</title>
		<link>https://creativecontentlabtokyo.com/salesforce-how-to-setup-dynamic-related-list/</link>
		
		<dc:creator><![CDATA[セールスフォース標準化推進ラボ]]></dc:creator>
		<pubDate>Wed, 15 Jun 2022 07:55:55 +0000</pubDate>
				<category><![CDATA[Tips集]]></category>
		<category><![CDATA[製品・サービス]]></category>
		<category><![CDATA[設定（標準機能）]]></category>
		<category><![CDATA[Dynamic Related List]]></category>
		<category><![CDATA[List-Editor]]></category>
		<category><![CDATA[Listview]]></category>
		<category><![CDATA[Redord-Hunter]]></category>
		<category><![CDATA[Summer22]]></category>
		<category><![CDATA[リストビュー]]></category>
		<category><![CDATA[一括編集]]></category>
		<category><![CDATA[動的関連リスト]]></category>
		<category><![CDATA[標準機能]]></category>
		<category><![CDATA[関連リスト]]></category>
		<guid isPermaLink="false">https://creativecontentlabtokyo.com/?p=3512</guid>

					<description><![CDATA[今回の記事では、Summer’22で公開された新機能（動的関連リスト）の利用方法をご紹介いたします。（Updated 2022/07/06） これまでは、Lig…]]></description>
										<content:encoded><![CDATA[<p>今回の記事では、Summer’22で公開された新機能（動的関連リスト）の利用方法をご紹介いたします。（<span style="color: #ff0000;">Updated 2022/07/06</span>）</p>
<p><div class="cclt-compat-kaiwa cclt-compat-kaiwa--left"><div class="cclt-compat-kaiwa__icon"><img decoding="async" src="https://creativecontentlabtokyo.com/wp-content/uploads/2024/11/schooldays1.jpg" alt="サポーターさん" loading="lazy" /><span class="cclt-compat-kaiwa__name">サポーターさん</span></div><div class="cclt-compat-kaiwa__bubble" style="background-color:#f4f4e3;"><div class="cclt-compat-kaiwa__text">関連リストのオブジェクト内の項目を使ってのフィルタリングができるようになりました</div></div></div></p>
<p>これまでは、Lightning Recordページ内に関連リストを追加しても、関連リストに対しては親オブジェクトの条件での絞り込みしかできませんでしたが、Summer’22（2022年6月12日リリース）の動的関連リスト（Dynamic Related List）を利用することで、関連リストのオブジェクト項目を使っての絞り込みができるようになりました。</p>
<p>ただし、この機能を使うことで制約事項もあるため、合わせてご説明していきたいと思います。</p>
<p><div class="cclt-compat-cmemo st-text-guide st-text-guide-attention" style="background-color:#ffebee;color:#000000;border:px solid #ffcdd2;"><span class="cclt-compat-cmemo__icon fa fa-file-text-o" style="color:#ef5350;"></span><div class="cclt-compat-cmemo__text"></p>
<p>現時点（2022/07/06）では、動的関連リストを使って実現できない内容となるため通いが必要です。</p>
<ul>
<li>モバイルに表示できない（モバイル対応されていないため、動的関連リストを設定しているタブはモバイルには表示されません）</li>
<li>表示数の制限がある（最大で30件までしか表示できない）※標準の関連リストであれば、[すべて表示]で残りのレコードも表示されますが、この機能は現時点では提供されていません。</li>
</ul>
<p></div></div></p>
<h2>動的関連リストの概要</h2>
<p>動的関連リストは、以下、Lightning アプリケーションビルダーから利用することができます。</p>
<p><div class="cclt-compat-mybox st-mybox-class" style="background-color:#fafafa;border:0px solid ;border-radius:5px;margin:25px 0 25px 0;"><div class="cclt-compat-mybox__title" style="color:#757575;">実現可能なこと</div><div class="cclt-compat-mybox__content"></p>
<ul>
<li>親オブジェクトに紐づく子オブジェクトのデータを表示することが可能（主従関係/参照関係）</li>
<li>関連リストのラベル名の変更が可能</li>
<li>関連リストの項目の選択（入れ替え）、項目の並び順変更、ソート順の指定が可能</li>
<li>表示するレコード数の設定が可能（最大30件）</li>
<li>関連リストのオブジェクト項目を使っての絞り込み条件が指定可能（複数組み合わせが可能）</li>
<li>関連リストにアクションを設定可能（カスタムアクションも追加可能）</li>
<li>コンポーネントの表示条件の設定が可能</li>
</ul>
<p></div></div></p>
<h2>動的関連リストの設定手順</h2>
<p>続いては、動的関連リストの設定手順を説明していきます。</p>
<p>今回は、取引先のLightning レコードページに商談の動的関連リストを設定する例でご説明します。</p>
<p>手順①システム管理者でログイン後、取引先のタブをクリックして、取引先一覧を表示します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先一覧.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3514" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先一覧.jpg" alt="" width="1920" height="1099" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先一覧.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先一覧-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先一覧-1024x586.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先一覧-768x440.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先一覧-1536x879.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順②取引先レコードを選択して、詳細画面を表示します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3515" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細.jpg" alt="" width="1920" height="1111" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-300x174.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-1024x593.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-768x444.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-1536x889.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順③設定メニューから「編集ページ」を実行します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-編集ページ.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3526" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-編集ページ.jpg" alt="" width="1920" height="1115" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-編集ページ.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-編集ページ-300x174.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-編集ページ-1024x595.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-編集ページ-768x446.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-編集ページ-1536x892.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>※もしくは手順①～③の手順かわりに以下、オブジェクトマネージャで取引先オブジェクトを選択後、Lightning レコードページを編集する流れでも構いません。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化-オブジェクトマネージャ.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3528" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化-オブジェクトマネージャ.jpg" alt="" width="1920" height="1101" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化-オブジェクトマネージャ.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化-オブジェクトマネージャ-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化-オブジェクトマネージャ-1024x587.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化-オブジェクトマネージャ-768x440.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化-オブジェクトマネージャ-1536x881.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順④Lightning アプリケーションビルダーの画面にて、[関連リスト &#8211; 1つ]のコンポーネントをお好きな場所へ配置します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-関連リスト1つを追加.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3516" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-関連リスト1つを追加.jpg" alt="" width="1920" height="1113" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-関連リスト1つを追加.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-関連リスト1つを追加-300x174.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-関連リスト1つを追加-1024x594.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-関連リスト1つを追加-768x445.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-関連リスト1つを追加-1536x890.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>※注意事項として以下の記載がありますが、動的関連リストは、複数関連リストでは有効化できません。</p>
<p><span style="color: #ff0000;">動的関連リストは、既存の [関連リスト &#8211; 1 つ] コンポーネントでのみ使用できます。リストの表示ラベル、その項目、そのページアクション、およびその検索条件を設定するには、[動的関連リスト &#8211; 1 つ] コンポーネントを使用してください。</span></p>
<p>必ず「関連リスト &#8211; 1つ]のコンポーネントを利用するようにしてください。</p>
<p>手順⑤追加した関連リストを選択いて、以下の内容を設定します。</p>
<p>親レコード：この取引先を使用</p>
<p>関連リスト：商談</p>
<p>関連リスト種別：デフォルト（お好きなものを選択して構いません）</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-関連リストに商談を追加.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3517" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-関連リストに商談を追加.jpg" alt="" width="1920" height="1114" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-関連リストに商談を追加.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-関連リストに商談を追加-300x174.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-関連リストに商談を追加-1024x594.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-関連リストに商談を追加-768x446.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-関連リストに商談を追加-1536x891.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑥続いて、動的関連リストにアップグレードの内容を確認して、「アップグレードに関するお問い合わせ」のリンクをクリックして、動的関連リストを有効化します。※実際にお問い合わせするわけではないです。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3518" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化.jpg" alt="" width="1920" height="1116" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化-300x174.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化-1024x595.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化-768x446.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化-1536x893.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑦動的関連リストを有効化すると以下の図のように設定可能な項目が変更されます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3519" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後.jpg" alt="" width="1920" height="1110" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-300x173.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-1024x592.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-768x444.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-1536x888.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑧動的関連リストの設定は、関連リストのオブジェクトの項目を使って検索条件を設定することができます。</p>
<p>検索条件を追加ボタンをクリックしてください。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-検索条件追加.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3521" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-検索条件追加.jpg" alt="" width="1920" height="1109" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-検索条件追加.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-検索条件追加-300x173.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-検索条件追加-1024x591.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-検索条件追加-768x444.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-検索条件追加-1536x887.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑨検索条件の設定画面が表示されます。（例では商談のフェーズがClosed Wonのレコードを抽出としました）</p>
<p>項目：フェーズ</p>
<p>演算子：次の文字列と一致する</p>
<p>値：Closed Won</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-検索条件追加後.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3522" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-検索条件追加後.jpg" alt="" width="1920" height="1111" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-検索条件追加後.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-検索条件追加後-300x174.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-検索条件追加後-1024x593.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-検索条件追加後-768x444.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-検索条件追加後-1536x889.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>保存すると以下のように表示されます。</p>
<p>変更が確認できたら、保存、有効化を実施してアプリケーションビルダーを閉じます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-アクション追加.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3520" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-アクション追加.jpg" alt="" width="1920" height="1113" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-アクション追加.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-アクション追加-300x174.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-アクション追加-1024x594.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-アクション追加-768x445.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-アクション追加-1536x890.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑩取引先に関連する全ての商談を確認します。</p>
<p>以下の例では、Prospecting,Closed Lost,Closed Wonの3種類のステータスを用意しています。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-全ての商談.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3523" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-全ての商談.jpg" alt="" width="1920" height="1102" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-全ての商談.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-全ての商談-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-全ての商談-1024x588.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-全ての商談-768x441.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-全ての商談-1536x882.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑪設定した動的関連リストの画面を確認します。</p>
<p>動的関連リストには、1件（フェーズ：Closed Won）が表示されています。一方標準の関連リストでは、3件すべて表示されています。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-動的関連リストの商談.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3524" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-動的関連リストの商談.jpg" alt="" width="1920" height="1114" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-動的関連リストの商談.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-動的関連リストの商談-300x174.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-動的関連リストの商談-1024x594.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-動的関連リストの商談-768x446.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化後-動的関連リストの商談-1536x891.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>最後に制約事項をお伝えしておきます。</p>
<p>動的関連リストと標準の関連リストを見比べていただくとわかりますが、動的関連リストには、すべて表示というメニューが表示されていません。</p>
<p>（≒動的関連リストでは、全ての検索した結果を表示することができず、最大で30件までのレコードの表示制限となります）</p>
<p>※2022年6月15日の調査時点</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化-すべて表示.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3530" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化-すべて表示.jpg" alt="" width="1920" height="1111" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化-すべて表示.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化-すべて表示-300x174.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化-すべて表示-1024x593.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化-すべて表示-768x444.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/Salesforce-how-to-setup-dynamic-Related-list-動的関連リスト-取引先詳細-動的関連リストの有効化-すべて表示-1536x889.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>設定手順は以上となります。</p>
<h2>制約事項への対応方針</h2>
<p>・動的関連リストで全てのレコードを表示できない問題</p>
<p>対応方針：同じ条件のレポートを作成しておき、動的関連リストのアクションを追加する。（レポートURLを実行するボタンを作成しておき、パラメータのIDには表示しているレコードのIDを渡す）</p>
<p>・モバイル対応</p>
<p>対応方針：Salesforce LabsがApp Exchangeで無償提供している製品「List Editor」を利用する。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3683" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor.jpg" alt="" width="1920" height="946" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-300x148.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-1024x505.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-768x378.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-1536x757.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>このList Editorは、かなり汎用性が高い製品となっています。Record Hunterと使い勝手（設定）は似ていますね。</p>
<p>以下の画面のように、取引先に紐づく取引先責任者（担当者一覧と名前を変更しています）表示可能です。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（複数レコード）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3707" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（複数レコード）.jpg" alt="" width="1920" height="948" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（複数レコード）.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（複数レコード）-300x148.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（複数レコード）-1024x506.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（複数レコード）-768x379.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（複数レコード）-1536x758.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>機能も豊富で、以下のようなことができます。</p>
<ul>
<li>親レコードに関連する子レコードを表示可能（30件以上も表示できます）</li>
<li>表示する子レコードの条件指定が可能（例えば、名前にAAAが含まれるなどSOQLのWHERE句と同じ条件が指定可能）</li>
<li>一括編集機能（複数のレコード項目を一括編集することができます）</li>
<li>項目の並び替えやリフレッシュ</li>
<li>テキスト項目の検索（絞り込み）※自由入力で部分一致検索が可能（ただしロングテキストエリアは検索不可のため注意）</li>
<li>新規子レコードの登録ボタン表示</li>
<li>背景色、テキストの色、アイコンの色、レコードの背景色の変更などが可能</li>
</ul>
<p>一括編集画面（サンプル）</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（List-Editor一括更新前）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3694" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（List-Editor一括更新前）.jpg" alt="" width="1920" height="949" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（List-Editor一括更新前）.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（List-Editor一括更新前）-300x148.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（List-Editor一括更新前）-1024x506.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（List-Editor一括更新前）-768x380.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/06/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（List-Editor一括更新前）-1536x759.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>App Exchangeのリストエディタ「List Editor」に関するインストールから設定手順の詳細に関しては、こちらの記事を参照ください。</p>
<p><div class="cclt-compat-card st-no-shadow cclt-compat-card--text"><span class="cclt-compat-card__label" style="background-color:#cccccc;color:#ffffff;">参考</span><a href="https://creativecontentlabtokyo.com/salesforce-labs-how-to-use-list-editor/" class="cclt-compat-card__link"><div class="cclt-compat-card__thumb"><img decoding="async" width="300" height="175" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（個別レコード編集）-300x175.jpg" class="attachment-medium size-medium wp-post-image" alt="" loading="lazy" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（個別レコード編集）-300x175.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（個別レコード編集）-1024x596.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（個別レコード編集）-768x447.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（個別レコード編集）-1536x894.jpg 1536w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/07/salesforce-labs-how-to-use-list-editor-AppExchange-List-Editor-取引先画面（個別レコード編集）.jpg 1920w" sizes="auto, (max-width: 300px) 100vw, 300px" /></div><div class="cclt-compat-card__body"><div class="cclt-compat-card__title">リストエディタList Editor (Salesforce Labs公式)を使ってみよう</div><div class="cclt-compat-card__excerpt">今回の記事では、Salesforce Labsが提供しているList Edito…</div><span class="cclt-compat-card__readmore">続きを読む</span></div></a></div></p>
<h2>まとめ</h2>
<p>今回は、Summer&#8217;22で公開された新機能（動的関連リスト）の使い方や制約事項についてご説明しました。</p>
<p>お客様から関連リストの絞り込みについては以前から要望が多かったため、実現されて非常に喜ばれています。</p>
<p>表示件数については、もしかすると何かの設定で可能かもしれませんし、将来的には実現されるかもしれません。</p>
<p>どうしても要件として必要な場合には、これまで通り、リストビューとLWCの組み合わせで対応する必要があるかもしれません。</p>
<p>※リストビューを使っての実現方法は別途ご紹介いたします。</p>
<p><div class="cclt-compat-kaiwa cclt-compat-kaiwa--left"><div class="cclt-compat-kaiwa__icon"><img decoding="async" src="https://creativecontentlabtokyo.com/wp-content/uploads/2024/11/schooldays1.jpg" alt="サポーターさん" loading="lazy" /><span class="cclt-compat-kaiwa__name">サポーターさん</span></div><div class="cclt-compat-kaiwa__bubble" style="background-color:#f4f4e3;"><div class="cclt-compat-kaiwa__text">ブログランキングに参加しましたので、ご支援していただけると幸いです。</div></div></div></p>
<p><a href="https://it.blogmura.com/ranking/in?p_cid=11084904" target="_blank" rel="noopener noreferrer"><img loading="lazy" decoding="async" src="https://b.blogmura.com/banner-blogmura-portfolio.svg" alt="にほんブログ村 IT技術ブログへ" width="88" height="31" border="0" /></a><br />
<a href="https://it.blogmura.com/ranking/in?p_cid=11084904" rel="noopener">にほんブログ村</a></p>
		<div class="wpulike wpulike-animated-heart " ><div class="wp_ulike_general_class wp_ulike_is_restricted"><button type="button"
					aria-label="いいねボタン"
					data-ulike-id="3512"
					data-ulike-nonce="82def3a06b"
					data-ulike-type="post"
					data-ulike-template="wpulike-animated-heart"
					data-ulike-display-likers=""
					data-ulike-likers-style="popover"
					data-ulike-append="&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop one&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop two&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop three&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop four&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop five&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop six&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop seven&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop eight&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop nine&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;"
					class="wp_ulike_btn wp_ulike_put_image wp_post_btn_3512"><svg class="wpulike-svg-heart wpulike-svg-heart-icon" viewBox="0 -28 512.00002 512" xmlns="http://www.w3.org/2000/svg"><path
						d="m471.382812 44.578125c-26.503906-28.746094-62.871093-44.578125-102.410156-44.578125-29.554687 0-56.621094 9.34375-80.449218 27.769531-12.023438 9.300781-22.917969 20.679688-32.523438 33.960938-9.601562-13.277344-20.5-24.660157-32.527344-33.960938-23.824218-18.425781-50.890625-27.769531-80.445312-27.769531-39.539063 0-75.910156 15.832031-102.414063 44.578125-26.1875 28.410156-40.613281 67.222656-40.613281 109.292969 0 43.300781 16.136719 82.9375 50.78125 124.742187 30.992188 37.394531 75.535156 75.355469 127.117188 119.3125 17.613281 15.011719 37.578124 32.027344 58.308593 50.152344 5.476563 4.796875 12.503907 7.4375 19.792969 7.4375 7.285156 0 14.316406-2.640625 19.785156-7.429687 20.730469-18.128907 40.707032-35.152344 58.328125-50.171876 51.574219-43.949218 96.117188-81.90625 127.109375-119.304687 34.644532-41.800781 50.777344-81.4375 50.777344-124.742187 0-42.066407-14.425781-80.878907-40.617188-109.289063zm0 0" /></svg></button><span class="count-box wp_ulike_counter_up" data-ulike-counter-value="0"></span>			</div></div>
	]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>SalesforceとTableau Onlineの SSOを設定する（SAML認証）</title>
		<link>https://creativecontentlabtokyo.com/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-saml-single-sign-on/</link>
		
		<dc:creator><![CDATA[セールスフォース標準化推進ラボ]]></dc:creator>
		<pubDate>Sun, 20 Mar 2022 04:54:41 +0000</pubDate>
				<category><![CDATA[製品・サービス]]></category>
		<category><![CDATA[SAML]]></category>
		<category><![CDATA[Single sign on]]></category>
		<category><![CDATA[SSO]]></category>
		<category><![CDATA[Tableau Online]]></category>
		<category><![CDATA[Tableau viz component]]></category>
		<category><![CDATA[シングルサインオン]]></category>
		<guid isPermaLink="false">https://creativecontentlabtokyo.com/?p=2906</guid>

					<description><![CDATA[本記事では、Tableau Viz Lightning Web Component for Salesforceを使って、Tableau Online とSSO…]]></description>
										<content:encoded><![CDATA[<p>本記事では、Tableau Viz Lightning Web Component for Salesforceを使って、Tableau Online とSSO（シングルサインオン）で連携する手順について説明します。</p>
<p>前回の記事では、Tableau Viz Lightning Web Component for Salesforceを使ってTableau Onlineのコンポーネントを表示する方法を説明しましたが、実際にプロジェクトで利用する場合には、セキュリティ上Tableau側への連携は認証が必要になると思います。</p>
<p><div class="cclt-compat-card st-no-shadow cclt-compat-card--text"><span class="cclt-compat-card__label" style="background-color:#cccccc;color:#ffffff;">参考</span><a href="https://creativecontentlabtokyo.com/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce/" class="cclt-compat-card__link"><div class="cclt-compat-card__thumb"><img decoding="async" width="300" height="185" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-1-AppExchange1-300x185.jpg" class="attachment-medium size-medium wp-post-image" alt="" loading="lazy" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-1-AppExchange1-300x185.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-1-AppExchange1-1024x632.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-1-AppExchange1-768x474.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-1-AppExchange1-1536x948.jpg 1536w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-1-AppExchange1.jpg 1920w" sizes="auto, (max-width: 300px) 100vw, 300px" /></div><div class="cclt-compat-card__body"><div class="cclt-compat-card__title">Tableau Viz Lightning Web Component for Salesforceを使ってみよう</div><div class="cclt-compat-card__excerpt">SalesforceのデータをTableauを使って分析するといえば、Table…</div><span class="cclt-compat-card__readmore">続きを読む</span></div></a></div></p>
<p>※Tableau Onlineのトライアル環境を利用したい場合は、上記記事を参考にセットアップしておいてください。</p>
<p>SalesforceからTableauのコンポーネントを利用する場合に、都度IDとパスワードを入力して認証してから利用することも可能ですが、毎回ログインするのは面倒です。</p>
<p>今回ご紹介する手順でSSO設定することで、Salesforceへログイン後は自動的にTableauも認証されるようになります。</p>
<h2>Tableau OnlineのSAML認証設定</h2>
<p>Tableau Onlineにシステム管理者としてログインしておきます。</p>
<p>手順①左サイドバーのメニューから設定を実行して、設定画面を表示します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-1設定.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3045" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-1設定.jpg" alt="" width="1920" height="1056" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-1設定.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-1設定-300x165.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-1設定-1024x563.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-1設定-768x422.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-1設定-1536x845.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順②以下の警告メッセージが表示されます。問題なければ続行します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-2-SAML警告.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3046" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-2-SAML警告.jpg" alt="" width="766" height="535" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-2-SAML警告.jpg 766w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-2-SAML警告-300x210.jpg 300w" sizes="auto, (max-width: 766px) 100vw, 766px" /></a></p>
<p>手順③認証タブをクリックして、認証タイプで追加の認証方法を有効にするを選択後、SAMLをクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-2-認証タイプ選択.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3047" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-2-認証タイプ選択.jpg" alt="" width="1920" height="1044" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-2-認証タイプ選択.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-2-認証タイプ選択-300x163.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-2-認証タイプ選択-1024x557.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-2-認証タイプ選択-768x418.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-2-認証タイプ選択-1536x835.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順④SAMLの中に表示されている、「＞接続の編集&#8230;」をクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-Online-SSO-Tableau-Online-からメタデータをエクスポート.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4761" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-Online-SSO-Tableau-Online-からメタデータをエクスポート.jpg" alt="" width="1920" height="1125" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-Online-SSO-Tableau-Online-からメタデータをエクスポート.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-Online-SSO-Tableau-Online-からメタデータをエクスポート-300x176.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-Online-SSO-Tableau-Online-からメタデータをエクスポート-1024x600.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-Online-SSO-Tableau-Online-からメタデータをエクスポート-768x450.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-Online-SSO-Tableau-Online-からメタデータをエクスポート-1536x900.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>&nbsp;</p>
<p>上記の中からTableau OnlineエンティティIDとアサーションコンシューマーサービスURLをそれぞれコピーして、テキストに保存しておきます。</p>
<p>※あとでSalesforce側の設定時にペーストして利用します。</p>
<h2 class="slds-text-heading_large"><span id="topic-title">SAML ID プロバイダとしての Salesforce の有効化</span></h2>
<p>まず、Salesforce側の設定を実施します。</p>
<p>Tableau Viz Lightning Web Component for Salesforceを利用するSalesforce 組織を外部サービスプロバイダに対するシングルサインオン (SSO) SAML ID プロバイダとすることができます。</p>
<p>手順①Salesforceへシステム管理者としてログイン後、設定-&gt;IDプロバイダを実行し、以下の画面からIDプロバイダを有効化するを実行します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-3-Salesforce-IDプロバイダ.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3040" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-3-Salesforce-IDプロバイダ.jpg" alt="" width="1920" height="1099" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-3-Salesforce-IDプロバイダ.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-3-Salesforce-IDプロバイダ-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-3-Salesforce-IDプロバイダ-1024x586.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-3-Salesforce-IDプロバイダ-768x440.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-3-Salesforce-IDプロバイダ-1536x879.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順②IDプロバイダの設定画面で、証明書を選択します。※自動的に作成されるものがデフォルトで選択されるのでそのまま保存します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-3-Salesforce-IDプロバイダ有効化②.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3041" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-3-Salesforce-IDプロバイダ有効化②.jpg" alt="" width="1920" height="1101" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-3-Salesforce-IDプロバイダ有効化②.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-3-Salesforce-IDプロバイダ有効化②-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-3-Salesforce-IDプロバイダ有効化②-1024x587.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-3-Salesforce-IDプロバイダ有効化②-768x440.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-3-Salesforce-IDプロバイダ有効化②-1536x881.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順③以下の警告メッセージが表示される場合があります。問題なければＯＫをクリックします。<span class="hutoaka">※すでに別のサービスのSSOを使っている場合は注意してください。</span></p>
<p>警告メッセージ「IdP証明書を変更しようとしています。証明書を変更すると、既存のサービスプロバイダが機能しなくなる可能性があります。継続してよろしいですか？</p>
<p>手順④ＩＤプロバイダの情報が表示されます。ここでは、「証明書のダウンロード」、「メタデータのダウンロード」をそれぞれ実行してファイルをダウンロードしてください。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-3-Salesforce-IDプロバイダ有効化④.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3043" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-3-Salesforce-IDプロバイダ有効化④.jpg" alt="" width="1920" height="1179" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-3-Salesforce-IDプロバイダ有効化④.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-3-Salesforce-IDプロバイダ有効化④-300x184.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-3-Salesforce-IDプロバイダ有効化④-1024x629.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-3-Salesforce-IDプロバイダ有効化④-768x472.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-3-Salesforce-IDプロバイダ有効化④-1536x943.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑤以下ダウンロードしたファイルはあとで利用するため、保管用のフォルダへ配置しておいてください。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-3-Salesforce-IDプロバイダ有効化⑤証明書ダウンロード.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3044" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-3-Salesforce-IDプロバイダ有効化⑤証明書ダウンロード.jpg" alt="" width="1689" height="224" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-3-Salesforce-IDプロバイダ有効化⑤証明書ダウンロード.jpg 1689w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-3-Salesforce-IDプロバイダ有効化⑤証明書ダウンロード-300x40.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-3-Salesforce-IDプロバイダ有効化⑤証明書ダウンロード-1024x136.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-3-Salesforce-IDプロバイダ有効化⑤証明書ダウンロード-768x102.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-3-Salesforce-IDプロバイダ有効化⑤証明書ダウンロード-1536x204.jpg 1536w" sizes="auto, (max-width: 1689px) 100vw, 1689px" /></a></p>
<p>手順⑥設定-&gt;アプリケーションマネージャを実行します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-Salesforceアプリケーションマネージャ.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3080" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-Salesforceアプリケーションマネージャ.jpg" alt="" width="1920" height="1102" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-Salesforceアプリケーションマネージャ.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-Salesforceアプリケーションマネージャ-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-Salesforceアプリケーションマネージャ-1024x588.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-Salesforceアプリケーションマネージャ-768x441.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-Salesforceアプリケーションマネージャ-1536x882.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑦新規接続アプリケーションを実行します。</p>
<p>接続アプリケーション名は、サービスの内容がわかるような名前を指定してください。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-Salesforce新規接続アプリケーションの作成.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3079" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-Salesforce新規接続アプリケーションの作成.jpg" alt="" width="1920" height="974" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-Salesforce新規接続アプリケーションの作成.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-Salesforce新規接続アプリケーションの作成-300x152.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-Salesforce新規接続アプリケーションの作成-1024x519.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-Salesforce新規接続アプリケーションの作成-768x390.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-Salesforce新規接続アプリケーションの作成-1536x779.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑧続いてWebアプリケーションの設定項目で以下の内容を指定します。</p>
<p>開始URL：Tableau Onlineのログイン後のホーム画面のURLを指定します。</p>
<p>SAMLの有効化にチェックを入れます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-Salesforce開始urlの設定とSAMLの有効化.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3078" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-Salesforce開始urlの設定とSAMLの有効化.jpg" alt="" width="1920" height="412" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-Salesforce開始urlの設定とSAMLの有効化.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-Salesforce開始urlの設定とSAMLの有効化-300x64.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-Salesforce開始urlの設定とSAMLの有効化-1024x220.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-Salesforce開始urlの設定とSAMLの有効化-768x165.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-Salesforce開始urlの設定とSAMLの有効化-1536x330.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑨SAML有効化すると以下の項目が表示されるため、最初にTableau Onlineの認証画面で取得した以下のエンティティIDとアサーションコンシューマーサービスURL（ACS）を使って、値を設定します。</p>
<p>※Tableau Onlineで取得した情報</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-4-Salesforce-TableauOnlineエンティティIDとACSのコピー.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3065" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-4-Salesforce-TableauOnlineエンティティIDとACSのコピー.jpg" alt="" width="1224" height="682" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-4-Salesforce-TableauOnlineエンティティIDとACSのコピー.jpg 1224w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-4-Salesforce-TableauOnlineエンティティIDとACSのコピー-300x167.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-4-Salesforce-TableauOnlineエンティティIDとACSのコピー-1024x571.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-4-Salesforce-TableauOnlineエンティティIDとACSのコピー-768x428.jpg 768w" sizes="auto, (max-width: 1224px) 100vw, 1224px" /></a></p>
<p>エンティティIDとACS URLをコピー＆ペーストで間違いないように入力します。</p>
<p>手順⑩件名種別では、今回は統合IDを指定します。</p>
<p><span class="hutoaka">※Salesforceのユーザ名は全世界で一意の値にする必要があり、Sandboxなどで検証したり、本番移行の際にユーザ名をTableau Online側と一致させるのが難しい場合が多いため、ユーザオブジェクトの統合ID項目を利用してSAML認証を行います。</span></p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceエンティティidとACS入力.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3077" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceエンティティidとACS入力.jpg" alt="" width="1920" height="653" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceエンティティidとACS入力.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceエンティティidとACS入力-300x102.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceエンティティidとACS入力-1024x348.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceエンティティidとACS入力-768x261.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceエンティティidとACS入力-1536x522.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑪nameidのフォーマはメールアドレスを選択します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceWEBアプリ設定-SAML認証方式選択.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3076" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceWEBアプリ設定-SAML認証方式選択.jpg" alt="" width="1920" height="683" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceWEBアプリ設定-SAML認証方式選択.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceWEBアプリ設定-SAML認証方式選択-300x107.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceWEBアプリ設定-SAML認証方式選択-1024x364.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceWEBアプリ設定-SAML認証方式選択-768x273.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceWEBアプリ設定-SAML認証方式選択-1536x546.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑫IdP証明書を選択します。※手順②で作成した証明書を選択します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceWEBアプリ設定-IdP証明書選択.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3075" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceWEBアプリ設定-IdP証明書選択.jpg" alt="" width="1920" height="661" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceWEBアプリ設定-IdP証明書選択.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceWEBアプリ設定-IdP証明書選択-300x103.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceWEBアプリ設定-IdP証明書選択-1024x353.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceWEBアプリ設定-IdP証明書選択-768x264.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceWEBアプリ設定-IdP証明書選択-1536x529.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑬SAMLメッセージの署名アルゴリズムでSHA256を選択します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceWEBアプリ設定-メッセージ署名アルゴリズム選択.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3074" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceWEBアプリ設定-メッセージ署名アルゴリズム選択.jpg" alt="" width="1920" height="701" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceWEBアプリ設定-メッセージ署名アルゴリズム選択.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceWEBアプリ設定-メッセージ署名アルゴリズム選択-300x110.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceWEBアプリ設定-メッセージ署名アルゴリズム選択-1024x374.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceWEBアプリ設定-メッセージ署名アルゴリズム選択-768x280.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceWEBアプリ設定-メッセージ署名アルゴリズム選択-1536x561.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑭これまで設定した内容を保存します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceWEBアプリ設定-設定情報保存.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3073" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceWEBアプリ設定-設定情報保存.jpg" alt="" width="1920" height="1181" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceWEBアプリ設定-設定情報保存.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceWEBアプリ設定-設定情報保存-300x185.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceWEBアプリ設定-設定情報保存-1024x630.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceWEBアプリ設定-設定情報保存-768x472.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SalesforceWEBアプリ設定-設定情報保存-1536x945.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h3>②接続アプリケーションの権限セット作成</h3>
<p>Tableau Onlineへの接続アプリケーションをユーザが利用できるように権限セットを作成して、ユーザへ付与します。</p>
<p>手順①設定-&gt;権限セットの画面を表示します。「新規」のボタンをクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-10-権限セット作成.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3087" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-10-権限セット作成.jpg" alt="" width="1920" height="1095" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-10-権限セット作成.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-10-権限セット作成-300x171.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-10-権限セット作成-1024x584.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-10-権限セット作成-768x438.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-10-権限セット作成-1536x876.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順②権限セット作成画面にて、ラベル名とAPI参照名を指定して保存します。</p>
<p>※ライセンスを指定する場合は、ライセンスの選択リストで適切なライセンスを選択してください。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-11-権限セット作成②.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3088" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-11-権限セット作成②.jpg" alt="" width="1920" height="1106" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-11-権限セット作成②.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-11-権限セット作成②-300x173.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-11-権限セット作成②-1024x590.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-11-権限セット作成②-768x442.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-11-権限セット作成②-1536x885.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順③権限セット概要から、割り当てられた接続アプリケーションをクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-12-権限セット作成②.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3089" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-12-権限セット作成②.jpg" alt="" width="1920" height="1181" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-12-権限セット作成②.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-12-権限セット作成②-300x185.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-12-権限セット作成②-1024x630.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-12-権限セット作成②-768x472.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-12-権限セット作成②-1536x945.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順④割り当てられた接続アプリケーションの「編集」ボタンをクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-13-権限セット作成②.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3090" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-13-権限セット作成②.jpg" alt="" width="1920" height="1186" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-13-権限セット作成②.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-13-権限セット作成②-300x185.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-13-権限セット作成②-1024x633.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-13-権限セット作成②-768x474.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-13-権限セット作成②-1536x949.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑤接続アプリケーションインストール済から作成したTableau Onlineの接続アプリケーションを有効化の方へ追加して保存する。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-14-権限セットに接続アプリケーションを設定.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3091" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-14-権限セットに接続アプリケーションを設定.jpg" alt="" width="1920" height="1182" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-14-権限セットに接続アプリケーションを設定.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-14-権限セットに接続アプリケーションを設定-300x185.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-14-権限セットに接続アプリケーションを設定-1024x630.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-14-権限セットに接続アプリケーションを設定-768x473.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-14-権限セットに接続アプリケーションを設定-1536x946.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑥保存後の画面で、「割り当ての管理」ボタンをクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-15-権限セットの割り当ての管理.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3092" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-15-権限セットの割り当ての管理.jpg" alt="" width="1920" height="1179" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-15-権限セットの割り当ての管理.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-15-権限セットの割り当ての管理-300x184.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-15-権限セットの割り当ての管理-1024x629.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-15-権限セットの割り当ての管理-768x472.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-15-権限セットの割り当ての管理-1536x943.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑦「割り当てを追加」ボタンをクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-15-権限セットの割り当ての管理②.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3093" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-15-権限セットの割り当ての管理②.jpg" alt="" width="1920" height="1188" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-15-権限セットの割り当ての管理②.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-15-権限セットの割り当ての管理②-300x186.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-15-権限セットの割り当ての管理②-1024x634.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-15-権限セットの割り当ての管理②-768x475.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-15-権限セットの割り当ての管理②-1536x950.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑧権限セットを追加したいユーザ（Tableau OnlineのSSO接続対象のユーザ）を選択して「割り当て」ボタンをクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-16-権限セットの割り当ての管理②.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3094" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-16-権限セットの割り当ての管理②.jpg" alt="" width="1920" height="1197" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-16-権限セットの割り当ての管理②.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-16-権限セットの割り当ての管理②-300x187.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-16-権限セットの割り当ての管理②-1024x638.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-16-権限セットの割り当ての管理②-768x479.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-16-権限セットの割り当ての管理②-1536x958.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p><span class="hutoaka">※Salesforceの設定-&gt;IDプロバイダイベントログにて、SSOの状況が確認できますが、権限セットを付与していない場合、以下のエラーが表示されます。</span></p>
<p><span class="hutoaka">「エラー: ユーザにこのサービスプロバイダへのアクセス権がありません 」</span></p>
<p>※ ユーザは SAML 対応接続アプリケーションの使用を許可されていません。たとえば、適切な権限セットまたはプロファイルがありません。</p>
<h3>Salesforceユーザの統合IDを指定する</h3>
<p>手順①設定-&gt;ユーザからTableau OnlineとSSO接続するユーザを選択し、統合IDを編集する</p>
<p>今回はテスト用ユーザ1名について、統合IDにメールアドレスを設定する。※Tableau Onlineのユーザ名と一致させること。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-19-Salesforceユーザ統合IDにメールアドレスを指定.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3098" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-19-Salesforceユーザ統合IDにメールアドレスを指定.jpg" alt="" width="1920" height="830" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-19-Salesforceユーザ統合IDにメールアドレスを指定.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-19-Salesforceユーザ統合IDにメールアドレスを指定-300x130.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-19-Salesforceユーザ統合IDにメールアドレスを指定-1024x443.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-19-Salesforceユーザ統合IDにメールアドレスを指定-768x332.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-19-Salesforceユーザ統合IDにメールアドレスを指定-1536x664.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>つづいて、Tableau Online側の作業を行います。</p>
<h2>Tableau OnlineのSAML認証設定</h2>
<p>Tableau Onlineにシステム管理者としてログインしておきます。</p>
<p>手順①左サイドバーのメニューから設定を実行して、設定画面を表示します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-1設定.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3045" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-1設定.jpg" alt="" width="1920" height="1056" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-1設定.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-1設定-300x165.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-1設定-1024x563.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-1設定-768x422.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-1設定-1536x845.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順②SAMLの中に表示されている、「＞接続の編集&#8230;」をクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-2-認証タイプ選択.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3047" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-2-認証タイプ選択.jpg" alt="" width="1920" height="1044" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-2-認証タイプ選択.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-2-認証タイプ選択-300x163.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-2-認証タイプ選択-1024x557.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-2-認証タイプ選択-768x418.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-2-認証タイプ選択-1536x835.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑤Tableau Onlinにメタデータファイルをインポートで、IdPメタデータファイルにSalesforceからダウンロードしておいたメタデータファイルをインポートします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-17-TableauOnline-Salesforceメタデータの入力①.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3052" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-17-TableauOnline-Salesforceメタデータの入力①.jpg" alt="" width="1920" height="1043" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-17-TableauOnline-Salesforceメタデータの入力①.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-17-TableauOnline-Salesforceメタデータの入力①-300x163.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-17-TableauOnline-Salesforceメタデータの入力①-1024x556.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-17-TableauOnline-Salesforceメタデータの入力①-768x417.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-17-TableauOnline-Salesforceメタデータの入力①-1536x834.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑥ダウンロードしておいたメタデータファイルを指定します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-17-TableauOnline-Salesforceメタデータの入力②.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-3053" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-17-TableauOnline-Salesforceメタデータの入力②.jpg" alt="" width="554" height="86" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-17-TableauOnline-Salesforceメタデータの入力②.jpg 1449w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-17-TableauOnline-Salesforceメタデータの入力②-300x47.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-17-TableauOnline-Salesforceメタデータの入力②-1024x159.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-17-TableauOnline-Salesforceメタデータの入力②-768x119.jpg 768w" sizes="auto, (max-width: 554px) 100vw, 554px" /></a></p>
<p>手順⑦ファイルがインポートされたら適用を実行します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-17-TableauOnline-Salesforceメタデータの入力③2.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3311" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-17-TableauOnline-Salesforceメタデータの入力③2.jpg" alt="" width="1920" height="1251" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-17-TableauOnline-Salesforceメタデータの入力③2.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-17-TableauOnline-Salesforceメタデータの入力③2-300x195.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-17-TableauOnline-Salesforceメタデータの入力③2-1024x667.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-17-TableauOnline-Salesforceメタデータの入力③2-768x500.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-17-TableauOnline-Salesforceメタデータの入力③2-1536x1001.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑧埋め込みオプションをONに設定します。</p>
<p>インラインフレームを使用する認証（低いセキュリティ、すべてのIdPでサポートされていない）</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-18-TableauOnline-Salesforce埋め込みオプションの設定.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3085" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-18-TableauOnline-Salesforce埋め込みオプションの設定.jpg" alt="" width="1920" height="1140" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-18-TableauOnline-Salesforce埋め込みオプションの設定.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-18-TableauOnline-Salesforce埋め込みオプションの設定-300x178.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-18-TableauOnline-Salesforce埋め込みオプションの設定-1024x608.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-18-TableauOnline-Salesforce埋め込みオプションの設定-768x456.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-18-TableauOnline-Salesforce埋め込みオプションの設定-1536x912.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑨ユーザの管理から、ユーザの追加を実行する。</p>
<p>※Salesforceのユーザ項目の統合IDに指定したメールアドレスと一致するユーザを作成する。</p>
<p>例：sfdc.tableau.sso@email.com</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-19-TableauOnline-SalesforceSAMLユーザ追加2.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-3097" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-19-TableauOnline-SalesforceSAMLユーザ追加2.jpg" alt="" width="450" height="387" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-19-TableauOnline-SalesforceSAMLユーザ追加2.jpg 1148w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-19-TableauOnline-SalesforceSAMLユーザ追加2-300x258.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-19-TableauOnline-SalesforceSAMLユーザ追加2-1024x880.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-19-TableauOnline-SalesforceSAMLユーザ追加2-768x660.jpg 768w" sizes="auto, (max-width: 450px) 100vw, 450px" /></a></p>
<p>手順⑩上記手順で追加したメールアドレスに以下のメールが届いていることを確認する。</p>
<p>メール内リンクから「Start Exploring」を実行する。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SAMLユーザ追加メール受信2.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3100" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SAMLユーザ追加メール受信2.jpg" alt="" width="1920" height="1122" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SAMLユーザ追加メール受信2.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SAMLユーザ追加メール受信2-300x175.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SAMLユーザ追加メール受信2-1024x598.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SAMLユーザ追加メール受信2-768x449.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-SAMLユーザ追加メール受信2-1536x898.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑪Salesforceにリダイレクトされるため、統合IDを設定したユーザでログインする。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-19-Salesforce.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3103" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-19-Salesforce.jpg" alt="" width="1920" height="1141" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-19-Salesforce.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-19-Salesforce-300x178.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-19-Salesforce-1024x609.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-19-Salesforce-768x456.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-19-Salesforce-1536x913.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑫Salesforceへログイン後、SSO認証後Tabelauのホーム画面へ遷移する。</p>
<p><span style="color: #ff0000;">※ログインできずにエラーになっている場合は、ここまでの設定がうまくいっていない可能性があるため、本記の「SSO接続エラーの対処方法」を参照して、原因の特定をしてください。</span></p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-19-SalesforceからTableauへSSO2.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3105" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-19-SalesforceからTableauへSSO2.jpg" alt="" width="1920" height="1156" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-19-SalesforceからTableauへSSO2.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-19-SalesforceからTableauへSSO2-300x181.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-19-SalesforceからTableauへSSO2-1024x617.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-19-SalesforceからTableauへSSO2-768x462.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SSO-19-SalesforceからTableauへSSO2-1536x925.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>最後に、Salesforceへログインして、Tableau viz componentの画面がSSOで認証され正常に表示されることを確認します。</p>
<p>設定-&gt;IDプロバイダイベントログで、状況が成功になっている確認します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SalesforceにログインしてSSOが成功しているか確認.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3108" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SalesforceにログインしてSSOが成功しているか確認.jpg" alt="" width="1920" height="418" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SalesforceにログインしてSSOが成功しているか確認.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SalesforceにログインしてSSOが成功しているか確認-300x65.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SalesforceにログインしてSSOが成功しているか確認-1024x223.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SalesforceにログインしてSSOが成功しているか確認-768x167.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SalesforceにログインしてSSOが成功しているか確認-1536x334.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>Tableau viz componentが表示されることを確認する。</p>
<p>※ワークブックが正しく表示されない場合は、Tableau OnlineでSSOユーザにアクセス権限が付与されている確認してください。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SalesforceにログインしてSSOが成功しているか確認2.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3109" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SalesforceにログインしてSSOが成功しているか確認2.jpg" alt="" width="1920" height="1106" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SalesforceにログインしてSSOが成功しているか確認2.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SalesforceにログインしてSSOが成功しているか確認2-300x173.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SalesforceにログインしてSSOが成功しているか確認2-1024x590.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SalesforceにログインしてSSOが成功しているか確認2-768x442.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/03/Tableau-online-connect-with-salesforce-Tableau-Online-SalesforceにログインしてSSOが成功しているか確認2-1536x885.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h2>SSO接続エラーの対処方法</h2>
<p>Salesforce側で調査</p>
<p>・設定-&gt;IDプロバイダイベントログを確認する。</p>
<p>※SSO対象ユーザのイベントログが確認できる。エラー内容を確認して対処する。</p>
<p>エラーメッセージの詳細な内容は、Salesforce公式のHelpページにて確認することができます。</p>
<p><div class="cclt-compat-cmemo" style="background-color:#fafafa;color:#757575;border:px solid ;"><span class="cclt-compat-cmemo__icon fa fa-file-text-o" style="color:#BDBDBD;"></span><div class="cclt-compat-cmemo__text">Salesforce 公式Help「<a href="https://help.salesforce.com/s/articleView?id=sf.identity_provider_error_log.htm&amp;type=5" rel="noopener">ID プロバイダイベントログの使用</a>」</div></div></p>
<h3>補足</h3>
<p>Tableau の公式HPより参考になる手順が書かれているページがあるのでこちらも参考にしてください。</p>
<p><div class="cclt-compat-cmemo" style="background-color:#fafafa;color:#757575;border:px solid ;"><span class="cclt-compat-cmemo__icon fa fa-file-text-o" style="color:#BDBDBD;"></span><div class="cclt-compat-cmemo__text"><a href="https://help.tableau.com/current/online/ja-jp/saml_config_TOL_LWC.htm" rel="noopener">Tableau Viz Lightning Web コンポーネントの SAML の構成</a></div></div></p>
<h2>まとめ</h2>
<p>Tableau viz componentをSSOで接続する手順について説明しました。</p>
<p><div class="cclt-compat-kaiwa cclt-compat-kaiwa--left"><div class="cclt-compat-kaiwa__icon"><img decoding="async" src="https://creativecontentlabtokyo.com/wp-content/uploads/2024/11/schooldays1.jpg" alt="サポーターさん" loading="lazy" /><span class="cclt-compat-kaiwa__name">サポーターさん</span></div><div class="cclt-compat-kaiwa__bubble" style="background-color:#f4f4e3;"><div class="cclt-compat-kaiwa__text">ブログランキングに参加しましたので、ご支援していただけると幸いです。</div></div></div></p>
<p><a href="https://it.blogmura.com/ranking/in?p_cid=11084904" target="_blank" rel="noopener noreferrer"><img loading="lazy" decoding="async" src="https://b.blogmura.com/banner-blogmura-portfolio.svg" alt="にほんブログ村 IT技術ブログへ" width="88" height="31" border="0" /></a><br />
<a href="https://it.blogmura.com/ranking/in?p_cid=11084904" rel="noopener">にほんブログ村</a></p>
		<div class="wpulike wpulike-animated-heart " ><div class="wp_ulike_general_class wp_ulike_is_restricted"><button type="button"
					aria-label="いいねボタン"
					data-ulike-id="2906"
					data-ulike-nonce="7e634285cc"
					data-ulike-type="post"
					data-ulike-template="wpulike-animated-heart"
					data-ulike-display-likers=""
					data-ulike-likers-style="popover"
					data-ulike-append="&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop one&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop two&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop three&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop four&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop five&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop six&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop seven&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop eight&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop nine&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;"
					class="wp_ulike_btn wp_ulike_put_image wp_post_btn_2906"><svg class="wpulike-svg-heart wpulike-svg-heart-icon" viewBox="0 -28 512.00002 512" xmlns="http://www.w3.org/2000/svg"><path
						d="m471.382812 44.578125c-26.503906-28.746094-62.871093-44.578125-102.410156-44.578125-29.554687 0-56.621094 9.34375-80.449218 27.769531-12.023438 9.300781-22.917969 20.679688-32.523438 33.960938-9.601562-13.277344-20.5-24.660157-32.527344-33.960938-23.824218-18.425781-50.890625-27.769531-80.445312-27.769531-39.539063 0-75.910156 15.832031-102.414063 44.578125-26.1875 28.410156-40.613281 67.222656-40.613281 109.292969 0 43.300781 16.136719 82.9375 50.78125 124.742187 30.992188 37.394531 75.535156 75.355469 127.117188 119.3125 17.613281 15.011719 37.578124 32.027344 58.308593 50.152344 5.476563 4.796875 12.503907 7.4375 19.792969 7.4375 7.285156 0 14.316406-2.640625 19.785156-7.429687 20.730469-18.128907 40.707032-35.152344 58.328125-50.171876 51.574219-43.949218 96.117188-81.90625 127.109375-119.304687 34.644532-41.800781 50.777344-81.4375 50.777344-124.742187 0-42.066407-14.425781-80.878907-40.617188-109.289063zm0 0" /></svg></button><span class="count-box wp_ulike_counter_up" data-ulike-counter-value="+1"></span>			</div></div>
	]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Tableau Viz Lightning Web Component for Salesforceを使ってみよう</title>
		<link>https://creativecontentlabtokyo.com/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce/</link>
		
		<dc:creator><![CDATA[セールスフォース標準化推進ラボ]]></dc:creator>
		<pubDate>Sat, 26 Feb 2022 05:06:59 +0000</pubDate>
				<category><![CDATA[製品・サービス]]></category>
		<category><![CDATA[AppExchange]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[SSO]]></category>
		<category><![CDATA[Tableau Online]]></category>
		<category><![CDATA[Tableau Server]]></category>
		<category><![CDATA[Tableau Viz Lightning Web Component for Salesforce]]></category>
		<guid isPermaLink="false">https://creativecontentlabtokyo.com/?p=2832</guid>

					<description><![CDATA[SalesforceのデータをTableauを使って分析するといえば、Tableau CRMを想像される方も多いのではないでしょうか。 しかし既にTableau…]]></description>
										<content:encoded><![CDATA[<p>SalesforceのデータをTableauを使って分析するといえば、Tableau CRMを想像される方も多いのではないでしょうか。</p>
<p>しかし既にTableauをお使いの場合には、蓄積したデータや作成したコンポーネントをSalesforceに連携してSalesforce上で利用（表示）するという方法もあります。</p>
<p><span class="hutoaka">「 Tableau Viz Lightning Web コンポーネント」を使用すると、SalesforceのLightning ページでTableau ビューを 簡単に表示することができます。</span></p>
<p>今回の記事では、SalesforceのAppExchangeで公開されている「Tableau Viz Lightning Web Component for Salesforce」を使って、Tableauで作成したコンポーネントをSalesforce Lightningページ表示する方法をご紹介いたします。</p>
<p>この方法を使うと、Salesforceの標準機能で実現が難しいレポートやダッシュボードをSalesforce側の開発をせず、Tableauの標準機能で作成して、それをSalesforce上で参照するという使い方ができるため、作業工数の削減や品質向上につなげることができます。</p>
<p>では、さっそくセットアップ手順を説明していきたいと思います。</p>
<h2>Tableau Viz Lightning Web Component for Salesforceのセットアップ手順</h2>
<p>前提：Tableau製品には大きくクラウド型（Tableau Online）とオンプレミス型（Tableau Server）の2種類が存在します。</p>
<p>今回は、クラウド型サービスのTableau Onlineを使って、Salesforceとの連携を実現します。</p>
<p>※Tableau Onlineについては、現在14日間のトライアルが無料で利用可能となっています。</p>
<p>セットアップの手順（概略）は以下となります。</p>
<p><div class="cclt-compat-timeline"><br />
<div class="cclt-compat-timeline__item"><div class="cclt-compat-timeline__label">step.1</div><div class="cclt-compat-timeline__content"></p>
<p>Tableau Onlineへサインアップ</p>
<p></div></div><br />
<div class="cclt-compat-timeline__item"><div class="cclt-compat-timeline__label">step.2</div><div class="cclt-compat-timeline__content"></p>
<p>Tableau Online側で、Salesforceのデータベースを参照して商談のダッシュボードを作成して公開（パブリッシュ）します。</p>
<p></div></div><br />
<div class="cclt-compat-timeline__item"><div class="cclt-compat-timeline__label">step.3</div><div class="cclt-compat-timeline__content"></p>
<p>AppExchangeの「Tableau Viz Lightning Web Component for Salesforce」をSalesforce組織にインストールします。</p>
<p></div></div><br />
<div class="cclt-compat-timeline__item"><div class="cclt-compat-timeline__label">step.4</div><div class="cclt-compat-timeline__content"></p>
<p>Tableau Viz Lightning Web Component for Salesforceにステップ２で作成したダッシュボードを表示する。</p>
<p></div></div><br />
</div></p>
<h2>セットアップ（実践）</h2>
<p>では手順に従ってさっそくセットアップを進めていきましょう。</p>
<h3>１．Tableau Online のサインアップ</h3>
<p>まずは、Tableau Onlineのトライアルの申し込みを行います。すでに自社でTableau Onlineをご利用の場合は、本ステップはスキップしてください。</p>
<p>①以下、Tableau の公式HPへアクセスします。</p>
<p><div class="cclt-compat-cmemo" style="background-color:#fafafa;color:#757575;border:px solid ;"><span class="cclt-compat-cmemo__icon fa fa-file-text-o" style="color:#BDBDBD;"></span><div class="cclt-compat-cmemo__text">Tableau公式HP「<a href="https://www.tableau.com/ja-jp/products/online/request-trial" rel="noopener">Tableau Onlineのサインアップ</a>（トライアル申し込み）」</div></div></p>
<p>以下の申し込み画面で、必要事項を入力して無料トライアル版をリクエストのボタンをクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-無料トライアル申し込み.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2928" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-無料トライアル申し込み.jpg" alt="" width="1920" height="1126" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-無料トライアル申し込み.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-無料トライアル申し込み-300x176.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-無料トライアル申し込み-1024x601.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-無料トライアル申し込み-768x450.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-無料トライアル申し込み-1536x901.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>②申し込み後、以下の画面が表示されます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-2-無料トライアル申し込み.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2929" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-2-無料トライアル申し込み.jpg" alt="" width="1920" height="1112" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-2-無料トライアル申し込み.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-2-無料トライアル申し込み-300x174.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-2-無料トライアル申し込み-1024x593.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-2-無料トライアル申し込み-768x445.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-2-無料トライアル申し込み-1536x890.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>③申込時に指定したメールアドレスに以下のメールが届きますので、「Activate My Site」のボタンをクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-3-アクティベーションメール.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2930" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-3-アクティベーションメール.jpg" alt="" width="1920" height="1045" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-3-アクティベーションメール.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-3-アクティベーションメール-300x163.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-3-アクティベーションメール-1024x557.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-3-アクティベーションメール-768x418.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-3-アクティベーションメール-1536x836.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>④ブラウザで以下の画面が表示されます。必要事項を入力して、もう一度「Activate My Site」を実行します。</p>
<p>・姓名、パスワード、サイト名（Tableau Online上に表示されます）を入力</p>
<p>・ロケーション：日本を指定</p>
<p>・利用規約に同意のチェックをします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-4-アクティベーションメール②.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2931" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-4-アクティベーションメール②.jpg" alt="" width="1920" height="1314" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-4-アクティベーションメール②.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-4-アクティベーションメール②-300x205.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-4-アクティベーションメール②-1024x701.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-4-アクティベーションメール②-768x526.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-4-アクティベーションメール②-1536x1051.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>⑤次に進むと、以下のようなWelcome to Tableau！画面が表示されて、Tableau Onlineが利用できるようになります。「Next」ボタンをクリック。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-5-スタート.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2932" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-5-スタート.jpg" alt="" width="1413" height="1137" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-5-スタート.jpg 1413w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-5-スタート-300x241.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-5-スタート-1024x824.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-5-スタート-768x618.jpg 768w" sizes="auto, (max-width: 1413px) 100vw, 1413px" /></a></p>
<p>⑥Salesforce Customerの確認メッセージが表示されますが、ここでは接続せずスキップしておきます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-6-Salesforceコネクト.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2933" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-6-Salesforceコネクト.jpg" alt="" width="1019" height="586" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-6-Salesforceコネクト.jpg 1019w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-6-Salesforceコネクト-300x173.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-6-Salesforceコネクト-768x442.jpg 768w" sizes="auto, (max-width: 1019px) 100vw, 1019px" /></a></p>
<p>⑦Tableau Onlineのホームが面が表示されます。ログインユーザはシステム管理者権限を持っています。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-7-ホーム画面.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2934" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-7-ホーム画面.jpg" alt="" width="1920" height="1118" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-7-ホーム画面.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-7-ホーム画面-300x175.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-7-ホーム画面-1024x596.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-7-ホーム画面-768x447.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-7-ホーム画面-1536x894.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h3>２．Tableau Online側からSalesforceに接続して商談ダッシュボードを作成</h3>
<p>つづいて、Salesforce組織に接続して、商談データを使ったダッシュボードをTableau Onlineに作成していきます。</p>
<p>①ホーム画面のダッシュボードスターターからSalesforceを選択します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続①.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2944" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続①.jpg" alt="" width="1920" height="1045" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続①.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続①-300x163.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続①-1024x557.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続①-768x418.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続①-1536x836.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>②ダッシュボードの選択画面で、商談の概要というものがあるためこちらを選択して「Salesforceにサインイン」をクリックします。</p>
<p>※その他のお気に入りのダッシュボードがあればそちらを利用していただいても構いません。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続②.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2945" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続②.jpg" alt="" width="1920" height="1272" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続②.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続②-300x199.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続②-1024x678.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続②-768x509.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続②-1536x1018.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>③Tableau OnlineからSalesforceに対するアクセスを認証するため、接続先組織のユーザ名とパスワードを入力してログイン認証します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続③.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2946" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続③.jpg" alt="" width="1641" height="1401" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続③.jpg 1641w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続③-300x256.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続③-1024x874.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続③-768x656.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続③-1536x1311.jpg 1536w" sizes="auto, (max-width: 1641px) 100vw, 1641px" /></a></p>
<p>④以下のようにアクセス許可を求める画面が表示されるため、許可のボタンをクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続④.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2947" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続④.jpg" alt="" width="1650" height="1396" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続④.jpg 1650w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続④-300x254.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続④-1024x866.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続④-768x650.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続④-1536x1300.jpg 1536w" sizes="auto, (max-width: 1650px) 100vw, 1650px" /></a></p>
<p>⑤アクセスを許可すると、Tableau Online側で自動的にSalesforceに接続し必要なデータを収集してダッシュボードを自動生成します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑤.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2948" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑤.jpg" alt="" width="1068" height="644" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑤.jpg 1068w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑤-300x181.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑤-1024x617.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑤-768x463.jpg 768w" sizes="auto, (max-width: 1068px) 100vw, 1068px" /></a></p>
<p>⑥ダッシュボードの生成が終わると、以下のような画面が表示されます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑥商談ダッシュボード.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2950" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑥商談ダッシュボード.jpg" alt="" width="1920" height="1100" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑥商談ダッシュボード.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑥商談ダッシュボード-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑥商談ダッシュボード-1024x587.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑥商談ダッシュボード-768x440.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑥商談ダッシュボード-1536x880.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>※以下はスマートフォン用のVIEWで表示した場合のレイアウトとなります。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑥商談ダッシュボード（スマートフォンビュー）.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2949" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑥商談ダッシュボード（スマートフォンビュー）.jpg" alt="" width="1507" height="1688" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑥商談ダッシュボード（スマートフォンビュー）.jpg 1507w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑥商談ダッシュボード（スマートフォンビュー）-268x300.jpg 268w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑥商談ダッシュボード（スマートフォンビュー）-914x1024.jpg 914w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑥商談ダッシュボード（スマートフォンビュー）-768x860.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑥商談ダッシュボード（スマートフォンビュー）-1371x1536.jpg 1371w" sizes="auto, (max-width: 1507px) 100vw, 1507px" /></a></p>
<p>⑦続いて、作成したTableau VIEWを公開します。画面左上の「パブリッシュ」のボタンをクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑥商談ダッシュボード.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2950" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑥商談ダッシュボード.jpg" alt="" width="1920" height="1100" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑥商談ダッシュボード.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑥商談ダッシュボード-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑥商談ダッシュボード-1024x587.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑥商談ダッシュボード-768x440.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑥商談ダッシュボード-1536x880.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>⑧ワークブックのパブリッシュ画面が表示されます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑦商談ダッシュボードのパブリッシュ②.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2952" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑦商談ダッシュボードのパブリッシュ②.jpg" alt="" width="1920" height="1080" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑦商談ダッシュボードのパブリッシュ②.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑦商談ダッシュボードのパブリッシュ②-300x169.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑦商談ダッシュボードのパブリッシュ②-1024x576.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑦商談ダッシュボードのパブリッシュ②-768x432.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑦商談ダッシュボードのパブリッシュ②-1536x864.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>⑨ワークブックの名前を指定して、保存先のプロジェクトを選択します。</p>
<p>データソースのパスワードの埋め込みは今回はSalesforce側はサンプルデータを利用しているため指定しませんが、必要な方は設定してください。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑦商談ダッシュボードのパブリッシュ③.jpg"><img loading="lazy" decoding="async" class="alignnone  wp-image-2953" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑦商談ダッシュボードのパブリッシュ③.jpg" alt="" width="327" height="467" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑦商談ダッシュボードのパブリッシュ③.jpg 721w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑦商談ダッシュボードのパブリッシュ③-210x300.jpg 210w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑦商談ダッシュボードのパブリッシュ③-717x1024.jpg 717w" sizes="auto, (max-width: 327px) 100vw, 327px" /></a></p>
<p>登録・設定が終わったら、「パブリッシュ」ボタンをクリックします。</p>
<p>⑩パブリッシュ後にブラウザのURLをコピーしておきます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑦商談ダッシュボードのパブリッシュ④.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2954" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑦商談ダッシュボードのパブリッシュ④.jpg" alt="" width="1920" height="833" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑦商談ダッシュボードのパブリッシュ④.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑦商談ダッシュボードのパブリッシュ④-300x130.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑦商談ダッシュボードのパブリッシュ④-1024x444.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑦商談ダッシュボードのパブリッシュ④-768x333.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑦商談ダッシュボードのパブリッシュ④-1536x666.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h3>３．AppExchange「Tableau Viz Lightning Web Component for Salesforce」をインストール</h3>
<p>今度は、Salesforce側の作業となります。AppExchangeの「Tableau Viz Lightning Web Component for Salesforce」をSalesforce組織にインストールします。</p>
<p>①以下、Tableau公式HPのリンクからAPPExchangeのサイトへ行き、「Get It Now」をクリックします。</p>
<p><div class="cclt-compat-cmemo" style="background-color:#fafafa;color:#757575;border:px solid ;"><span class="cclt-compat-cmemo__icon fa fa-file-text-o" style="color:#BDBDBD;"></span><div class="cclt-compat-cmemo__text">Tableau公式HP「<a href="https://www.tableau.com/products/viz-lightning-web-component-salesforce" rel="noopener">Tableau Viz Lightning Web Component for Salesforce</a>」</div></div></p>
<p>※直接のAppExchangeのリンクは以下となります。</p>
<p><div class="cclt-compat-cmemo" style="background-color:#fafafa;color:#757575;border:px solid ;"><span class="cclt-compat-cmemo__icon fa fa-file-text-o" style="color:#BDBDBD;"></span><div class="cclt-compat-cmemo__text">Salesforce AppEchange公式HP「<a href="https://appexchange.salesforce.com/appxListingDetail?listingId=a0N4V00000GF1cSUAT" rel="noopener">Tableau Viz Lightning Web Component for Salesforce</a>」</div></div></p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-1-AppExchange1-1.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2958" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-1-AppExchange1-1.jpg" alt="" width="1920" height="1185" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-1-AppExchange1-1.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-1-AppExchange1-1-300x185.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-1-AppExchange1-1-1024x632.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-1-AppExchange1-1-768x474.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-1-AppExchange1-1-1536x948.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>②次にTrailblazer.meのほうでログインします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-2-AppExchange2.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2959" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-2-AppExchange2.jpg" alt="" width="1459" height="892" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-2-AppExchange2.jpg 1459w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-2-AppExchange2-300x183.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-2-AppExchange2-1024x626.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-2-AppExchange2-768x470.jpg 768w" sizes="auto, (max-width: 1459px) 100vw, 1459px" /></a></p>
<p>③アプリケーションをインストールする対象の組織へログインするためのユーザ名、パスワードを指定します。</p>
<p>※Sandboxの場合、URLが異なるので注意してください。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-3-login.jpg"><img loading="lazy" decoding="async" class="alignnone  wp-image-2960" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-3-login.jpg" alt="" width="350" height="500" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-3-login.jpg 832w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-3-login-210x300.jpg 210w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-3-login-717x1024.jpg 717w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-3-login-768x1097.jpg 768w" sizes="auto, (max-width: 350px) 100vw, 350px" /></a></p>
<p>④ID検証の画面にて、メールアドレスに通知された確認コードを入力して検証を行います。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-4-多要素認証.jpg"><img loading="lazy" decoding="async" class="alignnone  wp-image-2961" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-4-多要素認証.jpg" alt="" width="350" height="500" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-4-多要素認証.jpg 866w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-4-多要素認証-210x300.jpg 210w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-4-多要素認証-718x1024.jpg 718w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-4-多要素認証-768x1095.jpg 768w" sizes="auto, (max-width: 350px) 100vw, 350px" /></a></p>
<p>⑤続いて、左側のInstall in a Salesforce Orgのメニューで、インストール先の組織を選択して、Install in Production（本番環境へのインストール）または、Install in Sandbox(サンドボックスへのインストール)をクリックします。</p>
<p>※今回の説明ではDeveloper環境へのインストールのため「Install in Production」にて実行します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-5－インストール組織選択.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2962" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-5－インストール組織選択.jpg" alt="" width="1438" height="1253" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-5－インストール組織選択.jpg 1438w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-5－インストール組織選択-300x261.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-5－インストール組織選択-1024x892.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-5－インストール組織選択-768x669.jpg 768w" sizes="auto, (max-width: 1438px) 100vw, 1438px" /></a></p>
<p>⑥インストール情報を確認して問題なければ、「Confirm and Install」を実行します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-6-インストール内容の確認.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2963" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-6-インストール内容の確認.jpg" alt="" width="1920" height="1502" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-6-インストール内容の確認.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-6-インストール内容の確認-300x235.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-6-インストール内容の確認-1024x801.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-6-インストール内容の確認-768x601.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-6-インストール内容の確認-1536x1202.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>⑦インストール先のユーザを指定します。※必要なオプションを選択してインストールを実行してください。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-7-ユーザ選択.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2964" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-7-ユーザ選択.jpg" alt="" width="1920" height="1108" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-7-ユーザ選択.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-7-ユーザ選択-300x173.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-7-ユーザ選択-1024x591.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-7-ユーザ選択-768x443.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-7-ユーザ選択-1536x886.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>⑧インストールが完了すると以下の画面が表示されます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-8-インストール完了.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2965" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-8-インストール完了.jpg" alt="" width="1920" height="1140" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-8-インストール完了.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-8-インストール完了-300x178.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-8-インストール完了-1024x608.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-8-インストール完了-768x456.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/hot-to-setup-tableau-viz-lightning-web-component-for-salesforce-8-インストール完了-1536x912.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h3>４．Tableau viz ComponentにTableau Onlineで作成したビューを表示</h3>
<p>最後に、SalesforceのLightningページにTableau Onlineで作成したビューを表示します。</p>
<p>①Salesforceにシステム管理者でログイン後、お好きなLightningページに遷移して、ページの編集を行います。</p>
<p>※以下の例では、ホーム画面のページを編集しています。</p>
<p>②アプリケーションビルダーのページ編集画面にて、コンポーネント一覧に表示されているTableau Visualizationをドラッグアンドドロップで、画面に配置します。</p>
<p>③Tableau Visualizationのコンポーネントをクリックしてプロパティを表示します。（右ウィンドウ）</p>
<p>Tableau viewのURLを指定するところに、Tableau OnlineでパブリッシュしたあとにコピーしておいたURLを貼り付けます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-16-Tableau-viz-component用ホーム画面作成.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2967" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-16-Tableau-viz-component用ホーム画面作成.jpg" alt="" width="1920" height="1099" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-16-Tableau-viz-component用ホーム画面作成.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-16-Tableau-viz-component用ホーム画面作成-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-16-Tableau-viz-component用ホーム画面作成-1024x586.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-16-Tableau-viz-component用ホーム画面作成-768x440.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-16-Tableau-viz-component用ホーム画面作成-1536x879.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>④画面を有効化して保存しておきます。</p>
<p>ホーム画面を表示すると以下のようにSalesforceからTableau Onlineにアクセスして、商談ダッシュボードを表示することができました。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑨Salesforceからコンポーネント呼び出し.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2956" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑨Salesforceからコンポーネント呼び出し.jpg" alt="" width="1920" height="1102" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑨Salesforceからコンポーネント呼び出し.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑨Salesforceからコンポーネント呼び出し-300x172.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑨Salesforceからコンポーネント呼び出し-1024x588.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑨Salesforceからコンポーネント呼び出し-768x441.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑨Salesforceからコンポーネント呼び出し-1536x882.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>もちろんこのままTableau Onlineの機能を使って、ダッシュボードを作成したりすることもできます。</p>
<p><span style="color: #ff0000;">※Salesforce上からTableau Onlineを使って、Salesforce上にあるデータを使ってダッシュボードを作成するということができるため、Salesforce標準ダッシュボードやレポートの代わりに利用するといった使い方もできるということです。</span></p>
<p>ただし、以下のようにデータの送受信が発生するためデータ量によっては、ある程度待ち時間が発生するので注意してください。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑩Salesforceからコンポーネント呼び出し.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2957" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑩Salesforceからコンポーネント呼び出し.jpg" alt="" width="1920" height="941" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑩Salesforceからコンポーネント呼び出し.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑩Salesforceからコンポーネント呼び出し-300x147.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑩Salesforceからコンポーネント呼び出し-1024x502.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑩Salesforceからコンポーネント呼び出し-768x376.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続⑩Salesforceからコンポーネント呼び出し-1536x753.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>（補足）Tableau Onlineでパブリッシュする際にパスワードを設定している場合は、以下のようにTableau Onlineにサインインのメニューが表示されます。毎回サインインするのが面倒な場合には、SAML認証を使ったシングルサインオンの対応も可能です。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続④パスワード付きURLにアクセス.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2969" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続④パスワード付きURLにアクセス.jpg" alt="" width="1920" height="1094" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続④パスワード付きURLにアクセス.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続④パスワード付きURLにアクセス-300x171.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続④パスワード付きURLにアクセス-1024x583.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続④パスワード付きURLにアクセス-768x438.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/Tableau-online-connect-with-salesforce-1-TableauOnlineからSalesforceに接続④パスワード付きURLにアクセス-1536x875.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h2>まとめ</h2>
<p>いかがでしたでしょうか。今回はTableau Onlineを使って作成したビューをSalesforceに表示しましたが、もちろんTableau Serverでも同様のことが実現可能です。</p>
<p>※Tableau Serverもトライアルが用意されているので、興味がある方はお試しください。</p>
<p>SAML認証を使ったSSOの設定については、少し複雑な設定が必要となるため、別の機会に記事にしてご説明したいと思います。</p>
<p><div class="cclt-compat-kaiwa cclt-compat-kaiwa--left"><div class="cclt-compat-kaiwa__icon"><img decoding="async" src="https://creativecontentlabtokyo.com/wp-content/uploads/2024/11/schooldays1.jpg" alt="サポーターさん" loading="lazy" /><span class="cclt-compat-kaiwa__name">サポーターさん</span></div><div class="cclt-compat-kaiwa__bubble" style="background-color:#f4f4e3;"><div class="cclt-compat-kaiwa__text">ブログランキングに参加しましたので、ご支援していただけると幸いです。</div></div></div></p>
<p><a href="https://it.blogmura.com/ranking/in?p_cid=11084904" target="_blank" rel="noopener noreferrer"><img loading="lazy" decoding="async" src="https://b.blogmura.com/banner-blogmura-portfolio.svg" alt="にほんブログ村 IT技術ブログへ" width="88" height="31" border="0" /></a><br />
<a href="https://it.blogmura.com/ranking/in?p_cid=11084904" rel="noopener">にほんブログ村</a></p>
		<div class="wpulike wpulike-animated-heart " ><div class="wp_ulike_general_class wp_ulike_is_restricted"><button type="button"
					aria-label="いいねボタン"
					data-ulike-id="2832"
					data-ulike-nonce="2a2f212a1f"
					data-ulike-type="post"
					data-ulike-template="wpulike-animated-heart"
					data-ulike-display-likers=""
					data-ulike-likers-style="popover"
					data-ulike-append="&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop one&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop two&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop three&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop four&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop five&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop six&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop seven&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop eight&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;&lt;svg class=&quot;wpulike-svg-heart wpulike-svg-heart-pop nine&quot; viewBox=&quot;0 0 32 29.6&quot;&gt;&lt;path d=&quot;M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z&quot;/&gt;&lt;/svg&gt;"
					class="wp_ulike_btn wp_ulike_put_image wp_post_btn_2832"><svg class="wpulike-svg-heart wpulike-svg-heart-icon" viewBox="0 -28 512.00002 512" xmlns="http://www.w3.org/2000/svg"><path
						d="m471.382812 44.578125c-26.503906-28.746094-62.871093-44.578125-102.410156-44.578125-29.554687 0-56.621094 9.34375-80.449218 27.769531-12.023438 9.300781-22.917969 20.679688-32.523438 33.960938-9.601562-13.277344-20.5-24.660157-32.527344-33.960938-23.824218-18.425781-50.890625-27.769531-80.445312-27.769531-39.539063 0-75.910156 15.832031-102.414063 44.578125-26.1875 28.410156-40.613281 67.222656-40.613281 109.292969 0 43.300781 16.136719 82.9375 50.78125 124.742187 30.992188 37.394531 75.535156 75.355469 127.117188 119.3125 17.613281 15.011719 37.578124 32.027344 58.308593 50.152344 5.476563 4.796875 12.503907 7.4375 19.792969 7.4375 7.285156 0 14.316406-2.640625 19.785156-7.429687 20.730469-18.128907 40.707032-35.152344 58.328125-50.171876 51.574219-43.949218 96.117188-81.90625 127.109375-119.304687 34.644532-41.800781 50.777344-81.4375 50.777344-124.742187 0-42.066407-14.425781-80.878907-40.617188-109.289063zm0 0" /></svg></button><span class="count-box wp_ulike_counter_up" data-ulike-counter-value="0"></span>			</div></div>
	]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
