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