Results 1 to 5 of 5

Thread: Migrating Notes/History from ACT! to SugarCRM

  1. #1
    fuel37 is offline Junior Member
    Join Date
    Sep 2007
    Posts
    1

    Default Migrating Notes/History from ACT! to SugarCRM

    Hi Folks,

    We're currently in the process of migrating from a terminal server/act! setup to Sugar. We've got the contacts migration pretty well covered but, we're having trouble figure out the best way to move our notes/history from act to sugar. We basically use the notes/history in act to record everything we know about our clients so, it's a huge deal for us to get them moved over. We have approx. 22,000 contacts in our database so, it's not huge by any means but, I don't want to have to manually move them over.

    Any suggestions would be much appreciated.

    Cheers,
    TJ

  2. #2
    mygr8r is offline Junior Member
    Join Date
    Dec 2007
    Posts
    4

    Default Re: Migrating Notes/History from ACT! to SugarCRM

    Pervasive DataTools (http://pervasivedatatools.com) offers solutions for migrating data from ACT to SugarCRM.

    If you have the ACT application, you can create reports that contain both the parent (Contact) and child (Notes/History) records. Then, print the report to a file on your workstation - rather than to a printer - and download the Data Extractor for Unstructured Text to extract the records, with relationships intact, as needed. Export the data records to a CSV file from the Data Extractor.

    Then use the Data Builder for SugarCRM to map and transform the "raw" CSV data into the exact CSV structure that is ready to import into SugarCRM using the SugarCRM import utility.

    Good luck!

    -mygr8r

  3. #3
    cerhorn is offline Sugar Community Member
    Join Date
    Aug 2007
    Posts
    34

    Default Re: Migrating Notes/History from ACT! to SugarCRM

    I have converted more than 10 ACT databases recently, and found a method on the Sugar Wiki that works just fine.

    I used Crystal to export my note history to a spreadsheet, then followed the instructions on the Wiki. No need for any additional tools, just Excel and the Sugar import / export functions.

    Here's the link:

    http://www.sugarcrm.com/wiki/index.p...mporting_Notes

  4. #4
    chander is offline Junior Member
    Join Date
    Mar 2008
    Posts
    1

    Default Re: Migrating Notes/History from ACT! to SugarCRM

    I'm actually just finishing doing this now, here is what I did:

    1. Connect to the SQL database that act runs via PHP (use the instructions here http://simonmlarsen.googlepages.com/act7onsql)
    2. Determine field mappings from ACT to Sugar (basically, just determine how the fields in one relate to the fields in another...and also the relationships...for example, phone numbers are a separate table in act...they are not in Sugar).
    3. Use PHP to connect to the MSSQL database and extract the data, and the SOAP API to import the data into sugar.

    The SOAP API is kind of slow, but it works fairly well.. Once I process about 100 records, PHP runs out of memory (apparently another NuSoap Issue), so I just save where I'm at with each record I process and then re-start at that record when it crashes.

    I installed the Tag module, since we make use of groups in ACT, and had to modify it slightly so that I could establish relationships via the SOAP API.

    With SOAP you can import everything, contacts, attachments, email, call history, etc. fairly easily.

    No third party or commercial tools required, but the mappings themselves take some time to setup....especially since we have a lot of customization that we've done to ACT here.

  5. #5
    falcorustico is offline Sugar Community Member
    Join Date
    May 2006
    Posts
    12

    Default Re: Migrating Notes/History from ACT! to SugarCRM

    If you're doing the mapping of the Act tables, would you be able to share your notes/findings on the relationships and your export/import scripts?

    We've done extensive customization to Act too - and that's been holding us back from the migration.

    Your work would be very helpful and would certainly help shortcut the process.
    Are you willing to share your findings?

    Thanks
    Robert Falcone

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Enable Logging
    By vidtechsteve in forum Help
    Replies: 12
    Last Post: 2009-11-09, 02:54 PM
  2. Quick Create not working in Contacts popup
    By pniranjan in forum Developer Help
    Replies: 1
    Last Post: 2007-04-26, 01:10 PM
  3. Replies: 61
    Last Post: 2006-10-22, 08:40 AM
  4. Merge Contacts show sql error
    By hheckner in forum General Discussion
    Replies: 5
    Last Post: 2006-10-04, 01:57 PM
  5. Replies: 16
    Last Post: 2006-07-29, 07:28 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
  •