Versions Compared

Key

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

...

Code Block
languagexml
<scheduling>
	<!-- S4S pushes Sitecore DMS data to Salesforce at the specified interval -->
	<agent name="S4SUpdateAnalytics" type="FuseIT.S4S.WebToSalesforce.WebToEntity" method="BulkUpdateSitecoreAnalyticsInSalesforce" interval="2400:0030:00"/>
</scheduling>



Note: The interval above will sync the analytics after every 24 hours, you 30 minutes. You can change this value in S4SMapping.config file.

...