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 : "to be printed" flag when creating invoices - IsToBePrintedSearch Forum

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

 New Topic 
 
 Post Reply 
[1]  
 "to be printed" flag when creating invoices - IsToBePrinted 
 Author   Message 
  johnbin 
  
 Group: Members 
 Posts: 29 
 Joined: 2007-08-18 
 Profile
 Posted : 2007-11-15 16:16:29

How do I set the "to be printed" flag to true when creating new invoices?

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2007-11-16 15:35:35

Just include "IsToBePrinted" in your insert statement like this:

INSERT INTO "InvoiceLine" ("CustomerRefListID", "RefNumber", "IsToBePrinted",
"InvoiceLineItemRefListID", "InvoiceLineDesc", "InvoiceLineQuantity", "InvoiceLineRate",
"InvoiceLineSalesTaxCodeRefListID", "FQSaveToCache")
VALUES ('800000AA-1197768105', 'Discount10', 1,
'10000-933272655', 'Picture Framing North Wall', 5.00, 49.50,
'20000-999022286', 0)

Note: Intuit has also provided access to the "IsToBeEmailed" field in their qbXML SDK for QuickBooks 2007 and higher.

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to