Maintain Account Enrichment Settings on the Master Org
Maintain Account Enrichment Settings on the Master Org
In a Multi-Org implementation, when an account is updated in the Master Org, the Master Org sends the updated account details to Spoke Orgs. However, the Master Org sends only the fields that you identify as part of enrichment settings to the Spoke Orgs. For example, you identify Billing Country, Billing City, Shipping Country, and Shipping City as part of enrichments settings. If any of these field values change in the Master Org, Spoke Orgs can get the updated field values in real-time or by running a batch job.
Based on the Salesforce environment that you use, perform one of the following tasks:
In Salesforce Classic, perform the following tasks:
In the upper-right corner of the page, select your name, and click
Setup
.
Under
App Setup
, click
Develop
Custom Settings
.
In Lightning Experience, perform the following tasks:
Click the quick access menu (
), and then click
Setup
.
The
Setup Home
page appears.
Under
PLATFORM TOOLS
, click
Custom Code
Custom Settings
.
The
Custom Settings
page appears.
Click
Manage
for
Enrichment Settings
.
Click
New
.
In the
Name
field, enter a name that conforms to the
sObject.SpokeOrgName
naming convention. For example,
Account.SpokeOrg1
.
The
SpokeOrgName
must match the data source name that you specified while creating a data source for the Spoke Org.