Results 1 to 2 of 2

Thread: Importing Data from MysqlDB into Accounts DB

  1. #1
    masmith is offline Senior Member
    Join Date
    Jul 2008
    Posts
    27

    Default Importing Data from MysqlDB into Accounts DB

    Hi...

    I have a modified AccountsDb, and I'm trying to find the best approach to importing the data from an external MySQL db/tbl.

    Should I just create a basic php app to do the select/insert process from the internal tbl, into the SugarCRM acounts tbl(s). If so, which tbls(s) on the SugarCRM side need to be inserted into/modified??

    I;m running on a fedora/mysql platform with v5.0 of SugarCRM.

    Thanks

    mark
    caliventures@yahoo.com

  2. #2
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: Importing Data from MysqlDB into Accounts DB

    You can directly import accounts to the accounts table of SugarCrm in mySQL query browser.
    You only need a unique index in column id which can be any string of 36 chars or less.
    This can be the old unique id in you accounts database.
    If you want to define new ids you can use the uuid() function of mysql.
    Harald Kuske
    Pre-Sales Engineer Central Europe

    SUGARCRM Deutschland GmbH
    Erika-Mann-Str. 53, 80636 Munich, Germany
    Email: hkuske@sugarcrm.com
    Home: http://www.sugarcrm.com


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. migration data into accounts and contacts
    By aroyzen in forum General Discussion
    Replies: 2
    Last Post: 2008-04-30, 01:57 PM
  3. Replies: 2
    Last Post: 2008-04-09, 01:03 AM
  4. Replies: 1
    Last Post: 2006-09-11, 03:38 PM
  5. Importing "Target_type" data
    By JoeK in forum Help
    Replies: 1
    Last Post: 2006-01-09, 02:15 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
  •