Results 1 to 3 of 3

Thread: Deleted email addresses show when exporting contacts

  1. #1
    iliane is offline Member
    Join Date
    Jul 2006
    Posts
    5

    Default Deleted email addresses show when exporting contacts

    Hi,

    I am trying to export all my contacts. When the csv file opens i see email addresses, that I deleted.

    Checking in Sugar, the email address is not in the contact anymore, but selecting the contact and clicking export the email shoes in the csv file.

    I read somewhere about a similar issue and clearing the chach helped. I tried it in firefox and IE and it didnt help.

    Any ideas are appreciated!!!

    Iliane

  2. #2
    dpatech is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    NC
    Posts
    287

    Default Re: Deleted email addresses show when exporting contacts

    This is a bug in the Sugar code. You can fix by editing the file modules/Contacts/Contacts.php and editing function create_export_query.

    For Sugar 5.0b change this line:
    PHP Code:
    $query .=  ' LEFT JOIN  email_addr_bean_rel on contacts.id = email_addr_bean_rel.bean_id and email_addr_bean_rel.bean_module=\'Contacts\' and email_addr_bean_rel.primary_address=1 '

    PHP Code:
    $query .=  ' LEFT JOIN  email_addr_bean_rel on contacts.id = email_addr_bean_rel.bean_id and email_addr_bean_rel.bean_module=\'Contacts\' and email_addr_bean_rel.primary_address=1 and email_addr_bean_rel.deleted=0 '
    - Sugar Team
    dpa Technology LLC
    e-mail: dpaDeveloper@dpatechnology.com
    web: http://www.dpatechnology.com

  3. #3
    iliane is offline Member
    Join Date
    Jul 2006
    Posts
    5

    Default Re: Deleted email addresses show when exporting contacts

    THANKS!!! That fixed it

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Email contacts can't be selected after a search
    By Victor Rosillo in forum Help
    Replies: 1
    Last Post: 2007-03-23, 07:00 AM
  2. Replies: 1
    Last Post: 2007-02-21, 11:42 AM
  3. Replies: 2
    Last Post: 2006-07-30, 01:34 AM
  4. Contacts ListView - Email Addresses
    By clyons in forum Developer Help
    Replies: 0
    Last Post: 2005-02-10, 08:59 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •