You need to sign in to do that
Don't have an account?
ApolloS
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?
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