> For the complete documentation index, see [llms.txt](https://docs.mydbsync.com/cloud-replication-main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mydbsync.com/cloud-replication-main/objects.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mydbsync.com/cloud-replication-main/objects.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
