Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
AE: ODBC NetSuite2.com transactionaccountingline vs. transactionLine
What is the difference between transactionLine and transactionaccountingline ?
And what is the connection (join) between them?
I think that the PK in transactionaccountingline is: accountingbook + transactionline + transaction
But in the transactionLine - I don't see any PK. I see there some "double" records that all the fields have same values. And I just hate to do DISTINCT on transaction tables.
I wanted to use just transactionaccountingline but it doesn't have all the properties I need: item, department...
In the old Netsuite.com ODBC there was one TRANSACTION_LINES table and it was very convenient to work with.
So what is the correct way to select the transaction lines data in the new Netsuite2.com?