function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ApolloSApolloS 

How can I create custom "Find Duplicates" button in Leads? Need it to load with all fields checked

We are missing bunch of dupes, because deafault setting of Find Duplicates button in Leads does not have all the options checked.

 

By deafault only Name, Company, E-mail, and Phone are checked. I would like all the options checked (default ones and Last Name + E-mail Domain)

 

Does anyone have a Visualforce code willing to share with me that would accomplish that?

NzgonNzgon

Create Custom button on lead object and define parameters for checkboxs that are not checked

 

Code for button would be something like:

 

/lead/leadmergewizard.jsp?retURL=%2F00Q7000000apfGY&id=00Q7000000apfGY&p2=1&p5=1

 

what is :

/lead/leadmergewizard.jsp?retURL=/{!Lead_Id}&id={!Lead_Id}&p2=1&p5=1

 

Regards,

Nash