Cloud Replication
v7
v7
  • Introduction
  • Installation
    • Windows
    • Windows Zip
    • Linux
    • Increase Heap Memory
  • Key Features
    • Filter Criteria
    • Formula Field Update
    • Rename Table or Column
    • do_sync_fl
    • Salesforce Field Selection
    • Log Event Notification
    • Scheduler For Replication
    • Global prefix for Table & Column names
    • Outbound Message Setup
    • Alter Field Size in Database
    • Replication Web API
    • Cron- functionality
    • Datamasking
    • Force Property
    • Overriding Database's Datatypes
  • Security Architecture
  • Tomcat
    • Security for Tomcat Setup
  • Utilities
    • Command Line
      • testconnection
      • showlicense
      • downloadlicense
      • diffschema
      • Describe
      • verifypasswd
      • chpwd
    • Upgrade Utility
      • Run Upgrade Utility on Linux
  • Bigdata Support
    • Archive and Non-archive Mode
  • AWS Redshift
    • Amazon Redshift
    • Datapipeline
  • Azure Synapse
  • Azure Datalake Gen2
  • MINIO
  • File Replication
    • Enable and Run File Replication
  • salesforce replication
    • Introduction
    • Getting Started
    • Core Concepts
    • Running Salesforce Replication
      • Salesforce Setup
      • Database Setup
        • Azure Active Directory
      • Objects
      • Restore
      • Schedule Jobs
      • Notifications
        • Email
        • Webhooks
          • Webhooks Setup for Microsoft Teams
      • Logs
      • Metadata
      • Batch Mode
  • Dynamics 365 CRM Replication
    • Introduction
    • Getting Started
    • Running Replication
      • Dynamics 365 CRM Replication Setup
      • Configure Database
      • Configure Objects
      • Scheduling Jobs
  • Salesforce HealthCloud Replication
    • Introduction
    • Core Concepts
    • Getting Started
    • Running Salesforce Health Cloud Replication
      • Salesforce HealthCloud
      • Database
        • Azure Active Directory Setup Process
      • Objects
      • Restore
      • Schedule Jobs
      • Notifications
        • Email
        • Webhooks
      • Logs Screen
  • More information
    • Troubleshooting
      • Tomcat
      • Out of Memory Exception
      • Mismatch in Datasize
      • Unable to Create Sequence in Oracle DB
      • Single File Logging
      • Row Size greater than 64kb in MySQL
      • Secure your App using credentials
      • Update Salesforce/MS CRM Org ID
      • Incorrect Syntax Near Column Name
      • SSL Configuration in DBSync Tomcat
Powered by GitBook
On this page
  • Example to include required fields only:
  • Example to exclude selected fields only:
  1. Key Features

Salesforce Field Selection

Previousdo_sync_flNextLog Event Notification

Last updated 1 year ago

DBSync Replication (Source to DB) allows choosing only the required fields for replication. There is an option to select only the required fields (including fields) and there is also an option to eliminate the unwanted fields (excluding fields).

‘Salesforce Sync Object Details’ tab in DBSync Cloud Replication shows Salesforce objects & fields name. Based on the requirement appropriate objects & fields must be selected either to exclude or include. Selection process is explained below with example.

Example to include required fields only:

Step 1: Salesforce Account Details are as shown below. Let us replicate only Name, Type, Fax & SLA fields into database.

Step 2: In DBSync Cloud Replication, under ‘Sales Sync Object Details’ Tab, select ‘Account’. Move all the API names from Available Fields to Exclude Fields using >>.

Step 3: Select Name, Type, Fax & SLA_c (API name for SLA field{_}) in Exclude Fields (Ctrl key must be used to select all these at once) and move this to available fields (using <). Save the selection and *run *the Replication Source to DB.

Step 4: Confirm in Tomcat that replication was successful. Database will have only Name, Type, Fax & SLA_c columns along with DO_SYNC_FLAG and other Id columns.

Example to exclude selected fields only:

Step 1: Salesforce Account Details are as shown below. Let us replicate all the fields in the Accounts Object except Billing Street and Billing City fields.

Step 2: In DBSync Cloud Replication, under ‘Sales Sync Object Details’ Tab, select ‘Account’. Move Billing Street and Billing City fields from Available Fields to Exclude Fields using -> button. Save the selection and run the Replication Source to DB.

Step 3: Confirm in Tomcat that replication was successful. Database will have all the accounts field columns along with DO_SYNC_FLAG and other Id columns except Billing Street & Billing City Columns.