All,
we're using Version 5.0.0f (Build 3338) and are quite happy with it. We have around 10k contacts in our database. From time to time it is neccessary to make changes to email addresses of contacts. All fine - so when searching for a contact the changed email address gets displayed. BUT when I export this contact I get a record for every change I made. So for example I have the following contact:
John Doe ; jdoe@doe.com
Doing an export for John Doe the system returns one record:
John Doe ; jdoe@doe.com
Now I make a change to the email address in the Contacts tab
John Doe ; jdoe@doe.org
Now I export John Doe and get
John Doe ; jdoe@doe.com
John Doe ; jdoe@doe.org
I can verify this by running
select email_address from email_addresses where email_address like '%jdoe@doe%';
This will print out both records. The old one and the current (correct!) one.
Is this expected, a bug in the old export module, fixed in a later version?
Hopefully I provided enough informations.
Thanks


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks