• Run Duplicate check on keyup event of backbone

    Hi All, I am using a SugarCRM 7.7.0.0. I want to run the default duplicate check functionality of SugarCRM on keyup event of the backbone controller. So far, I have written the following code to extend the default controller of the record view, and I…
  • Check duplication based on field condition in sugarcrm 7

    Am checking duplicate check in Accounts module based on some filed condition. In Account i have a dropdown field called Account Type with options as 1. Organisation 2. Individual if i select Account Type == Organisation then i have to check duplicates…