Versions Compared

Key

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

...

  1. Set the S4SMapping.EnableDuplicateAllowSave configuration to ‘true’ in configuration in \App_Config\Modules\S4S\S4S.config:

    Code Block
    languagexml
    <!--Overide duplicate rules to create new object -->
    <setting name="S4SMapping.EnableDuplicateAllowSave" value="false"/>

  2. Configure the S4S Experience Forms error handling to email form values to enter manually into Salesforce so the duplicate rules can be applied. See the following link for more information - Error Handling

  3. Create a custom submit action and implement code to process the Salesforce record matches that are returned in the FailedSaveResults collection. See the following code sample for more information - Working with Salesforce Duplicate Rules

Next Step

Congratulations, you have finished installing this option.