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

Duplicate Contact List on Lead Conversion
In my current system, the Lead Convesrion requires my Sales Rep to Select only one account XYZ when the Compay name is not known. However, if the Company Name is known, a new Account will be created by the Sales Rep. The contact thet gets created will be created under the XYZ account. A relationship is mantained between the contact and newly created account. I require to:-
Show a list of all simialr Contacts. How can I implement this functionality?
I can write a trigger to fetch duplicate contacts. But how do I show this to user as a list from which user can select one? Can I use Visualforce page for displaying the contact list?
Thanks in Advance
Show a list of all simialr Contacts. How can I implement this functionality?
I can write a trigger to fetch duplicate contacts. But how do I show this to user as a list from which user can select one? Can I use Visualforce page for displaying the contact list?
Thanks in Advance
You can easily get the records id dynamically on which that V.F is opened so that you can filter over a set of records.
Please mark this post a best solution for your question if it solves your problem.