Member Login

Username
Password
Forget Password
New Sign Up
Search Forum

Buy Support
Incidents

If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:

Click Here
If you can't login and post questions or you are having trouble viewing forum posts:
Click Here
Callback
Support

If you live in USA, UK, Canada, Australia or New Zealand, you can leave us details on your question and request us to call you back and discuss them with you personally  (charges apply).

Click Here
 
Buy Support
Incidents
If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:
Click Here

Forum : Send a new invoice and let QB assign the next RefNumberSearch Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC SQL Sample Scripts Forum

 New Topic 
 
 Post Reply 
[1]  
 Send a new invoice and let QB assign the next RefNumber 
 Author   Message 
  SWilson 
  
 Group: Members 
 Posts: 1 
 Joined: 2006-07-07 
 Profile
 Posted : 2006-07-08 03:15:44
When I send invoices to QuickBooks, how do I set it so that QuickBooks automatically assigns the next invoice number? 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2006-07-08 13:12:36

If you don't specify the RefNumber in the insert operation, QuickBooks will automatically assign the next invoice number for you.

INSERT INTO "InvoiceLine" ("CustomerRefListID",
"InvoiceLineItemRefListID", "InvoiceLineDesc", "InvoiceLineRate",
"InvoiceLineAmount", "InvoiceLineSalesTaxCodeRefListID", "FQSaveToCache")
VALUES ('470001-1071525403''250000-933272656', 'Council Planning Permit',
50.00000, 50.00, '20000-999022286', 0)

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to