CRM Analyticsでは、既存のデータセットを異なるデータセットで更新する必要がある場合に、そのデータセットを参照しているダッシュボードやレンズで、データセット ID の更新が必要になることがあります。
一例としては、別のアプリケーションに保存するためにレシピを更新する場合があります。この場合は、新しい対象データセットを作成してレシピに関連付ける必要があります。この場合、レシピは元のデータセットを更新しなくなり、元のデータセットを参照するように直接更新することもできなくなります。
edgemart ノードと sfdcRegister ノードを使用して、新しいデータセットの内容をコピーし、この内容で古いデータセットを上書きできます。これにより、データセット ID は変更されず、新しいデータセットを使用するためにダッシュボードを修正する必要はなくなります。
この方法を実行する前に、以下の手順でデフォルトの Salesforce データフローをバックアップしてください。
{
"node1": {
"action": "edgemart",
"parameters": {
"alias": "New_Dataset"
}
},
"node2": {
"action": "sfdcRegister",
"parameters": {
"alias": "Old_Dataset",
"name": "Old Dataset",
"source": "node1"
}
}
}
注意: 上記のノードを含むデータフローは、常に「New_Dataset」の更新後に実行されるようにスケジュールする必要があります。これにより、「Old_Dataset」は常に「New_Dataset」の最新の内容を反映します。
000382629

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.