Versions Compared

Key

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

On In this pagearticle

Table of Contents
maxLevel2
absoluteUrltrue

...

Field NameField TypeDescription
Label*String

Specify the name for the account instance.

Default Value: None]
Example: Salesforce Dynamic Account

Access token*String

Specify the access token for Salesforce.com.

Default Value: N/A
Example: FMJ9810LK21

Instance URL*String

Specify the instance URL to be used to access Salesforce.com.

Default Value: N/A
Examplehttps://login.salesforce.com

Using a Dynamic Token in a Dynamic Account

...

The Snap reads records from the Account object, and retrieves values for the 10 output fields (Output field limit) starting from the 3rd field (Outputfield offset). Additionally, we are passing the values dynamically with the expressions enabled. The pipeline Pipeline parameters to be passed dynamically are set for the Access token and the Instance URL fields. 

StepsConfiguration
The Salesforce Read Pipeline.

Image Modified

The Key and Value parameters are assigned using the Edit Pipeline property on the designer. 
For this pipeline, define the two pipeline parameters:

  • accessToken
  • instance

...

Image Added
The Salesforce Read Snap reads the records from the object, Account, to the extent of 10 records starting from the 3rd record (by defining the properties- Output field limit and Output field offset with the values 10 and 3 respectively).

...

Image Added
Create a dynamic account and toggle (enable) the expressions for Access Token and Instance URL properties in order to pass the values dynamically. 
Set Access token to _accessToken and Instance URL to _instance_url. Note that the values are to be passed manually and are not suggestible. 

...

Image Added

Successful execution of the Pipeline displays the below output view:

Image Modified