Skip to content

Instantly share code, notes, and snippets.

@dmulvi
Created April 22, 2015 19:40
Show Gist options
  • Save dmulvi/fa3d02f55f544585593a to your computer and use it in GitHub Desktop.
Save dmulvi/fa3d02f55f544585593a to your computer and use it in GitHub Desktop.
Disable Duplicate Checking for a module in SugarCRM
<?php
/* This will turn off duplicate checking for the module.
Put the file in this directory:
custom/Extension/modules/MODULE/Ext/Vardefs/
and Quick Repair/Rebuild */
$dictionary['MODULE']['duplicate_check']['FilterDuplicateCheck']['filter_template'] = array();
@Vincent-aCRM
Copy link

OK, thank you for responding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment