Quickbooks ItemServiceQueryRq 未返回所有服务项目
我正在为客户实施一个计费系统。我编写了这个 XML 查询来从公司文件中获取所有项目服务代码:
<?xml version=\"1.0\" encoding=\"utf-8\"?>
<?qbxml version=\"2.0\"?>
<QBXML>
<QBXMLMsgsRq onError=\"continueOnError\">
<ItemServiceQueryRq requestID=\"81\"></ItemServiceQueryRq>
</QBXMLMsgsRq>
</QBXML>
在我的一生中,我无法让 QB Web 连接器返回所有服务代码。该公司文件有大约 500 个服务代码,但只返回 67 个。有人知道为什么会发生这种情况吗? QB Web 连接器应用程序日志也不提供任何提示。
I am implementing a billing system for a client. I wrote this XML query to grab all the Item Service Codes from the company file:
<?xml version=\"1.0\" encoding=\"utf-8\"?>
<?qbxml version=\"2.0\"?>
<QBXML>
<QBXMLMsgsRq onError=\"continueOnError\">
<ItemServiceQueryRq requestID=\"81\"></ItemServiceQueryRq>
</QBXMLMsgsRq>
</QBXML>
For the life of me I can't get QB web connector to return all of the service codes. The company file has about 500 service codes but it only returns 67. Does anyone have any idea on why this would happen? The QB web connector application log doesn't provide any hints either.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您确定它们都是服务项目吗?它们不是库存或非库存物品吗?发出 ItemInventoryQuery、ItemNonInventoryQuery,甚至通用 ItemQUery 来获取所有内容。
Intuit 开发者论坛上的此问题重复。我在 Intuit 论坛上回答了您的问题...但您也可以在这里将我的答案标记为正确。 :-)
Are you sure they are all service items? They aren't inventory or non-inventory items? Issue an ItemInventoryQuery, ItemNonInventoryQuery, or even a generic ItemQUery to get everything.
Duplicate question of this question on the Intuit Developer Forums. I answered your question on the Intuit forums... but you can mark my answer as correct here too. :-)