Duplicate Check on clicking associate button on 'Leads to Account Conversion Panel'

Hi All

           I want the duplicate check to be performed when the user clicks the associate button in the leads to accounts conversion panel.

/<>/modules/Leads/clients/base/layouts/convert-panel/convert-panel.js

          I have been working around this file but dint seem to progress.

Regard

Sidhu Tevfik Tümer

Parents Reply
  • Hi Ramana Raju Santhana

                  

    I want the same duplication check functionality to be performed on Account during lead conversion. Can you please provide me the suggestion on how to implement the duplicate check in AssociateClick function.

            I tried with the below code that you have mentioned, but I haven't got any solution. Kindly assist.

       

    Under runCreateValidation function inside isValid if condition I added the following lines

      this.addDupeCheckComponent();

      if(this.triggerDuplicateCheck()){

      console.log("duplicates found");

      }else{

      console.log("no duplicates found");

      this.markPanelComplete(model);

      }

Children
No Data