...
The Save To Dynamics Submit Action will attempt to send error emails if a fatal errors occur error occurs during a form submission. This requires:
Mail server settings be are set up correctly in Sitecore.config.
The following settings in S4D.config:
...
Code Block | ||
---|---|---|
| ||
<sitecore> <scheduling> <!-- Refresh Dynamics metadata on schedule. --> <agent name="S4DRefreshMetadata" type="FuseIT.S4D.WebToDynamics.Tasks.MetadataTasks" method="RefreshMetadataFiles" interval="12:00:00"/> </scheduling> </sitecore> |
Adjust the interval to suit your needs. This will process metadata files for all S4D connections in ConnectionStrings.config. The refresh task outputs log messages showing the last refresh for each connection and any errors encountered.