Salesforce 从远程服务器发布数据

发布于 2024-12-08 18:21:09 字数 423 浏览 0 评论 0原文

我是 Salesforce 的新手,目前正在开发一个供我们的客户使用的应用程序。该应用程序的一个功能是,它应该从我们的远程服务器接收每个客户的数据,并在 Salesforce 中为该客户更新/插入一条记录。我不知道该怎么做。

我研究了 Salesforce REST API (http://www.salesforce.com/ us/developer/docs/api_rest/api_rest.pdf) 将数据发布到 Salesforce,但这需要提供 Salesforce 的客户端 ID、客户密钥和用户 ID/密码,我认为我们无法从中获取我们的客户(?)。谁能告诉我如何实现这一目标?

提前致谢。

I am a newbie to Salesforce, currently developing an application which will be used by our clients. One feature of the application is, it should receive data from our remote server for each client and update/insert a record in Salesforce for that client. I am not sure how to go about doing this.

I looked into Salesforce REST API (http://www.salesforce.com/us/developer/docs/api_rest/api_rest.pdf) to POST data into Salesforce, but that required to provide client id, customer key and user id/password of Salesforce, which I think we will not able to get from our clients (?). Can anyone tell me how to go about achieving this?

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

感受沵的脚步 2024-12-15 18:21:09

我对此做了更多研究(在谷歌中)。显然,许多人正在做的是创建一个 Apex 控制器并将其附加到 VFS 页面。然后,每个客户在其 salesforce 实例中必须做的就是创建一个公共站点并公开此 VFS 页面。因此,发布到此 URL 很容易。当然,我们需要处理 URL 篡改检查,这是单独的事情。可以在这里找到一个例子 -> http://www.clintslee.com/2011/ 02/08/salesforce-twilio-receiving-incoming-texts/

I did a bit more research on this (in Google). Apparently what many are doing is create an Apex Controller and attach it to a VFS page. Then what each client has to do in their salesforce instance is, create a public site and expose this VFS page. So, its easy to post to this URL. Ofcourse, we need to handle URL Tampering check, which is separate thing. An example of this can be found here -> http://www.clintslee.com/2011/02/08/salesforce-twilio-receiving-incoming-texts/

‘画卷フ 2024-12-15 18:21:09

听起来您想了解一下force.com的OAuth功能:

Sounds like you want to look into the OAuth features of force.com:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文