Syntax
connectToSalesforce(connectionName)
Description
Establishes a connection to Salesforce.This is done using a connection that was previously defined and configured on the SFDC Configuration page.
All fields that describe a SFDC connection configuration are required.
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
connectionName | string | Yes | The name of the Salesforce connection as defined in the SFDC Configuration page. |
Return type
SFDCConnection - predefined structure type
Predefined structure fields and types
Name | Field | Type |
---|---|---|
SFDCConnection | access_token | string |
instance_url | string |
See also