/
Get Salesforce Session
Get Salesforce Session
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.
<!-- 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>
Parameter | Description |
---|---|
connectionString | The name of the connection string to use to obtain the Salesforce session |