|
<< Click to Display Table of Contents >> Raynet One Data Hub > 2026.2 > Connectors > Alphabetic Connector List > Salesforce SOQL Connector Parameters |
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 |
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 |
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 |
Custom certificate file content used for SSL connection verification
Technical Name |
certificate |
Category |
Functional |
Type |
Code |
Default Value |
{empty} |
Example Values |
{empty} |