Quickbooks ItemServiceQueryRq not returning all service items

Posted by gdx on Stack Overflow See other posts from Stack Overflow or by gdx
Published on 2011-03-11T22:59:50Z Indexed on 2011/03/17 16:10 UTC
Read the original article Hit count: 180

Filed under:

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.

© Stack Overflow or respective owner

Related posts about quickbooks