Using ODBC, does anyone have an idea why a Sales O...
# general
c
Using ODBC, does anyone have an idea why a Sales Order always has several null lines?
Copy code
select TRANSACTION_ID, ITEM_ID from TRANSACTION_LINES
where TRANSACTION_ID = '7996032';
m
There will be main lines and possibly shipping lines as well.
m
To add to this, there may be Shipping Lines, Tax Lines, and COGS line. You should be able to exclude these in your query