ERP Bridge
  • Welcome to ERP Bridge
  • Software & Hardware requirements
  • Environment Configuration
  • Data Preparation
  • Overview
  • Registration and first login
  • The Installation
    • 0 - Go to Installation wizard
    • 1 - Name
    • 2 - Hubspot Login
    • 3 - Sync Frequency
    • 4 - Download Wizard
    • ERP Bridge Wizard - On-Premise
      • 0 - Install the wizard on-premise (.msi)
      • 1 - Welcome screen
      • 2 - Login
      • 3 - Select Installation
      • 4 - Database
      • 5 - Database Tables
      • 6 - Download the agent
      • 7 - Start Agent
    • Back to the cloud
  • The Operation
    • 0 - Choose direction
    • 1 - Default settings
    • 2 - [HS -> DB] Filters
    • 2 - Database Mapping
    • 3 - Decision Rules
      • Example with 1 decision rule
      • Example with 2 decision rules
    • 4 - [DB -> HS] Associations
  • Start to Synchronize
  • Uninstall
  • Advanced topics
    • Change ERP Bridge Agent path
  • Troubleshoot
    • On-Premise wizard errors
  • HubSpot to Database sync
    • Handling empty fields
  • Security Documentation for ERP Bridge
    • 1. Product Access Control
    • 2. Rate Limit
    • 3. Authentication Resources
    • 4. Encryption
    • 5. Change Management
    • 6. Cloud Security
    • 7. Security certification
    • 8. Availability
    • 9. Logging
    • 10. Installer Desktop
    • 11. Server Agent
Powered by GitBook
On this page
  1. The Operation

4 - [DB -> HS] Associations

Last updated 1 year ago

This step is optional and only for [DB -> HS] operations

In this step you are able to create associations between objects of the type you are trying synchronizing and a different one (E.g., between Contacts and Companies). You cannot associate objects of the same type because of limitations imposed by HubSpot.

The information required by this step is:

  • Destination Object: the object type which you want to associate the current object with.

  • Database Field: the database column name that will be used to retrieve the value to be used as the search value to obtain the objects to perform the association with.

  • HubSpot Field: the property of the "Destination Object" used to search matches on HubSpot.

Let's make an example:

Let's say for instance that you have deals in a database table like the one below and you want to synchronize them to HubSpot as Deals object. On top of that, you want to associate every deal with the HubSpot company write in the "CompanyName" column.

ID
Title
CompanyName
Amount

1234

My deal

Acme Ltd

1000

4567

My other deal

Acme Ltd

2000

8901

Fantastic deal

Lorem Ltd

5000

In order to do that, the association page will be like that:

  • Destination Object: Company

  • Database Field: CompanyName

  • HubSpot Field: Name

If you take the first row as example, after adding or updating the deal object as configured in step using the rules configured in step, the software will try to search (with exact match) in HubSpot companies if there are objects with Name property valued as "Acme Ltd". If the search return one ore more results, ERP Bridge will associate them to the deal object.

Database Mapping
Decision Rules