Versions Compared

Key

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

...

Send2CRM also allows additional mappings that act on the same form identifier, or automations that process the same event, to perform additional tasks.

Re-generating

If you need to re-generate the default records, they can be created by executing the following anonymous Apex:

Code Block
languagejava
// Delete existing mappings with Send2CRM messaging identifier, and create defaults.
send2crm.MessageMappingHelper.generateMessageMapping();

// Delete existing automations with Send2CRM messaging 'message viewed' event, and create default.
send2crm.MessageMappingHelper.generateMessageAutomation();