使用 REST API 的 Salesforce Quickbooks 集成

发布于 2024-12-16 17:03:40 字数 176 浏览 2 评论 0原文

我们正在寻求开发 Salesforce 和 Salesforce 之间的内部定制集成。快速手册。

到目前为止,我们需要在 Quickooks 平台上开发一些联合应用程序。

有没有办法使用 REST API 从 Salesforce 访问/更新 Quickbooks 数据,而无需在 IPP 上开发应用程序?

We are looking to develop our in-house custom integration between Salesforce & Quickbooks.

So far we got to the point that we need to develop some Federated App on Quickooks platform.

Is there any way to access/update Quickbooks data from Salesforce using REST API without developing app on IPP?

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

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

发布评论

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

评论(2

携君以终年 2024-12-23 17:03:40

您可以使用旧的 QuickBooks SDK。它是免费的并且基于 XML。但它最终会被淘汰,取而代之的是 IPP。

IPP(Intuit 合作伙伴平台)的下一件事是 Intuit Anywhere (IA),它避免了您必须进行完全联合实施。 Intuit Anywhere 的集成比联合容易 100 倍,主要是因为您可以管理自己的计费和用户管理。使用他们的 Rest API 需要付费,每月 5 美元。

我们两者都做。我们有一个旧版 SDK 应用程序,非常适合 QuickBooks 桌面版本。我们还有用于 QuickBooks Online 的 Intuit Anywhere 同步。注意:您可以使用 SDK 或 IA。

问题:为什么不使用 Pervasive 的标准 salesforce DataSync 链接?

另外,一定是销售人员吗? CRM 与 Method CRM 一样,具有无缝内置同步功能,因此您不必搞乱任何事情。

保罗

You can use the old QuickBooks SDK. It's free, and XML based. But it will eventually be retired, in favor of IPP.

The next thing from IPP (Intuit Partner Platform) is Intuit Anywhere (IA), which avoids you having to do a full federated implemented. Intuit Anywhere is 100 times easier to integrate than federated, mainly because you manage your own billing and user management. There is a cost to use their Rest API, it's $5 a month.

We do both. We have a legacy SDK app that works great for the QuickBooks desktop version. We also have an Intuit Anywhere sync that we use for QuickBooks Online. Note: you could use the SDK or IA for either.

Questions: Why not use use the standard salesforce DataSync link from Pervasive?

Also, does it have to be salesforce? CRM's like Method CRM have the syncing seamlessly built in, so you don't have to mess with anything.

Paul

北陌 2024-12-23 17:03:40

我们使用 AppSynergy 与 QuickBooks 的联合集成来创建一个面向员工的 Web 应用程序,该应用程序根据来自其他系统的数据读取和写入实时 QuickBooks 数据(在我们的例子中主要是采购订单)。

We have used AppSynergy's federated integration with QuickBooks to create an employee facing web app that reads and writes live QuickBooks data (mostly purchase orders in our case) based on data from other systems.

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