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 : InvoiceLineClassRefListID vs InvoiceLineClassRefFullNameSearch Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC v6 Forum

 New Topic 
 
 Post Reply 
[1]  
 InvoiceLineClassRefListID vs InvoiceLineClassRefFullName 
 Author   Message 
  Travis 
  
 Group: Members 
 Posts: 9 
 Joined: 2006-05-13 
 Profile
 Posted : 2007-03-06 03:06:08

I am trying to create invoices through VB & QODBC, but can't figure out what InvoiceLineClassRefListID to use for the various item numbers.

I am using QB 2004 Pro and QODBC 6.00.  How do I find the full list of item numbers?  They appear to be random from what I've seen so far.

Thank you.

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2007-03-06 08:38:18

The use of Class is optional and the details are in the Class table found by running:

SELECT ListID, Name, FullName, IsActive FROM class where IsActive = 1

A full list of all the Items in your company file can be found in the Item table:

SELECT Type, ListID, Name, Fullname, IsActive, SubLevel from Item

See: Using ClassRefListID when inserting invoice lines for more.

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to