Syntax
connectToSalesforce(connectionName)
...
Note |
---|
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. |
...
Name | Field | Type |
---|---|---|
SFDCConnection | access_token | string |
instance_url | string |
Example
Code Block |
---|
SFDCConnection conn = connectToSalesforce("SFDC_test");
logPrint("WARN", "Connected to SF: " + conn.instance_url + " - " + conn.access_token); |
See also
Filter by label (Content by label) | ||||||||
---|---|---|---|---|---|---|---|---|
|
...