Versions Compared

Key

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


Note: S4S EXM is an upgrade from S4SLB Plus. The original naming may appear in the packages, development files, and namespaces.

Sitecore Package


IMPORTANT: Before installing S4S EXM in Sitecore, make sure you have already installed S4S (including S4SLB) and Sitecore EXM in your Sitecore instance.


Image Added

IMPORTANT:

  • Up to Sitecore 8.2 update 4 (rev 170614), use S4S EXM-1.2.zip package.
  • For Sitecore 8.2 update 5 until Sitecore 8.2 update 7, use S4S EXM-1.2.1.zip package. S4S EXM-1.2.1.zip package includes the changes related to new MongoDB drivers.

Steps

Install S4S EXM package from Desktop » Development Tools » Installation Wizard

...

Code Block
languagexml
	<param desc="addCampaignToInteraction">true</param>


Image Added 

IMPORTANT:

S4SEXM 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 S4SEXM UI (S4S EXM Dashboard in Sitecore launchpad) within Sitecore Admin area, 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 S4S.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 S4S EXM 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 S4SEXM">FuseIT.S4S.S4SLBPlus.Controllers.S4SEXMDashboardController, FuseIT.S4S.S4SLBPlus</allowedController>
          </allowedControllers>
        </configuration>
      </services>
    </api>
  </sitecore>



Salesforce Managed Package


Note: The package for the Enterprise / Unlimited Edition contains APEX classes and Triggers that cannot be installed on Salesforce Professional Edition.

...

  1. Install Salesforce package from - https://login.salesforce.com/packaging/installPackage.apexp?p0=04t6F0000017rHj
  2. Navigate to Setup » Develop » Custom Settings, click Manage and add a new setting called “default” under “S4S LBPlus Settings”. Add the public site URL (for example http://sitecoretest.fuseit.com) as the S4SLB web service URL value.
  3. Make sure you add the Remote Site Settings which points to your public site (Remote Site Settings are saved under Setup » Security Controls » Remote Site Settings).
  4. Add the “Sitecore Email Campaign Messages” related list and “Get Sitecore Email Campaign Analytics” button to the layout of Salesforce contact and lead (as required).
  5. Make sure the visibility of Salesforce contacts and leads is enabled and Edit and View permissions have been granted to “Email Opt Out” field.

Next Step

Figures (Pre-Sitecore 9)

Steps

Child pages (Children Display)
alltrue
depth1
pageS4S EXM Installation (Pre-Sitecore 9)