Element Details: Connection.Salesforce
 Back


Available in: Logi Info Source code name: Connection.Salesforce

The connection information necessary to connect and return data from Salesforce.com.

This connection can be used with DataLayer.SQL to query Salesforce.com tables using Sforce Object Query Language (SOQL).

Visit http://www.salesforce.com/developer/ to learn about SOQL and the objects that can be queried.

To retrieve a list of tables that can be queried, use 'list tables' as the DataLayer Source. The names of tables will be returned in the @Data.rdSalesforceTable~ token.

To retrieve a list of fields within a table, use 'list tablename' as the DataLayer Source. The names of fields in the table specified will be returned in the @Data.rdSalesforceField~ token.

If your organization’s password policy forces users to change their passwords every certain number of days, you should enable the “Password Never Expires” option on your profile.

In the Java version this connection only functions with JDK 1.8 due to the use of TLS 1.2.

Element Group:Software as a Service



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
CommandTimeOut
UserDefined
The CommandTimeOut attribute specifies the amount of time, in seconds, before the request to connect to the data source is presumed to have failed. For most data sources, the default value is 60 seconds. For MySql, the default is 30 seconds.
ID
UserDefined
The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.
Password
UserDefined
The password for the specified Username to authenticate this connection.
SalesforceUrl
UserDefined
This is the URL of the Salesforce server. To use the Salesforce test server, set "https://test.salesforce.com". The default is "https://login.salesforce.com", which is the production server URL.
Username
UserDefined
The Username to authenticate this connection.



PARENT ELEMENTS

Click element to drill down for more information.

Connections


CHILD ELEMENTS

Click element to drill down for more information.



 Back to top


 Chart Debug