Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Add the following element to the system.web>profile>providers section of the web.config file:

<add name="salesforce" type="FuseIT.Sitecore.SalesforceSecurityProvider.SalesforceProfileProvider, FuseIT.Sitecore.SalesforceSecurityProvider" connectionStringName="S4SConnString" readOnly="false"/>

For Salesforce S4S Multi-Role Edition you need to add the following line instead of the line above:

<add name="salesforceContact" type="FuseIT.Sitecore.SalesforceSecurityProvider.SalesforceProfileProvider, FuseIT.Sitecore.SalesforceSecurityProvider" connectionStringName="S4SConnString" readOnly="false"/>

Additionally for Lead authentication add the following line:

<add name="salesforceLead" type="FuseIT.Sitecore.SalesforceSecurityProvider.SalesforceProfileProviderLead, FuseIT.Sitecore.SalesforceSecurityProvider" connectionStringName="S4SConnString" readOnly="false"/>

Add the following profile properties to the system.web>profile>properties section of the web.config file (some fields only applicable for contact):

<add type="System.String" name="Country" customProviderData="S4S|MailingCountry|String"/>
<add type="System.String" name="City" customProviderData="S4S|MailingCity|String"/>
<add type="System.String" name="BirthDate" customProviderData="S4S|CreatedDate|DateTime"/>
<add type="System.String" name="DoNotEmail" customProviderData="S4S|IsDeleted|Boolean"/>
<add type="System.String" name="UserAccountId" customProviderData="S4S|AccountId|String"/>

The above list of properties are example. The list can be expanded with other properties.

The Profile Provider is not currently implemented when utilising the Campaign Membership Provider.

  • No labels