简体   繁体   English

从Salesforce检索数据

[英]retrieving the data from salesforce

We happened to get a requirement - we are supposed to sync the data between salesforce and our database in designated intervals of time. 我们碰巧遇到了一个要求-我们应该在指定的时间间隔内在salesforce和我们的数据库之间同步数据。

The synchronization will happen based on some criteria 同步将根据某些条件发生

  1. Fetch the salesforce data using "Business id". 使用“公司ID”获取Salesforce数据。

  2. Sync it with the database. 与数据库同步。

I'm looking for options here considering performance ( we can load the salesforce data in batches ) . 我正在这里考虑性能的选项(我们可以分批加载Salesforce数据)。 We are looking into the various resources like 我们正在研究各种资源,例如

http://www.salesforce.com/us/developer/docs/api_asynch/index.htm
http://blog.teamlazerbeez.com/2009/05/06/salesforcecom-api-gotchas-1/

Can you shed some light on this providing some more useful resources and the direction how to proceed ( we will be using SOAP using Java to interact with salesforce) 您能否在此提供更多有用的资源以及进行操作的方向(我们将使用使用Java的SOAP与Salesforce进行交互的SOAP)提供一些启示?

看一下CopyForce工具。

You can use Tolerado framework for Java(SOAP) integration with Salesforce. 您可以将Tolerado框架用于与Salesforce的Java(SOAP)集成。 More details here : http://code.google.com/p/tolerado-sfdc-wsc-apis/ 此处有更多详细信息: http : //code.google.com/p/tolerado-sfdc-wsc-apis/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM