即使在 Quickbooks 中使用 qbXML 删除客户,也能同步客户
我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不要使用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.