You need to sign in to do that
Don't have an account?
Surender reddy Salukuti
Request1
Hi Every one,
How can i write program checking Duplicate fields in Lead object FirstName,Email,company,phone using trigger concept and also display message if it is Dublicate its not dublicate record will save.
How can i write program checking Duplicate fields in Lead object FirstName,Email,company,phone using trigger concept and also display message if it is Dublicate its not dublicate record will save.
I would suggest another approach to solve this problem. Suppose you have a large number of leads (50,000 or more), the query [select name, email, company, lead phone] will fail.
I think the best approach is to filter the query with the fields of the new records. For example:
One other question: have you ever consider to use matching and duplicate rules on Leads?
Hope you find this solution useful.
Best regards.