Connector Parameters

<< Click to Display Table of Contents >>

Raynet One Data Hub > 2026.2 > Connectors > Alphabetic Connector List > Salesforce SOQL 

Connector Parameters

Header Look Ahead

Number of records to sample at the beginning to determine all possible fields. Ensures consistent field structure across all records.

 

Technical Name

header_look_ahead

Category

Functional

Type

Integer

Default Value

100000

Example Values

100000

 

API Version

The version of the Salesforce API to use for the requests. Defaults to 51.0 if not specified.

 

Technical Name

api_version

Category

Functional

Type

String

Default Value

51.0

Example Values

51.0

 

SOQL query

The Salesforce Object Query Language (SOQL) query to execute. This should be a valid SOQL statement.

 

Technical Name

soql_query

Category

Functional

Type

String

Default Value

{empty}

Example Values

SELECT Id, Name, Email FROM Account

 

Certificate

Custom certificate file content used for SSL connection verification

 

Technical Name

certificate

Category

Functional

Type

Code

Default Value

{empty}

Example Values

{empty}