Skip to end of banner
Go to start of banner

Connect to Salesforce

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Syntax

connectToSalesforce(connectionName)

Description

Establishes a connection to Salesforce.

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

All fields that describe a SFDC connection configuration are mandatory.


 

   


Parameters

Parameter

Type

Required

Description

connectionName

string

Yes

The name of the Salesforce connection (defined in the SFDC Configuration page).

Return type

SFDCConnection - predefined structure type (maybe create a different page in order to group all predefined SFDC types - similar to this one for SIL Predefined structure types:

NameFieldType

SFDCConnection 


access_token

string

instance_url

string


See also


  • No labels