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
Sfdc wonderSfdc wonder 

Soap Service to avoid Duplicates

Hi,
i need to write Apex Soap Service Class with the following features.

a)Third party send Lead info(like name,company,address) to this service.
b)i need to avoid duplicate insertion  of Leads in Salesforce DataBase using Company Name.
c)if there is any duplicate lead exist in SF,i need to send back duplication Lead Info to 3rd party.
d)i need to search entire SF DataBase.

How can i Start,Could you please any one give idea to start.

Note:The main concern is If the SF dataBase having lacs of data.
Raja ReddyRaja Reddy
Hi RamSf,

You can pick anyone from below:

1. Using the "Dupeblocker" you can prevent Duplicates. For more datails see this http://www.helpconsole.com/DupeBlocker%203/default.aspx 

2. With the help of Data.com you can clean your data(Duplicates). For more datails see this https://help.salesforce.com/HTViewHelpDoc?id=data_dot_com_clean_preventing_autoupdates.htm&language=en_US (https://help.salesforce.com/HTViewHelpDoc?id=data_dot_com_clean_preventing_autoupdates.htm&language=en_US