Unify and manage your data

Configure Search before Create

Learn how to configure search before create in Salesforce.

To configure search before create, you must first install the managed package and configure remote site settings. For more information, see topics Install the Reltio Integration for Salesforce managed package to enable SBC and Configure remote site settings for Salesforce managed package.

The Search Before Create feature in the Reltio Integration for Salesforce (with RIH) helps you prevent duplicate records and keep your data clean. It performs a real-time search across both Reltio and Salesforce before creating a new record, ensuring you don't add duplicates. If a match is found, you can choose to update an existing record or create a new one. This feature is built into the Reltio-managed package for Salesforce and integrates seamlessly with Lightning Components. Once configured, it overrides the standard New button, letting you search and validate data without leaving Salesforce.

Follow the below steps to configure search before create in Salesforce:
  1. Open the App launcher.
  2. Select Reltio Integration for Salesforce.
  3. Select the Control Panel tab.
  4. Select the +NEW option.
  5. From the Object dropdown list, select the object.
  6. In the Endpoints field, specify the Import and Search endpoints. This denotes the endpoints where Salesforce must send API calls when querying existing records or import new data. For more information, see topic Activate API collection and generate endpoints.
  7. In the Security code field, enter the code required to call the endpoints from Salesforce-Reltio managed package. For more information, see topic Create API client and generate security code.
  8. In the Input fields section, select the fields from the list of available fields.
  9. Select Test. You will see the configured object in the Search Objects tab.
  10. Go to Setup > Object Manager.
  11. Select the newly added object.
  12. From the left pane, select Buttons, Links, and Actions.
  13. Override the New button. For example, for the Lightning Component Override and the Mobile Override in the Lightning component dropdown, select rihsbc:SbcObjectFormComponent.
  14. Select Save to save the object details.
    You can now use this object to search for records before importing them into Salesforce. For more information, see topic Search for existing records prior to import.