Knowledge Base

CONTENTS

Automated Check and Merge in Joforce CRM

After the module settings configuration the duplicates are detected for the existing records based on the cron runtime. The cron executes frequently to check duplicate records created with Webforms and bulk imports. The duplicate detection is with ‘AND’ rule. If two records have identical information for the configured primary fields in the settings module.

Cron setup : #

  • For cron setup add the following entry in your crontab wget -o /dev/null -q -0 /dev/null {SITEURL}/SmartDuplicateMergerCron.php 2 & 1
  • Ensure that localhost/joforcecrm is changed to your Joforce CRM URL
  • If the cron is not properly configured then the module will not check for duplicates.