Data Integration Rules
Data Integration Rules is a Setup page where administrators enable and manage rules that automatically enrich Salesforce records with data from external services.
Definition
Data Integration Rules is a Setup page where administrators enable and manage rules that automatically enrich Salesforce records with data from external services. Salesforce provides built-in integration rules for geocoding addresses and standardizing address formats using Data.com and other services.
In plain English
“Here's a simple way to think about it: Data Integration Rules is the no-code shortcut for common data enrichment - geocoding addresses, standardizing phone formats, validating emails. Toggle the rule on per object, set the schedule, and Salesforce handles the rest.”
Worked example
The admin at NexGen Logistics enables the Geocodes for Account Billing Address data integration rule. Once activated, Salesforce automatically populates the latitude and longitude fields on Account records based on their billing addresses. The logistics team uses this geocoded data in Salesforce Maps to optimize delivery routes.
Why Data Integration Rules let admins enrich data without writing integration code
Most enrichment problems - turning a postal address into latitude/longitude, formatting a phone number to E.164, validating an email against a deliverability service - used to mean writing or buying an integration. Data Integration Rules is the declarative shortcut. Salesforce ships a small set of these rules (geocoding, address standardization), and you toggle them on per object and configure how often they should run. The platform handles the rest: schedule, retry, error capture, and reporting through Data Integration Metrics.
The trade-off is that the catalog is small. If your enrichment need lives outside the rules Salesforce ships, you're back to writing code or buying a managed package. The reason it's still valuable is that the rules that exist cover the most common cases and remove a real maintenance burden. Turn on the ones that match your data, watch the metrics for a release cycle, and reach for code only when the built-ins genuinely don't fit.
How to set up Data Integration Rules
Data Integration Rules are Salesforce's auto-update rules for cleaning standard fields with third-party data — Lead Industry from D&B, Account NAICS code, Geocoding for Addresses. They run automatically when records are saved. Setup involves enabling the rule and confirming the data source.
- Open Setup → Data Integration Rules
Setup gear → Quick Find: Data Integration → Data Integration Rules.
- Review the list of available rules
Each row: Rule Name (e.g., "Geocodes for Account Billing Address"), Active, Status.
- Click into a rule for details
Detail page shows what fields are updated, the data provider, and licensing requirements.
- Tick Active to enable
Inactive rules don't fire. Activating starts immediate processing for new records.
- For backfill: click Run Rule on Existing Records
By default, only new / updated records get the data. Backfill processes existing records — can take hours on large data.
- Monitor via Data Integration Metrics
Setup → Data Integration Metrics shows success / failure counts per rule.
Geocoding (free), D&B Company Hierarchy (paid), NAICS / SIC Codes (paid).
On / Off toggle.
Backfill the rule for records that pre-date enablement.
- Data Integration Rules are mostly Salesforce-managed. Most aren't customizable — you toggle the rule, you don't define new ones.
- Geocoding is the only free Data Integration Rule. D&B and other enrichments are paid add-ons.
- Run on Existing Records can take hours on million-row objects. Schedule for off-hours and monitor Data Integration Metrics for completion.
How organizations use Data Integration Rules
Enabled geocoding on Account and Contact addresses; territory rules and Field Service routing started working correctly within 24 hours.
Address standardization on Patient records cleaned up years of inconsistent formatting - without a single line of integration code.
Email validation rules cut bounce rates on outbound campaigns by 30% in one quarter.
Test your knowledge
Q1. What is the primary benefit of Data Integration Rules for Salesforce administrators?
Q2. In which area of Salesforce would you typically find Data Integration Rules?
Q3. Why is understanding Data Integration Rules important for Salesforce admins?
Discussion
Loading discussion…