Forums

 
ForumForumMainstream Foru...Mainstream Foru...General Discuss...General Discuss...Duplicates on entry screenDuplicates on entry screen
Previous Previous
 
Next Next
New Post
 12/21/2011 12:13 AM
 

We have a requirement to show duplicates when user enter data. Example:

1. Leads/Create New

2. Enter First Name, Last Name, Email

3. Popup opens showing duplicates found on those fields.

The ideas to do it I have are as follows:

1) Make a unique index in DB on First Name, Last Name, Email. Quick, but user will get some ugly message propbably

2) Make a button next to name to find duplicates. Seems some back end programming involved

Any other ideas how to acomplish this?

New Post
 12/21/2011 2:03 PM
 

The Leads list view allows you to do a duplicate search.

New Post
 12/26/2011 11:24 AM
 

The problem is that user needs to check for duplicates before they enter any data. This is an extra step and users will certainly forget to do this.

What we want is to check for duplicates dynamically when they enter data - new record. Please recommend

New Post
 12/26/2011 11:40 PM
 
 Modified By Support  on 1/24/2012 10:15:14 PM

There is no easy way to do this. You could either modify the code-behind to do the validation or you could do the validation in the stored procedure and throw an exception. Either way, it would take some coding.

Ideally, we would add the ability to do a lookup inside the Rules engine so that this feature could be added without having to write code. This feature does not exist today, but we can consider.

New Post
 1/24/2012 2:08 AM
 
 Modified By evantanski  on 1/24/2012 3:10:32 AM

There is no option to delete duplicate entry.

_____________

Frostwire

Previous Previous
 
Next Next
ForumForumMainstream Foru...Mainstream Foru...General Discuss...General Discuss...Duplicates on entry screenDuplicates on entry screen