Unify and manage your data

Customize or add new Data Blocks

Steps to add or modify Data Blocks in the lookup table, update recipes, and map new attributes.

Make sure that:

  • You are familiar with Workato recipe editing and basic Ruby or Python scripting.
  • You understand the Reltio data model, REST APIs, and how attributes are mapped.
Note:

Reltio does not provide support for customizations beyond the standard integration package.

Adding new Data Blocks or modifying existing ones requires you to update the D&B Recipe Properties lookup table and edit multiple Workato recipes to support additional logic or mappings.
To customize or add new Data Blocks:
  1. Update the D&B Recipe Properties lookup table.

    Create a new row using the same structure as existing entries. Use the correct block ID (e.g., companyinfo_L3_v1) and set its value to Yes to enable it.

  2. Edit the real-time recipe D&B | PROC | Real Time Enrichment - Match and Append.
    1. Step 4: Update this step with new data blocks in the Input fields and in the SDK action.
    2. Step 41: If the data block is related to Organization details then add those blocks validation in this step or else create new validation steps.
    3. Step 44: If the user wants to add new attributes, then create mapping fields in the callable child recipe present at this step. Map the attributes to the new fields as per the business requirement.
  3. Edit the batch recipe D&B | PROC | Batch Enrichment - Multi Process extmatch (Main Recipe).
    1. Step 5: Update this step with new data blocks in the Input fields and in the SDK action.
  4. Edit the recipe D&B | PROC | Split D&B Datablocks Data.
    1. Step 6: If the data block is related to Organization details then add those blocks validation in this step or else create new validation steps.
  5. Edit the SDK mapping recipe D&B | SYS | Batch Update Company Information - Reltio Load.
    1. Step 8: Map the additional attributes to be loaded in Reltio coming from new data blocks.

After you customize or add a Data Block, you can:

  • Activate the new block via lookup table settings and recipe logic.
  • Enrich records with custom attributes that align with your business model.
  • Extend Reltio profiles with additional D&B fields as needed.