Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

Syntax

connectToSalesforce(connectionName)

Description

Excerpt

Establishes a connection to Salesforce.

This is done using a connection that was previously defined and configured on the SFDC Configuration page.

Note

All fields that describe a SFDC connection configuration are mandatoryrequired.


 


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 typePredefined structure types

Example

...

SFDCConnection 

...

access_token

...

string

...

instance_url

...

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)
showLabelsfalse
showSpacefalse
cqllabel = "sfdc_routines"
labelsbasic_routines

...