即使在 Quickbooks 中使用 qbXML 删除客户,也能同步客户

发布于 2024-10-05 16:02:52 字数 386 浏览 3 评论 0原文

我使用 qbXML 和 Web 连接器将 SaaS 应用程序中的客户同步到 Quickbooks,我使用字段ExternalGUID 能够将其与应用程序中的内部客户关联起来。

客户在 Quickbooks 中同步得很好。但我仍在测试我的应用程序,因此我删除了 Quickbooks 中的客户,只是为了再次测试我的代码并能够在 Quickbooks 中同步回客户。

但现在,当我尝试添加刚刚删除的客户时,我从 Quickbooks 收到以下响应:

Quickbooks 似乎没有从已用ExternalGUID 列表中清除该项目。当我再次使用相同的ExternalGUID时,如何确保客户被重新添加到quickbooks中?

我正在使用美国桌面版的 Quickbooks。

I synched a customer from my SaaS application into quickbooks using qbXML and web connector, I used the field ExternalGUID to be able to associate it to my internal customer in my application.

The customer synched fine in Quickbooks. But I am still testing my application, so I deleted the customer in quickbooks just to test my code again and be able to sync back the customer in Quickbooks.

But now when I try to add the customer I just deleted, I get this response from quickbooks:

Quickbooks doesn't seem to clear the item from the list of used ExternalGUID. How can I make sure the customer is re-added to quickbooks when I am using the same ExternalGUID again?

I am using the US desktop edition of quickbooks.

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

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

发布评论

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

评论(1

晌融 2024-10-12 16:02:52

不要使用ExternalGUID——它有问题,而且它不支持较旧的QuickBooks版本。

最好的办法是在您自己的应用程序中存储 ListID 和内部应用程序 ID 之间的链接。

Don't use the ExternalGUID- there are issues with it, and it doesn't support older QuickBooks versions.

Your best bet is to store a link between the ListID and your internal application ID in your own application.

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