You need to sign in to do that
Don't have an account?

Adding new fields to Duplicate Lead
Question: How do I add new fields to the Duplicate Search list for Leads?
I have a custom field called "Account ID #"
I want to add this field to the default listing within Duplicate Search for Leads.
Advise?
Thanks.
To solve this, you could write your own "Find Duplicate" logic by overriding the standard "find duplicates" button on the Lead object, and then use both Visualforce and Apex to enforce your custom logic.
A quick search of "Lead dedupe" in the Developer.force.com search window found this code sample:
http://wiki.apexdevnet.com/index.php/LeadDuplicatePreventer.apex