DinMo Documentation
  • 📙Core Concepts
  • Guides
    • ⚡Get started with DinMo
      • Initial Configuration of DinMo
        • Connect a Source
        • Create your Models
        • Create a Destination
      • Create and Activate Segments on DinMo
        • Create your first Segment
        • Activate your first Segment
    • 🌐Workspaces & Organizations
    • 💭Need Help?
  • Integrations
    • Data Sources
      • AWS Redshift
      • Databricks
      • Google BigQuery
      • PostgreSQL
      • Snowflake
    • Destination Platforms
      • Actito
        • Synchronize users attributes
        • Export contact lists
      • All My SMS
      • Attentive
        • Synchronize Users
      • Batch
        • Synchronize contacts (MEP)
        • Synchronize profiles (CEP)
        • Send events (CEP)
      • Braze
        • Synchronize users attributes
        • Send track events
        • Synchronize subscription statuses
        • Export user lists
      • Brevo
        • Synchronize contacts
        • Export contact lists
      • Criteo
        • Export contact lists
      • Dialog Insight
        • Synchronise Contacts
      • Dotdigital
        • Synchronize contacts
      • Emarsys
        • Export contact lists
        • Synchronize contacts data
        • Synchronize custom table's data (RDS)
      • Firestore
        • Create and update Collection Documents
        • Export Audiences
      • Google Ads
        • Export audiences
        • Enhanced Conversions for Web
        • Upload click or offline conversions
          • Prerequisites and walkthrough
        • Adjust conversion events
        • Retract conversion events
      • Google Display & Video 360
        • Export audiences
      • Google Search Ads 360
      • Hubspot
        • Synchronize objects
      • Intercom
        • Export segments
        • Synchronize contacts
        • Synchronize companies
      • Iterable
        • Synchronize user attributes
        • Export contact lists
      • June Email Marketing
        • Export Contact Lists
      • Klaviyo
        • Export contact lists
        • Synchronise contacts
        • Create subscription list
      • LinkedIn Ads
        • Export user audiences
        • Export company audiences
      • Mailchimp
        • Export segments
      • Meta Ads
        • Export audiences
        • Send conversion events
      • Microsoft Ads (Bing)
        • Export audiences
      • Pinterest Ads
        • Export audiences
        • Send conversions
      • Reddit Ads
        • Export Audiences
      • Salesforce
        • Synchronize object attributes
        • Synchronize custom object attributes
      • Salesforce Marketing Cloud
        • Synchronize data extensions
      • SendGrid
        • Synchronize contacts
        • Export contact lists
      • Selligent
      • SFTP
        • Export your data models and segments
      • Snapchat Ads
        • Export Audiences
      • Splio
        • Synchronize contacts
      • TikTok Ads
        • Export Audiences
        • Send Offline Conversions
        • Send Web Conversions
      • X (Twitter)
        • Export audiences
      • Zendesk
        • Synchronize users
        • Synchronize custom objects' data
  • Models
    • Overview
    • Primary Keys
      • Detect duplicate primary keys
    • Calculated Fields
  • Identity resolution
    • Overview
  • Segments
    • Visual Builder
    • Breakdowns
    • Overlap Analysis
  • Activations
    • Overview
    • Sync Scheduling
    • Troubleshooting Syncs
      • Automatic pause or resume Activations
      • Sync warnings
  • AI PREDICTIONS
    • Overview
    • LTV and Churn
    • Product Recommendations
  • WORKSPACE MANAGEMENT
    • Set Up
    • Managing Users & Roles
    • Audit Logs
    • Enterprise Single Sign-On (SSO)
  • Security & Privacy
    • Overview
    • Networking
    • Privacy
    • Data Processing
Powered by GitBook
On this page
  • Overview
  • Destination Setup
  • Activation Configuration
  1. Integrations
  2. Destination Platforms
  3. Salesforce

Synchronize object attributes

PreviousSalesforceNextSynchronize custom object attributes

Last updated 15 hours ago

Overview

In this destination service, DinMo will update attributes in the object table, and, optionally, insert new objects.

Standard Objects correspond to Account, Case, Contact, Contract or Lead in Salesforce.

To do so, you will need to go through these three steps:

  • Creating a Salesforce destination. Refer to the for more info.

  • Creating a segment or model composed of all the standard objects and their attributes that will be updated in Salesforce.

  • If you want to update Contacts or Leads: use a user model/segment

  • If you want to update Account, Case or Contract: use a custom model/segment

  • Activating the model or segment to the Salesforce destination to start sending data. Refer to the for more info.

Destination Setup

To start updating standard objects with, you are first required to create a Salesforce destination with the corresponding destination service.

When configuring the destination, you are asked to select the standard object you wish to update:

That means you need to set up a separate sync configuration for each object you want to sync to.

Activation Configuration

Once the destination has been setup, and your DinMo model created, you can create an activation to start sending data to Salesforce right away.

Synchronization mode

The first thing DinMo'll ask you when setting up a sync to Salesforce is what type of data transfer you want to make:

  • Insert: Insert mode pushes new objects to Salesforce and doesn't update them as they change in your data source.

If an attribute of an object that has already been synchronized has been updated, the object's initial line in Salesforce will not be modified nor deleted. A new line will be created, with old and new information.

  • Update: Update mode updates fields on existing objects in Salesforce. If an object is not recognized in Salesforce, it is not created (and therefore not updated).

  • Upsert: Upsert mode pushes new objects to Salesforce and updates fields that changed in your data source.

This means that when you set up your synchronization, you need to know whether you have new data to add (insert), old data to update (update) or a combination of both (upsert).

Fields mapping

In the Fields mapping section, you are asked to specify the field contained in your DinMo model corresponding to the some identifiers in your Salesforce account.

If you select Upsert or Update mode, the field "Object ID" is required. It will be used to link the model's records to existing objects.

In this section, you can also add as many attributes mapping as you would like. DinMo will keep the values of all the attributes mapped here up to date (if Upsert or Update modes chosen).

The data type of the field of interest must be the same in DinMo and in Salesforce, otherwise data for this attribute cannot be sent.

Scheduling options

Define how frequently your data is sent into Salesforce CRM.

Depending on the activation mode, the behavior of each new synchronization will be different:

Insert mode
Update mode
Upsert mode

Description

At each new synchronization, DinMo will insert new lines for each new object or for an object with new attribute values.

Update mode updates attributes on existing objects in Salesforce.

Upsert mode pushes new objects to Salesforce and updates fields that have changed in your data source since last run.

Use Case

You want to push new objects into Salesforce without needing the data within each object to stay up to date

You want to enrich existing objects in Salesforce (with new attributes/updated ones) without creating any new objects.

You want to push objects into Salesforce and want to keep the data up-to-date.

Warnings

In this section, specify if you want to receive warning for your Salesforce activation.

Learn how to activate a segment in our

DinMo can't create new attributes. If needed, you can always create new ones directly in Salesforce, by clicking on the gear icon in the top right:

Consult the specific section to .

💡
step-by-step tutorial
learn more about sync warnings
corresponding section
corresponding section
Standard Object selected: Contract
Salesforce fields mapping