# Object Configuration

Omnata automates the default Salesforce setup process for External Objects and simplifies the handling of underlying schema changes.

The following pages will describe how to create and validate your integration, how to link objects to create drill-downs, reporting, and row-level filtering.

## Connection <a href="#enable-external-objects" id="enable-external-objects"></a>

External Objects are created for each Data Warehouse Connection. Omnata allows you to mix data warehouses if you use more than one type.

## Create an External Object

Omnata creates external objects from the data warehouse object that you select. Omnata replaces the usual Salesforce administration steps.

Omnata's setup process will not make any changes to objects in your data warehouse.

### Table/View Requirements <a href="#tableview-requirements" id="tableview-requirements"></a>

To access a view from Salesforce, it must have a column which contains unique values (commonly known as a "Primary Key").

It is a requirement of Salesforce Connect that records must be identifiable individually as a single column, and this column is referred to as the "External ID".

## Rename Object/Field Labels

You can rename the object and field labels under "Actions"


---

# 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.omnata.com/omnata-product-documentation/omnata-connect-for-salesforce/omnata-with-salesforce-connect-external-objects/object-configuration.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.
