Properties configuration for D&B enrichment
Configure all required property values across lookup tables, environment variables, and API platform settings to enable Reltio Enrichment with D&B Data Blocks.
D&B Recipe Properties lookup table
The D&B Recipe Properties lookup table is deployed with default values and must be updated to reflect your tenant's configuration, enrichment goals, and licensed Data Blocks. You can access it under in Reltio Integration Hub.
Property Name | Value | Description |
---|---|---|
Organization - Entity Name | Organization | Mandatory. Name of the entity to enrich. |
Source Type | D&B | Mandatory. Source system name per Reltio data model. |
Reltio Export Filter Conditions | equals(sourceSystems,'Salesforce') | Mandatory for batch. Audit-based filter for eligible records. |
RIH Service User | D&B_DataBlocks_Enrichment_Process | Client ID to exclude from SQS trigger events. Should match the one used in Reltio connection. |
Batch Size | 8000 | Max 8000 records. Mandatory for batch. Lower if memory errors occur. |
Monitoring Process - Batch Size | 3000 | Max 3000 records. Mandatory for monitoring jobs. |
Enrich Company Information Data Block | Yes | Enable/disable enrichment of Company Information block. |
Enrich Hierarchies & Connections Data Block | Yes | Enable/disable enrichment of hierarchy data. |
Enrich Diversity Insights Data Block | Yes | Enable/disable enrichment of diversity data. |
Enrich Principals & Contacts Data Block | Yes | Enable/disable enrichment of contacts. Requires at least one other block enabled. |
Company Information - Level and Version | companyinfo_L3_v1 | Mandatory if Company Info is enabled. Set level per license. |
Hierarchies & Connections - Level and Version | hierarchyconnections_L1_v1 | Mandatory if Hierarchies block is enabled. |
Diversity Insights - Level and Version | diversityinsight_L1_v1 | Mandatory if Diversity block is enabled. |
Principals & Contacts - Level and Version | principalscontacts_L1_v2 | Mandatory if Contacts block is enabled. |
Do not Merge | false | If true, creates potential match. If false, merges by confidence score. Ignored in API calls. |
Auto Merge – Confidence Code | 8 | Min 1, max 10. Cannot be less than or equal to potential match threshold. |
Potential Match – Confidence Code | 6 | Mandatory if Do not Merge = true. Range 1–10. |
Address Type | Business | Optional. Type of address to use. Defaults to first address if unset. |
Email Type | Business | Optional. Type of email to use. |
Phone Type | Business Phone | Optional. Type of phone number to use. |
Reltio Export Filter Conditions for Recertification | equals(sourceSystems,'Salesforce') | Mandatory for Recertification batch mode. Defines eligible records. |
Excluded Sources | 'DnB','ReltioCleanser' | Mandatory. Prevents loop enrichment and ensures isolation. Must use single quotes. |
Merge records by DUNS crosswalks | No | Set Yes to allow merging on shared DUNS. No uses URI:DUNS. Mandatory. |
Automate Monitoring Registration | Yes | Mandatory for Monitoring Registration. Yes enables auto-mode; No requires CSV uploads. |
Monitoring Registration Limit | 0 | Maximum # of DUNS allowed to register. Use 0 for unlimited. |
Reltio Export Filter Conditions for Monitoring Registration | equals(sourceSystems,'Salesforce') | Mandatory if automated registration is enabled. |
Environment properties
These are configured under
in the tenant's workspace. Most are required for batch and monitoring execution.- D&B Customer Key – Required. Generate from your D&B API portal.
- D&B Customer Key MD5 – Required. Must be MD5-hashed version of above.
- Email for Reltio Exports – Required for job tracking and email reports.
- Email for RIH Job Notifications – Optional. Set to NULL if not used.
- Reltio Environment URL – Required. Example:
https://test-usg.reltio.com
. - Reltio Tenant ID – Required. Unique tenant ID string.
API platform configuration
API endpoints must be enabled in the D&B - REST API Collections section of API Platform before enrichment can be triggered externally or via UI buttons.
- Navigate to .
- Select the three dot button on the right side of the D&B | API | REST API for Batch Enrichment.
- Select Activate endpoint.
- Under D&B REST API Clients, copy the Auth Token to use it in API headers when calling APIs externally.