I am writing an interface from my program that will write invoices to QB. One of the clients has the Contractor version of QB and my interface is failing. Before posting a new invoice I read values from the client QB and to make sure I can post correctly. In this case, my interface fails when I try to read the QB Terms values.
The problem is I don't have access to the client QB so I am working in the dark. I would like to get a local copy of the client company to install on my computer which will enable me to debug my interface. The client can't provide this because of confidentiality concerns - i.e. releasing their financials.
My question is:
1) is there some way to have QB export a company with zero balances in order to protect their confidential information? Obviously I need the info like Terms, Customers, Ship methods, etc. just not the gl account details.
2) is there some other way to do this via the QBFC api?
Thanks, Rick