Versions Compared

Key

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

...

Overview

This processor is responsible for obtaining the configured Salesforce session to query the Salesforce objects based on the external identifier found in the previous step.

Configuration

Configuration is done in the S4SAnalytics.config configuration file.

Code Block
languagexml
<!-- Processor to get the Salesforce session to use to retrieve the matching Salesforce entity. -->
<processor type="FuseIT.S4S.WebToSalesforce.Pipelines.ResolveXdbContactFromSalesforce.GetSalesforceSession, FuseIT.S4S.WebToSalesforce">
  <!-- The connection string for the Salesforce session to use. -->
  <param desc="connectionString">S4SConnString</param>
</processor>


ParameterDescription
connectionStringThe name of the connection string to use to obtain the Salesforce session

Next Step

Get Salesforce Lead

...