# Objects

## Objects

#### To Sync source Objects to Target <a href="#objectssetupprocess-tosyncsalesforcehealthcloudobjectstodatabase" id="objectssetupprocess-tosyncsalesforcehealthcloudobjectstodatabase"></a>

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

* Ensure you are connected to your source and target instances and verify the connection.
* 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.
* From the " Available Fields " section, select the object fields you want to sync into the database and use the "Exclude Fields" section to filter out fields you don't want to sync.
* Click the RUN button to run the configuration for the Source object.
* Choose any of the 4 functions to perform:

| Run Process          | Actions Performed                                                                                                   |
| -------------------- | ------------------------------------------------------------------------------------------------------------------- |
| Update Schema        | Creates source apps schema into database for the selected source apps objects.                                      |
| Clean Copy           | Inserts a clean copy of the Source object records into respective database tables & columns.                        |
| Source to DB         | Performs incremental sync from Souce to the database based on the changes/edits made in the Source                  |
| DB to Source         | Performs incremental sync from the Database to the Source based on the changes/edits made in the Database.          |
| Metadata Backup      | It backs up your metadata for the objects selected from your source.                                                |
| Formula Field Update | Backup values from a formula expression defined. The formula field is updated when any of the source fields change. |


---

# 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/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.
