<?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>recordid &#8211; AI開発実践ラボ</title>
	<atom:link href="https://creativecontentlabtokyo.com/tag/recordid/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=6.9.4</generator>
	<item>
		<title>【Tips!】参照画面で表示しているレコードIDを使って画面フロー(Flow)を実行する方法</title>
		<link>https://creativecontentlabtokyo.com/salesforce-tips-how-to-execute-the-screen-flow-with-salesforc-recordid/</link>
		
		<dc:creator><![CDATA[セールスフォース標準化推進ラボ]]></dc:creator>
		<pubDate>Sun, 27 Feb 2022 05:32:24 +0000</pubDate>
				<category><![CDATA[Tips集]]></category>
		<category><![CDATA[recordid]]></category>
		<category><![CDATA[Screen Flow]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[パラメータ]]></category>
		<category><![CDATA[フロー]]></category>
		<category><![CDATA[レコードID]]></category>
		<category><![CDATA[画面フロー]]></category>
		<guid isPermaLink="false">https://creativecontentlabtokyo.com/?p=2841</guid>

					<description><![CDATA[本日のTips!は、画面で表示しているレコードのIDをパラメータとして、画面フローに渡して実行する方法のご紹介となります。 よく設定する内容ではありますが、毎回…]]></description>
										<content:encoded><![CDATA[<p>本日のTips!は、画面で表示しているレコードのIDをパラメータとして、画面フローに渡して実行する方法のご紹介となります。</p>
<p>よく設定する内容ではありますが、毎回忘れて調べながらやることが多いので、一通りの手順を纏めておきます。</p>
<p>尚、リストビューで選択したレコードに対して、一括でレコードIDを画面フローに引き渡す方法は、現時点では、少しだけコーディングが必要となります。以下の記事で詳細を記載していますので、参考までに。</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/tips-how-to-execute-the-flow-with-listview-selected-items-as-a-parameter/" 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-pc-3-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-pc-3-300x169.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2021/11/eye-catching-picture-pc-3-1024x576.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2021/11/eye-catching-picture-pc-3-768x432.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2021/11/eye-catching-picture-pc-3-1536x864.jpg 1536w, https://creativecontentlabtokyo.com/wp-content/uploads/2021/11/eye-catching-picture-pc-3-2048x1152.jpg 2048w, https://creativecontentlabtokyo.com/wp-content/uploads/2021/11/eye-catching-picture-pc-3.jpg 1920w" sizes="auto, (max-width: 300px) 100vw, 300px" /></div><div class="cclt-compat-card__body"><div class="cclt-compat-card__title">【Tips!】リストビューで選択したレコードを引数にして画面フロー(Flow)を実行する方法</div><div class="cclt-compat-card__excerpt">本日のTips!は、リストビューで選択したレコードを引数にしてフローを実行する方…</div><span class="cclt-compat-card__readmore">続きを読む</span></div></a></div>
<h2><b>1.画面フローの設定手順</b></h2>
<p>画面フローにレコードIDをパラメータとして引き渡す手順は以下のようになります。</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>
<ul>
<li>画面フローを作成して、入力用変数として[recordid]を用意</li>
<li>画面フローの処理を定義して、保存後有効化する。</li>
<li>画面フローを利用するオブジェクトで、１で作成したフローを実行するアクションを定義</li>
<li>画面フローを利用するオブジェクトのページレイアウトを編集して、３で作成したアクション[ボタン]をレイアウトに追加</li>
<li>レコードの詳細画面から４のアクションボタンを実行し画面フローを起動する</li>
</ul>
<p></div></div>
<p>今回は、サンプルとして取引先（Account）を利用します。</p>
<p>取引先の詳細画面に画面フローを起動するアクション（ボタン）を追加して実行する流れとなります。</p>
<p>では早速作成してみたいと思います。</p>
<h3>画面フローの作成</h3>
<p>手順①システム管理者にて、Salesforce組織にログインします。</p>
<p>ログイン後、[設定]-&gt;[フロー]の順に実行し、フローの画面を表示します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-1-フロー画面.jpg"><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-2845" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-1-フロー画面.jpg" alt="" width="1920" height="1091" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-1-フロー画面.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-1-フロー画面-300x170.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-1-フロー画面-1024x582.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-1-フロー画面-768x436.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-1-フロー画面-1536x873.jpg 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順②新規フローボタンをクリックして、画面フローの作成を選択します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-2-画面フロー新規作成.jpg"><img decoding="async" class="alignnone size-full wp-image-2846" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-2-画面フロー新規作成.jpg" alt="" width="1920" height="847" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-2-画面フロー新規作成.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-2-画面フロー新規作成-300x132.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-2-画面フロー新規作成-1024x452.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-2-画面フロー新規作成-768x339.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-2-画面フロー新規作成-1536x678.jpg 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順③画面フローの作成画面では、最初に[新規リソース]ボタンをクリックして、レコードIDを保存する入力パラメータを定義します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-3-Flow-Builderオープン.jpg"><img decoding="async" class="alignnone size-full wp-image-2847" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-3-Flow-Builderオープン.jpg" alt="" width="1920" height="713" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-3-Flow-Builderオープン.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-3-Flow-Builderオープン-300x111.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-3-Flow-Builderオープン-1024x380.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-3-Flow-Builderオープン-768x285.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-3-Flow-Builderオープン-1536x570.jpg 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順④レコードIDを受け取るための入力変数を定義します。</p>
<p>リソース種別：変数</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-4-リソース種別選択.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2848" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-4-リソース種別選択.jpg" alt="" width="1920" height="976" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-4-リソース種別選択.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-4-リソース種別選択-300x153.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-4-リソース種別選択-1024x521.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-4-リソース種別選択-768x390.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-4-リソース種別選択-1536x781.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>API参照名：<span class="st-mymarker-s"><span class="hutoaka">recordId</span></span></p>
<p><span style="color: #0000ff;">※API参照名が非常に重要です。　最初のrecordはすべて小文字で、IdのIだけ大文字で定義してください。ここを間違えるとIDが画面に表示されます。</span></p>
<p><span style="color: #ff0000;"><span style="color: #0000ff;">ただしフロー内部で取得したレコードIDを使って処理するところはエラーがでないので、間違えに気づきにくいため注意が必要です。</span></span></p>
<p>データ型は、テキストとして、デフォルト値は不要</p>
<p>最後に「<strong>入力で使用可能</strong>」にチェックをして完了ボタンをクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-5-recordid変数定義2.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2875" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-5-recordid変数定義2.jpg" alt="" width="1906" height="1116" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-5-recordid変数定義2.jpg 1906w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-5-recordid変数定義2-300x176.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-5-recordid変数定義2-1024x600.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-5-recordid変数定義2-768x450.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-5-recordid変数定義2-1536x899.jpg 1536w" sizes="auto, (max-width: 1906px) 100vw, 1906px" /></a></p>
<p>手順⑤続いて、レコードIDを使って、取引先のレコードを取得してみましょう。</p>
<p>画面フローに「レコードを取得」の要素を追加します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-21-レコードを検索.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2867" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-21-レコードを検索.jpg" alt="" width="1187" height="1168" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-21-レコードを検索.jpg 1187w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-21-レコードを検索-300x295.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-21-レコードを検索-1024x1008.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-21-レコードを検索-768x756.jpg 768w" sizes="auto, (max-width: 1187px) 100vw, 1187px" /></a></p>
<p>手順⑥新規のレコードの取得画面で、以下の内容を登録します。</p>
<p>表示ラベル、API参照名：ご自由に定義してください。</p>
<p>オブジェクト：取引先</p>
<p>絞り込み条件：IDが入力パラメータのrecordIdと一致するを指定してください。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-22-取引先レコードを取得.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2868" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-22-取引先レコードを取得.jpg" alt="" width="1913" height="1472" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-22-取引先レコードを取得.jpg 1913w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-22-取引先レコードを取得-300x231.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-22-取引先レコードを取得-1024x788.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-22-取引先レコードを取得-768x591.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-22-取引先レコードを取得-1536x1182.jpg 1536w" sizes="auto, (max-width: 1913px) 100vw, 1913px" /></a></p>
<p>設定したら完了ボタンをクリックします。</p>
<p>手順⑦続いて、取得した取引先の情報を表示する画面を定義します。</p>
<p>画面の要素を追加してください。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-23-画面追加.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2869" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-23-画面追加.jpg" alt="" width="1227" height="1425" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-23-画面追加.jpg 1227w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-23-画面追加-258x300.jpg 258w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-23-画面追加-882x1024.jpg 882w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-23-画面追加-768x892.jpg 768w" sizes="auto, (max-width: 1227px) 100vw, 1227px" /></a></p>
<p>手順⑧最初に画面のプロパティを設定します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-24-画面タイトル設定.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2870" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-24-画面タイトル設定.jpg" alt="" width="1920" height="910" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-24-画面タイトル設定.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-24-画面タイトル設定-300x142.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-24-画面タイトル設定-1024x485.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-24-画面タイトル設定-768x364.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-24-画面タイトル設定-1536x728.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/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-25-画面表示する情報を選択.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2871" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-25-画面表示する情報を選択.jpg" alt="" width="1920" height="906" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-25-画面表示する情報を選択.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-25-画面表示する情報を選択-300x142.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-25-画面表示する情報を選択-1024x483.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-25-画面表示する情報を選択-768x362.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-25-画面表示する情報を選択-1536x725.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>以下の例では、取引先IDと取引先名を指定しています。ご自由にお好きな項目を指定してください。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-26-取引先ID名称設定.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2872" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-26-取引先ID名称設定.jpg" alt="" width="1920" height="905" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-26-取引先ID名称設定.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-26-取引先ID名称設定-300x141.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-26-取引先ID名称設定-1024x483.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-26-取引先ID名称設定-768x362.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-26-取引先ID名称設定-1536x724.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑩画面を追加したらフローの保存ボタンをクリックします。以下の画面が表示されるため、名称を指定して保存します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-11-名前を付けて保存.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2856" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-11-名前を付けて保存.jpg" alt="" width="1913" height="792" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-11-名前を付けて保存.jpg 1913w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-11-名前を付けて保存-300x124.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-11-名前を付けて保存-1024x424.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-11-名前を付けて保存-768x318.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-11-名前を付けて保存-1536x636.jpg 1536w" sizes="auto, (max-width: 1913px) 100vw, 1913px" /></a></p>
<p>手順⑪保存後フローを有効化します。「有効化」ボタンをクリック</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-30-フローの有効化.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2876" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-30-フローの有効化.jpg" alt="" width="1915" height="1165" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-30-フローの有効化.jpg 1915w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-30-フローの有効化-300x183.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-30-フローの有効化-1024x623.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-30-フローの有効化-768x467.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-30-フローの有効化-1536x934.jpg 1536w" sizes="auto, (max-width: 1915px) 100vw, 1915px" /></a></p>
<p>手順⑫次にオブジェクトマネージャから取引先オブジェクトを選択して、フローのアクションを定義していきます。</p>
<p>取引先オブジェクト画面にて、ボタン、リンク、およびアクションのメニューを開いて、「<span class="huto">新規アクション</span>」をクリックします。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-14-取引先のアクション追加.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2859" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-14-取引先のアクション追加.jpg" alt="" width="1920" height="1095" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-14-取引先のアクション追加.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-14-取引先のアクション追加-300x171.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-14-取引先のアクション追加-1024x584.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-14-取引先のアクション追加-768x438.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-14-取引先のアクション追加-1536x876.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑬新規アクション画面で、アクション種別でフローを選択し、フローには、先ほど作成したフローを指定します。</p>
<p>表示ラベル、名前、説明欄を入力後、[<span class="huto">保存</span>]します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-15-取引先にフローアクションを追加.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2860" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-15-取引先にフローアクションを追加.jpg" alt="" width="1920" height="708" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-15-取引先にフローアクションを追加.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-15-取引先にフローアクションを追加-300x111.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-15-取引先にフローアクションを追加-1024x378.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-15-取引先にフローアクションを追加-768x283.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-15-取引先にフローアクションを追加-1536x566.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>保存後画面</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-15-取引先にフローアクションを追加2.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2861" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-15-取引先にフローアクションを追加2.jpg" alt="" width="1920" height="626" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-15-取引先にフローアクションを追加2.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-15-取引先にフローアクションを追加2-300x98.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-15-取引先にフローアクションを追加2-1024x334.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-15-取引先にフローアクションを追加2-768x250.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-15-取引先にフローアクションを追加2-1536x501.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑭取引先オブジェクト画面のページレイアウトを開きます。画面フローを実行したいページレイアウトを編集します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-16-取引先ページレイアウト編集.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2862" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-16-取引先ページレイアウト編集.jpg" alt="" width="1920" height="610" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-16-取引先ページレイアウト編集.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-16-取引先ページレイアウト編集-300x95.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-16-取引先ページレイアウト編集-1024x325.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-16-取引先ページレイアウト編集-768x244.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-16-取引先ページレイアウト編集-1536x488.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑮ページレイアウト編集画面にて、モバイルおよびLightningのアクションメニューから先ほど作成したフローアクションを選択して、Drag&amp;Dropでレイアウトに配置します。編集後保存しておきます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-17-取引先ページレイアウトにアクション追加.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2863" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-17-取引先ページレイアウトにアクション追加.jpg" alt="" width="1920" height="969" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-17-取引先ページレイアウトにアクション追加.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-17-取引先ページレイアウトにアクション追加-300x151.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-17-取引先ページレイアウトにアクション追加-1024x517.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-17-取引先ページレイアウトにアクション追加-768x388.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-17-取引先ページレイアウトにアクション追加-1536x775.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑯取引先の参照画面を開きます。すると作成したフローアクションのボタンが表示されているので、実行します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-18-取引先参照画面表示.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2864" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-18-取引先参照画面表示.jpg" alt="" width="1920" height="1107" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-18-取引先参照画面表示.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-18-取引先参照画面表示-300x173.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-18-取引先参照画面表示-1024x590.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-18-取引先参照画面表示-768x443.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-18-取引先参照画面表示-1536x886.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>手順⑰以下の画面フローが表示され、取引先のレコードIDや名称が表示されることを確認できます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-29-画面から実行.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2877" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-29-画面から実行.jpg" alt="" width="1894" height="525" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-29-画面から実行.jpg 1894w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-29-画面から実行-300x83.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-29-画面から実行-1024x284.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-29-画面から実行-768x213.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-29-画面から実行-1536x426.jpg 1536w" sizes="auto, (max-width: 1894px) 100vw, 1894px" /></a></p>
<h3>【補足】デバッグ実行</h3>
<p>画面フローの編集画面でデバッグ実行をしても動作の確認ができます。</p>
<p>手順①フローの画面で、保存、有効化したあと、デバッグボタンを実行します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-30-フローの有効化.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2876" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-30-フローの有効化.jpg" alt="" width="1915" height="1165" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-30-フローの有効化.jpg 1915w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-30-フローの有効化-300x183.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-30-フローの有効化-1024x623.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-30-フローの有効化-768x467.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-30-フローの有効化-1536x934.jpg 1536w" sizes="auto, (max-width: 1915px) 100vw, 1915px" /></a></p>
<p>手順②フローをデバッグの画面で、入力パラメータに取引先のレコードIDを指定して実行します。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-19-フローデバッグ実行.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2865" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-19-フローデバッグ実行.jpg" alt="" width="1341" height="900" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-19-フローデバッグ実行.jpg 1341w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-19-フローデバッグ実行-300x201.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-19-フローデバッグ実行-1024x687.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-19-フローデバッグ実行-768x515.jpg 768w" sizes="auto, (max-width: 1341px) 100vw, 1341px" /></a></p>
<p>手順③デバッグ実行結果が表示されます。</p>
<p>画面上に正しくIDと名称が表示されていることを確認できます。また途中経過の変数の値も確認することができます。</p>
<p><a href="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-27-デバッグ実行.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2873" src="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-27-デバッグ実行.jpg" alt="" width="1920" height="762" srcset="https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-27-デバッグ実行.jpg 1920w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-27-デバッグ実行-300x119.jpg 300w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-27-デバッグ実行-1024x406.jpg 1024w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-27-デバッグ実行-768x305.jpg 768w, https://creativecontentlabtokyo.com/wp-content/uploads/2022/02/tips-how-to-execute-the-screen-flow-with-salesforc-recordid-27-デバッグ実行-1536x610.jpg 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<h2>まとめ</h2>
<p>画面フローにレコードIDを渡す場合に一番間違えやすいのは、「recordId」のスペルと大文字小文字の違いとなりますので、注意してください。</p>
<p>今回ご紹介した画面フローにレコードIDを渡すやり方は、実際のプロジェクトでも頻繁に利用することになると思いますので、ぜひ使いこなせるようになってください。</p>
<p>よくある要件としては、活動や行動、TODOの登録を画面フローを使って行う方法となります。取引先IDを使って関連付けをして活動やTODOを登録する場合には、画面フローは非常に使い勝手がよいです。是非おためしください。</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><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">にほんブログ村</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="2841"
					data-ulike-nonce="8468091ae8"
					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_2841"><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>
