locked
CRM 2011 online - exchange data RRS feed

  • Question

  • hello,

    I have crm 2011 online, and I want to exchange data between CRM and another system.

    I want to read data from CRM and save them to my system.

    the other thing I want to save data from my system to CRM online (automatically every 5 minutes)

    What should I use to do this? How can I read and save data from/to CRM online?

    Monday, June 13, 2011 9:29 AM

Answers

  • Crm --> other system:You can either have your service query the records from the CRM online server, and then create/update/delete the records in your other system.  Another approach would be to create a plugin that would use a web request to send data to your external service. 

    other system --> Crm: For moving data from your "system" to Crm on a time interval, it would have to be logic that was added to your "system" rather than CRM.  Crm Online does not have the capability of querying external data sources on a time interval.

    -Brandon

    Monday, June 13, 2011 6:03 PM