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
Sampath palli 2Sampath palli 2 

Lead generation Project

Hi all

I want to develop a crm project for construction companies which is i want to track the leads from external system and upload in to salesforce objects and the qualified leads are converted into contacts and accounts and also track the how many leads are converted into opportunities and how many opportunities are converted into contacts and accounts. I want to create reports on this lead convertion. 
How we make leads duplicate data cleaning

To achive this where i need to focus.
what key points or any tips or suggestions.


Thanks in Advance
Sampath
Best Answer chosen by Sampath palli 2
VineetKumarVineetKumar

All Answers

VineetKumarVineetKumar
This was selected as the best answer
Dhriti Moulick 16Dhriti Moulick 16
1. Use Data Loader tool,freely available for SF, to cleaning up your Duplicate lead records.
2.You can either do it by writing custom logic using Apex Trigger to restrict creating duplicate records.

Cheers,
Dhriti
Sampath palli 2Sampath palli 2
Thanks Vineet for Reply and Suggestions
Sampath palli 2Sampath palli 2
Thanks Dhriti For your Reply