Can a Web-to-Lead deduplication be FREE?

December 23rd, 2009 DataTrim No comments

Yes, it can! It’s not the Ferrari model, but it will still take you a bit of the way and save you a lot of work in your day to day processing of leads.

29-12-2009-13-37-12

Here’s the scenario!
When someone registers on your website, and indicate to you that they have some sort of interest, the salesforce web-to-lead functionality allows you to easily capture their details.
The dupe problem arrives when the same user later (a few minutes or weeks) again registers and is now interested in another product, or wants a call because he is ready to buy.
In many deduplication solutions out there, the dupe is being blocked! This might mean that you actually looses the information that the lead wants to buy, so what to do instead.
Let the lead enter you database, but make sure it is flagged as a dupe, so that you can react promptly but at the same time with the information that the lead is someone you already had contact with in the past.

You or your workflows, if you have automated the process, should be able to see, by e.g. looking at the Status, that the lead is a duplicate and you can then apply a different action to the new lead, i.e. merge the duplicates before you react to the enquiry.

See an sample sceenshot of new leads to follow up below:

How does it work?
Here are the basic steps.
1) Implement your web-to-lead form on your website (see the salesforce instructions for how to do this)
2) Create a Trigger for the new leads, and if a dupe is found set the status of the lead to e.g. “New Dupe Lead”.

Inspired by the FREE Duplicate Contact Trigger (http://sites.force.com/appexchange/listingDetail?listingId=a0N300000016cicEAA) by Force.com Labs we will create a Lead trigger to detect if a new Lead is a dupe.
The original Trigger:

-and our LeadDetector variant:

As you can see we do not reject the entry of the lead, as this may cause us to loose important information about what the lead wants; -we certainly do not want to miss out his enquiry on pricing after his first request for information.
Now, once an new dupe lead is entered the status is automatically changed to “New – Dupe Lead”

Agreed, the deduplication (identification of duplicates) is far from sophisticated, but you might be able to improve the process by your own by looking at company name, first name, last name, phone like it was done in the original Trigger.
You can of cause also complement this approach with our Entry Check solution, so that those leads which falls though the rudimentary check, can be caught when you review the new lead and following up on the enquiry.
Next, you want to be able to merge/convert the lead with as few clicks as possible. Notice the 2 new buttons on top of the Lead List view.
To create these 2 buttons using Visual Force and Apex classes, create a Controller Class: LeadMergeConvertController

-and the Visual Force pages for each button:
LeadConvertSelected

LeadMergeSelected

Now all you have to do is to add the 2 buttons to the Custom Buttons and Links section on your Lead object and you are done.

Nice and easy, right?
A small solution that will save a lot of time, and make your lead management process more effective.
We hope you like it!

Enjoy

Datatrim!

DataTrim Dupe Alerts ’10 – Now Generally Available

November 17th, 2009 DataTrim No comments

At Dreamforce ’09 we where pleased to present our latest version of DataTrim Dupe Alerts.
DataTrim Dupe Alerts ’10 is now generally available from the AppExchange:
http://sites.force.com/appexchange/apex/listingDetail?listingId=a0N300000016cJPEAY

The new version contains all the well known and appreciated functionality of the previous version but the entire application is now build on the force.com platform without the use of S-Controls (which are deprecated by salesforce in 2010).
Although all the existing functionality has been migrated, we have also added new functionality and features which over the time has been made available as custom solutions for specific clients.
Amongst the new functions and features let us introduce a few:

Support for Advanced Survivorship rules
Introducing a new idea for advanced survivorship rules now take you beyond time based rules. Imagine a duplicate lead, where the status of the lead should control which records to keep, and not just which records has the latest activity, this is now possible.

Storing Duplicate information
When Mass Merging records we now support the ability to keep any data which are conflicting between the Survivor and the Dupe. So, where you previously had to accept that the Phone number on the Dupe record was lost as the Survivors Phone number had priority, the solution will now collect all of this additional information as store it for you either in a Text field on the Surviving records or as a separate Activity / Note Record.
 23-09-2009-16-05-101

Dupe Status for Account, Contact and Lead Page layouts
We have improved the Dupe Status controls which allow you to present the dupe information to you end users and thereby involve them in the review and merging process.

Dupe Status Feedback page layout
The Dupe Status components now also enable a collaborative feedback process where the users can provide feedback on duplicates to allow someone centrally to perform the merge on their behalf.

Deduplication Dashboard
We also re-introduced a deduplication dashboard which allows you to keep a track of the current dupe status. The Dashboard also allows you to monitor e.g. the owner of the duplicates and there by the source of your duplicates.
With the improved reporting of duplicates by class in the Dupe Alert Result data you can even get more details into you reports and dashboard, e.g. excluding False Duplicates from your counts.
29-12-2009-11-48-38


Managed Package
The new version is also a Managed package which means that once installed into your salesforce environment, you can benefit of new revisions by a smooth upgrade, thus no need to uninstall and reinstall anything with the risk of loosing your old data and settings.

With this new version we hope that we have been able to address the majority of the ideas and request for functionality which our clients have forwarded to us. We are constantly improving our solutions based on client feedback, so please don’t hesitate to send us ideas for improvements.
Best Regards
DataTrim

DataTrim Dupe Alerts ‘10 - Pre release

September 23rd, 2009 DataTrim No comments

As you might know salesforce is stopping the support for S-Controls some time in 2010.test60x60

We have therefore used the summer to migrate all the existing functionality into Visualforce. We now have a pre-release version available for those of you who want to get a preview.

All the existing functionlity has been migrated, and we have added features which over the time has been made available as custom solutions for specific clients:

  • Support for Advanced Survivorship rules
  • Dupe Status for Account, Contact and Lead Page layouts
  • Dupe Status Feedback page layout to enable end users to provide feedback on duplicates found
  • Deduplication Dashboard

 23-09-2009-17-17-111

New Features

The most significant new functions relates to the Mass Merge functionality. Many users have been confused over the Merge Left and Merge Right buttons. This have now been consolidate under one single button: Mass Merge.

Further more, when Mass Merging records we now support the ability to keep any data which are conflicting between the Survivor and the Dupe. So, where you previously had to accept that the Phone number on the Dupe record was lost as the Survivors Phone number had priority, the solution will now collect all of this additional information as store it for you either in a Text field on the Surviving records or as a separate Activity / Note Record.

 23-09-2009-16-05-101

 

Customizing DataTrim Dupe Alerts

DataTrim Dupe Alerts is installed as Open Source. This means that you have full control over the code behind our functionality and features.

By using the salesforce Apex programming language it have never been easier to perform customizations. Changing the merge processes, the data to be displayed can be done with a few clicks.

Should your requirements go beyond then we and our partners are happy to help you implementing your requirements into a custom deduplication solution for you.

23-09-2009-17-43-12

If you are interested in testing this pre-release or if you have any input with regards to improvements which you think we could include to make our product even better, then do not hesitate to contact us at: info@datatrim.com

We are looking forward to hearing from you!

Best Regards

DataTrim

Google Analytics integration offered by Wordpress Google Analytics Plugin