# Objects

### To Sync Source Objects to the Target Database <a href="#object-tosyncsourceobjectstothetargetdatabase" id="object-tosyncsourceobjectstothetargetdatabase"></a>

![](https://help.mydbsync.com/docs/download/attachments/68878717/image2023-11-21_17-38-57.png?version=1\&modificationDate=1700568637000\&api=v2)<br>

Follow the below-mentioned steps to sync the objects to your database from the Salesforce instance:

* Ensure you are connected to your Source and Target Database instances and verify the connection.&#x20;
* Click 'Objects' from the top navigation toolbar to select objects to replicate.
* Select any "source apps objects" you want to sync into the database from the left objects section.
* Select the object fields you want to sync into the database from the "Available Fields" section and use the "Exclude Fields" section to filter out fields you don't want to sync into the database
* Click the RUN button to run the configuration for the Salesforce object.
* Choose any of the 3 functions to perform:

## **Configure Delta for incremental Sync**

The last Modified setting will help the user to set the delta column to perform incremental runs from source to target DB.

![](https://help.mydbsync.com/docs/download/attachments/68878745/image2023-11-21_19-30-55.png?version=1\&modificationDate=1700576282000\&api=v2)

On the left-hand side, it shows the Last Modified Timestamp/Date of the selected Object, if the user wants to change the Delta setting they can follow the following steps:

* Click on the Last Modified Field Setup Button
* Once clicked Following setup page opens UP

![](https://help.mydbsync.com/docs/download/attachments/68878745/image2023-11-21_19-30-10.png?version=1\&modificationDate=1700576282000\&api=v2)

* For Each of the selected Objects, It Shows the default selected Timestamp field&#x20;
* Click on the dropdown to select a different value if you want to change the field&#x20;
* Apply This for all will help to apply the change to all the fields if you want to keep the same change to all the selected objects for replication<br>

## **Run Process**&#x20;

<br>

| Run Process   | Actions Performed                                                                                           |
| ------------- | ----------------------------------------------------------------------------------------------------------- |
| Update Schema | Creates source app schema into a database for the selected source app objects.                              |
| Clean Copy    | Inserts a clean copy of Salesforce object records into respective database tables & columns.                |
| Source to DB  | Performs incremental sync from Salesforce to the database based on the changes/edits made in the Salesforce |

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mydbsync.com/cloud-replication-main/v8/database-replication/running-replication/objects.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
