Contacts synchronization

Hello, I am interested in if it is possible to develop an automatic synchronization between the latest version of sugarcrm and the crm suite. I only need the synchronization in the contacts module to be both up to date. I have about 30 000 contacts.

Thanks,
David

Do you really mean an ongoing sybchronization, so that both systems keep functioning?

Or do you mean a one-time migration, and then you shut down the old system?

If you mean sync:

  • should be quite easy to achieve, but requires some PHP code

  • you can use the API to talk from one system to the other, assuming they are on different servers. If they are on the same server, maybe there are additional options.

  • you can use logic hooks to catch the moment when data is being created or edited, and call the other server to do the same update.

  • there might be some differences between the data on the Contact’s record, you’ll have to check. But if there are, they should be minor.