Versions Compared

Key

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

...

Code Block
languagexml
linenumberstrue
@using FuseIT.S4SNow

<a href="@S4SNowUtility.GetRedirectUrlFromS4SFacet()" target="_blank">@S4SNowUtility.GetRandomNumberFromSession()</a>


Image Added

IMPORTANT: To have smooth personalize experience, make sure you have included the FuseITLoadPreviousVisit sublayout into your website's main layout. More information about FuseITLoadPreviousVisit can be found from here.

If you have MVC based website you can add the following code block into your layout.

Code Block
languagexml
linenumberstrue
@using FuseIT.S4S.WebToSalesforce;

@{ 	  
      //Load previous visit from salesforce
      LoadPreviousVisitSalesforce.LoadPreviousVisit();
}


Next

Congratulations, you have finished installing this module.