Results 1 to 3 of 3

Thread: Import Contacts w/o SOAP

  1. #1
    madmat is offline Sugar Community Member
    Join Date
    Feb 2008
    Location
    Germany
    Posts
    164

    Default Import Contacts w/o SOAP

    Hi folks,

    maybe (most probably) this has been asked before, but I didnīt find anything too much helpful.

    I want to import contacts and accounts with an ETL tool, without using SOAP, because of performance issues. (8k+ contacts)
    Putting them directly into the MySQL tables would require to put the email adresses into email_addresses.. and where else?

    I found this relationship diagram:


    Should it be sufficient to put the email into email_addresses or do I have to genereate a bean ID somehow?

  2. #2
    pblag's Avatar
    pblag is offline Sugar Community Member
    Join Date
    Jul 2006
    Location
    Ukraine (Chernivtsy)
    Posts
    347

    Wink Re: Import Contacts w/o SOAP

    Hi madmat!

    you can do this with mysql scripts.

    sure you have to copy data to accounts,leads, tables etc.

    for saving emails you have to use following tables

    - email_addr_bean_rel
    - email_addresses
    - emails_beans

    for generating id you should use mysql function UUID()
    Petro Blagodir
    petro@blagodir.ua
    http://www.blagodir.com
    Blagodir Ltd.( SugarCRM - Consultations, Development and Support)

  3. #3
    madmat is offline Sugar Community Member
    Join Date
    Feb 2008
    Location
    Germany
    Posts
    164

    Default Re: Import Contacts w/o SOAP

    Hi Petro,

    thank you for your reply.
    First I misinterpreted the diagram I attached and only wrote to email_addr_bean_rel
    and email_addresses.
    Added emails_beans and import works fine now.

    thx!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Linking Contacts to Accounts During Import
    By andybesy in forum Help
    Replies: 12
    Last Post: 2012-05-21, 12:18 PM
  2. SOAP Opportunities to Accounts issue
    By iastor in forum Developer Help
    Replies: 3
    Last Post: 2008-06-18, 02:02 AM
  3. SOAP Performance Issue Loading Accounts
    By artisticlight in forum General Discussion
    Replies: 1
    Last Post: 2007-07-20, 01:39 PM
  4. Replies: 1
    Last Post: 2006-09-11, 03:38 PM
  5. Import a single file into Both Contacts AND Accounts
    By tjadams in forum Feature Requests
    Replies: 0
    Last Post: 2006-05-22, 03:15 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
  •