Salesforce Rest Query Receiver Connector
Allows SOQL and SOSL queries to be made quickly and easily in integrations.
Required Connector Properties
-
Username/Password Credential: It refers to the Basic credentials defined for Salesforce login operations. The name of a previously defined credential is provided.
-
Client Id/ Client Secret Credential: It refers to the OAuth2 credentials defined for Salesforce login operations. The name of a previously defined credential is provided.
-
API Version: It refers to the version for Salesforce.
-
Process Type: It has two options: SOQL Query and SOSL Query. Both query languages are used to access Salesforce data, but they serve different purposes. SOQL is often used for more structured queries on specific objects, while SOSL is used for free-text searches and combining data from multiple objects.
-
SOQL Query: SOQL is a query language used to retrieve data from Salesforce objects. It has a syntax similar to SQL but is specific to Salesforce objects and fields. SOQL queries are used to query and relate to specific object types.
-
Include Deleted Records: It is used to include deleted records in SOQL (Salesforce Object Query Language) queries.
-
SOSL Query: SOSL is a query language used for text-based searches on the Salesforce platform. It generally supports free-text queries and allows searching across multiple objects. SOSL queries are typically used for making general text-based searches across several different objects.