simoncpage Posted February 25, 2004 Posted February 25, 2004 Has any one got any examples of stopping deduplication in a portal. Using portals to display contacts with in a company if someone enters a similiar first name it flags it and then if someone enters a similar surname it flags it. Any help would be appreciated Thanks Simon
Paolo Posted February 25, 2004 Posted February 25, 2004 I had recently the same problem. You can solve it in many ways, the one I used is this: first, the user isn't allowed to create a new portal record clicking on the first empy row. I put a + plus button on the top of the portal linked to a CreateNewRecord script. The script shows a custom dialog, the user enter name and surname on global fields. Then the script searches for similar name/surname. If found warns the user, otherwise creates the record.
Recommended Posts
This topic is 7578 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now