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

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.
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.
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)