# Linked object drill-downs

Omnata leverages the [three object linking methods](/omnata-product-documentation/omnata-connect-for-salesforce/omnata-with-salesforce-connect-external-objects/link-to-other-objects.md) of Salesforce Connect. Linking objects will allow users to drill up and down through hierarchies of objects that are stored on and off platform.

The below example shows the user experience of ecommerce org using external objects for orders and products.

![](/files/EQbf3vqUV4D3RwEjZP2k)

## **Child of Salesforce Object**

<img src="/files/8SN0qoczVBf1cFbu6daY" alt="" data-size="original">

An ecommerce company use Salesforce to record sales to the standard objects Accounts and Contacts. However, due to the nature of its products, order are contained in a large dataset that's too large to be stored on-platform. Orders and product details are stored off-platform in a cloud data warehouse, Snowflake.

With Omnata the architect can link objects where Orders is the child of Accounts, linked by the Account ID. This allows users to natively drill-down from on-platform to off-platform objects.

## Child of another External Object

![](/files/uvaDzrl1NkT0rDcGr5gF)

Continuing on the same use case, product details will become the second level in the drill-down. The architect can make the Product Details object the child of the Orders object, linked by a Product ID.

Users can now natively drill down from Accounts to Orders to Product Details and back up again.

## Parent of a Salesforce Object

![](/files/tqm6g3MY49BHHxuoQmyM)

Moving over to the repairs department, they are using external objects differently. The standard object Cases are used to manage the repair lifecycle for customers. In this case, Product Details recorded by the item's serial number is stored off-platform and is the parent of Case and Case Comments.

Users can drill-down from a product to all of the cases and comments for that product and back up again.


---

# 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:

```
GET https://docs.omnata.com/omnata-product-documentation/omnata-connect-for-salesforce/use-cases/linked-object-drill-downs.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.
