Versions Compared

Key

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

Table of Contents
exclude(The connector has many options - most will NOT be required.|Please use the S4S Installation Chart to ensure you only install what is needed.).*

...

  • S4S List Builder Version 1.6.1
  • S4S versions after changeset cs29282 or later e.g. S4S Release 1.81.17031.1 or 1.82.16343, will show reports and campaigns
  • Sitecore version greater or equal to Sitecore 8.1. (For Sitecore 9 and upwards we have released a new S4SLB package. Please refer this)

...

 

IMPORTANT:

S4SLB uses the Sitecore SSC Framework for communication between client and server, which is configured within the App_Config\Include\Sitecore.Services.Client.config file.

If you use S4SLB and you are connected externally from your Sitecore CM Server, you may need to change Sitecore.Services.Client.config file "SITECORE SERVICES SECURITY POLICY" for external access.

 In other words if your Sitecore instance hosted in a remote location from where you try to connect as a client, you have to change the “Sitecore.Services.SecurityPolicy” config setting value in App_Config\Include\Sitecore.Services.Client.config file to “Sitecore.Services.Infrastructure.Web.Http.Security.ServicesOnPolicy, Sitecore.Services.Infrastructure”.  

OR

Add following configuration section to S4SLB.config in App_Config/Include (Or any other config file) Or add it as a separate patch file. This will allow access to the controller which S4SLB is using in Sitecore SSC framework.

Code Block
languagexml
<sitecore>
    <api>
      <services>
        <configuration type="Sitecore.Services.Infrastructure.Configuration.ServicesConfiguration, Sitecore.Services.Infrastructure">
          <allowedControllers hint="list:AddController">
            <allowedController desc="FuseIT S4SLB">FuseIT.S4S.SitecoreSalesforceListBuilder.Controllers.SalesforceCampaignsController, FuseIT.S4S.SitecoreSalesforceListBuilder</allowedController>
          </allowedControllers>
        </configuration>
      </services>
    </api>
  </sitecore>


Next Step

Congratulations, you have finished installing this option.

...