Results 1 to 3 of 3

Thread: Module accounts is showing bogus email addresses when the email field is blank

  1. #1
    gnorman2000 is offline Sugar Community Member
    Join Date
    Mar 2008
    Posts
    11

    Default Module accounts is showing bogus email addresses when the email field is blank

    In the email field in accounts, it is showing a bogus email address when the email1 or email2 field is blank in the DB table. The email is a vlaue email for one account, but it is showing on many other accounts.

    System Sugar OS 5.0b
    PHP
    Apache
    MySQL

    Any Help would be good

    Thanks

    Garry

  2. #2
    datasponge is offline Sugar Community Member
    Join Date
    Mar 2008
    Location
    San Jose, CA, USA
    Posts
    553

    Default Re: Module accounts is showing bogus email addresses when the email field is blank

    You refer to Email1 and Email2, yet you say you are using 5.0.0b. The schema changed from 4.51 to 5.0 to independently save email addresses in their own table in order to relate any number of email addresses to any module.

    The table used to relate Email addresses is email_addr_bean_rel, which relates email addresses stored in email_addresses to any Sugar bean, which can be an id to join to another module such as accounts.

    Did you upgrade from 4.51? If so, you may have something left over from 4.51 that didn't get mapped properly into the new email_addresses and email_addr_bean_rel tables.

    Phil

  3. #3
    gnorman2000 is offline Sugar Community Member
    Join Date
    Mar 2008
    Posts
    11

    Default Re: Module accounts is showing bogus email addresses when the email field is blank

    Phil,

    Hey thanks, I see what it is doing now, somehow it made alot records in the email_addr_bean_rel,table with the same email address. Not sure how it happen, I guess the best way to fix it is remove the ones that are wrong.

    Thanks for your help.

    Garry
    Last edited by gnorman2000; 2008-04-01 at 08:44 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. HELP - Act import (field mapping)
    By smelamed in forum Help
    Replies: 32
    Last Post: 2010-12-15, 05:39 PM
  2. Replies: 2
    Last Post: 2006-02-16, 08:27 PM
  3. Adding custom field when creating module.
    By Superman in forum General Discussion
    Replies: 1
    Last Post: 2005-11-16, 07:30 AM
  4. "member of" field in Accounts module
    By schipman in forum General Discussion
    Replies: 1
    Last Post: 2005-10-21, 10:32 PM

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
  •