Versions Compared

Key

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

...

...

...

...

Info
titleAvailability

This routine is available starting with Power Salesforce Connector 1.0.


Syntax

connectToSalesforce(connectionName)

Description

Excerpt

Establishes a connection to Salesforce.

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

Note

All fields that describe a SFDC connection configuration are mandatory.


Image RemovedImage Added 

   Image RemovedImage Added


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:

...