Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌻 Summer '21 (Update original record in record triggered flow) #11

Merged
merged 3 commits into from
Jul 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ draft: false
## 📦 使用方法
以下からパッケージをインストールしてください。(ver 0.10 / Summer '21)

* [Sandbox 組織](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5G000003zeYtQAI)
* [Developer Edition 組織](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5G000003zeYtQAI)
* [Sandbox 組織](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5G000003zeYyQAI)
* [Developer Edition 組織](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5G000003zeYyQAI)
* Trailhead Playground 組織
* パッケージ ID として、`04t5G000003zeYtQAI` を使用してください。
* パッケージ ID として、`04t5G000003zeYyQAI` を使用してください。

以前のバージョンのパッケージをインストールしたことがあり、フローを有効化している場合は、アップグレード後、新しいフローバージョンとして追加されます。

Expand Down
2 changes: 1 addition & 1 deletion content/big-deal-chatter-alerts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ draft: false

## ポイント
### レコードトリガフロー
レコードトリガーフローを用いると、ワークフロールールやプロセスビルダーのようにレコードの作成・変更を契機に処理を実行することができます。レコードトリガフローの特徴は、将来の機能追加が期待されていること、プロセスよりも処理が高速であること、削除を契機に処理が実行できたり、関連レコード以外のレコードも扱えるなど、高度な処理が実現できるところです。プロセスビルダーとの比較については、『[レコードトリガフローの考慮事項](../unsupported-features)』も参照してください。
レコードトリガフローを用いると、ワークフロールールやプロセスビルダーのようにレコードの作成・変更を契機に処理を実行することができます。レコードトリガフローの特徴は、将来の機能追加が期待されていること、プロセスよりも処理が高速であること、削除を契機に処理が実行できたり、関連レコード以外のレコードも扱えるなど、高度な処理が実現できるところです。プロセスビルダーとの比較については、『[レコードトリガフローの考慮事項](../unsupported-features)』も参照してください。

<img src="record_trigger_flow_start.png" width="60%">

Expand Down
1 change: 1 addition & 0 deletions content/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: リリースノート
## 0.10.0 - 2021年7月21日
* Summer '21 アップグレードに伴い API バージョンおよび説明の更新
* 『[リードの更新画面](../lead-update-screen)』を更新。選択肢の必須オプションが追加されたため、選択リスト選択肢セットを追加するように修正。セクションを追加。
* 『[Web-to-ケース/メール-to-ケースで取引先責任者を自動作成](../create-contact-update-case-from-web-or-email)』を更新。レコードトリガフローにおいてレコード更新要素を使用する際、元のレコードを選択するオプションが追加されたためこれを使用。s

## 0.9.0 - 2021年3月21日
* Spring '21 アップグレードに伴い API バージョンおよび説明の更新
Expand Down
5 changes: 5 additions & 0 deletions content/create-contact-update-case-from-web-or-email/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ Summer '20 より[保存後フロー](https://releasenotes.docs.salesforce.com/j
2. フローを有効化します。
3. 取引先責任者のメールアドレスとして組織にレコードが存在しないメールアドレスを使用して、Web−to-ケースまたはメール-to-ケースでケースを作成します。
4. 作成されたケースに、新規作成された取引先責任者が紐付いていることを確認します。

## 元のレコードを更新する
レコードトリガフローで元のレコードを更新する (今回の場合は元のケースを更新する) には、[フローをトリガした (オブジェクト名) レコードを使用] を選択します。これはプロセスビルダーで元のレコードを更新する際に、 [プロセスを開始した (オブジェクト名) レコードを使用] を選択するのと同じです。

![](rtf_update_original_record.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>assign_NumOfContacts</name>
<label>検索結果の件数を取得</label>
<locationX>182</locationX>
<locationY>493</locationY>
<locationY>575</locationY>
<assignmentItems>
<assignToReference>var_NumOfContacts</assignToReference>
<operator>AssignCount</operator>
Expand All @@ -21,8 +21,8 @@
<description>Web-to-またはメール-to-ケースで作成されたケースかどうかを判定します。様々な方法がありますが、ここでは、SuppliedEmail項目に値が入っているかどうかで判定しています。</description>
<name>decision_CaseFromWebOrEmail</name>
<label>Webまたはメールのケース</label>
<locationX>336</locationX>
<locationY>253</locationY>
<locationX>380</locationX>
<locationY>335</locationY>
<defaultConnectorLabel>デフォルトの結果</defaultConnectorLabel>
<rules>
<name>Web_Or_Email</name>
Expand Down Expand Up @@ -51,7 +51,7 @@
<name>decision_NumOfContacts</name>
<label>取引先責任者の件数</label>
<locationX>182</locationX>
<locationY>613</locationY>
<locationY>695</locationY>
<defaultConnectorLabel>デフォルトの結果</defaultConnectorLabel>
<rules>
<name>decisionResult_Zero</name>
Expand Down Expand Up @@ -95,7 +95,7 @@
<name>create_Contact</name>
<label>取引先責任者の新規作成</label>
<locationX>50</locationX>
<locationY>733</locationY>
<locationY>815</locationY>
<connector>
<targetReference>update_Case</targetReference>
</connector>
Expand All @@ -118,7 +118,7 @@
<name>get_ContactsByEmail</name>
<label>メールアドレスで取引先責任者を検索</label>
<locationX>182</locationX>
<locationY>373</locationY>
<locationY>455</locationY>
<assignNullValuesIfNoRecordsFound>false</assignNullValuesIfNoRecordsFound>
<connector>
<targetReference>assign_NumOfContacts</targetReference>
Expand All @@ -139,25 +139,17 @@
<name>update_Case</name>
<label>ケースと取引先責任者の紐付けを更新</label>
<locationX>50</locationX>
<locationY>853</locationY>
<filterLogic>and</filterLogic>
<filters>
<field>Id</field>
<operator>EqualTo</operator>
<value>
<elementReference>$Record.Id</elementReference>
</value>
</filters>
<locationY>935</locationY>
<inputAssignments>
<field>ContactId</field>
<value>
<elementReference>create_Contact</elementReference>
</value>
</inputAssignments>
<object>Case</object>
<inputReference>$Record</inputReference>
</recordUpdates>
<start>
<locationX>210</locationX>
<locationX>254</locationX>
<locationY>0</locationY>
<connector>
<targetReference>decision_CaseFromWebOrEmail</targetReference>
Expand Down
3 changes: 2 additions & 1 deletion sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"lightning-flow-recipes@0.7.0-1": "04tf4000004MhnnAAC",
"lightning-flow-recipes@0.8.0-1": "04tf4000004J2NLAA0",
"lightning-flow-recipes@0.9.0-1": "04t5G000003zeIWQAY",
"lightning-flow-recipes@0.10.0-1": "04t5G000003zeYtQAI"
"lightning-flow-recipes@0.10.0-1": "04t5G000003zeYtQAI",
"lightning-flow-recipes@0.10.0-2": "04t5G000003zeYyQAI"
}
}