> For the complete documentation index, see [llms.txt](https://docs.ixhello.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ixhello.com/ixhc/general/edit-custom-apps/methods/data-source-salesforce.md).

# Data Source : Salesforce

Salesforce objects and fields are analogous to database tables and the table columns.&#x20;

Objects already created by Salesforce are called standard objects.

Objects that you create in your organization with the user interface or with the Metadata API are called custom objects.

Objects you create that map to data stored outside your organization are called external objects.

You can access the Objects and Fields in your salesforce account, so use them as data source for your custom app.

## Prerequisites

a. Salesforce Account

b. Integrate ixHello to Salesforce Account

c. Create Custom App

d. Create Data Source

## Request Types

{% tabs %}
{% tab title="Salesforce" %}
a. [GetAllObjects](/ixhc/general/edit-custom-apps/methods/data-source-salesforce/getallobjects.md)

b. [GetObjectFields](/ixhc/general/edit-custom-apps/methods/data-source-salesforce/getobjectfields.md)

c.[GetObjectById](/ixhc/general/edit-custom-apps/methods/data-source-salesforce/getobjectbyid.md)

d.[GetObjectAllRecords](/ixhc/general/edit-custom-apps/methods/data-source-salesforce/getobjectallrecords.md)

e. [GetSOQLQueryResult](/ixhc/general/edit-custom-apps/methods/data-source-salesforce/getsoqlqueryresult.md)

f. [CreateObject](/ixhc/general/edit-custom-apps/methods/data-source-salesforce/createobject.md)

g.[UpdateObject](/ixhc/general/edit-custom-apps/methods/data-source-salesforce/updateobject.md)

h.[DeleteObject](/ixhc/general/edit-custom-apps/methods/data-source-salesforce/deleteobject.md)
{% endtab %}

{% tab title="Salesforce Einstein" %}
a. [ExecutSAQLQuery](/ixhc/general/edit-custom-apps/methods/data-source-salesforce/einstein.executesaqlquery.md)

b. [ExecuteLens](/ixhc/general/edit-custom-apps/methods/data-source-salesforce/einstein.executelens.md)

c. [GetAnalyticsResources](/ixhc/general/edit-custom-apps/methods/data-source-salesforce/einstein.getanalyticsresources.md)

d. [GetDashboards](/ixhc/general/edit-custom-apps/methods/data-source-salesforce/einstein.getdashboards.md)

e. [GetDataSets](/ixhc/general/edit-custom-apps/methods/data-source-salesforce/einstein.getdatasets.md)

f. [GetLenses](/ixhc/general/edit-custom-apps/methods/data-source-salesforce/einstein.getlenses.md)
{% endtab %}

{% tab title="Salesforce ServiceCloud" %}

{% endtab %}

{% tab title="Tableau" %}

{% endtab %}
{% endtabs %}


---

# 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.ixhello.com/ixhc/general/edit-custom-apps/methods/data-source-salesforce.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.
