Get External Identifier

Overview

This processor is responsible for searching the query string and finding the value of the external identifier if it is present. If the external identifier is not present the pipeline is aborted.

Configuration

Configuration is done in the S4SAnalytics.config configuration file.

<!-- Processor to retrieve the external identifier value from the query string. -->
<processor type="FuseIT.S4S.WebToSalesforce.Pipelines.ResolveXdbContactFromSalesforce.GetExternalIdentifier, FuseIT.S4S.WebToSalesforce">
  <!-- The name of the query string parameter that contains the external identifier. -->
  <ExternalIdentifierKey>yourExternalIdentifierKey</ExternalIdentifierKey>
</processor>
ParameterDescription
ExternalIdentifierKeyThe name of the query string parameter that contains the unique identifier that will identify the Salesforce object

Next Step

Get Salesforce Session

Steps