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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
ODBC SQL bug? nextline filter is not filtering
I work with Netsuite2.com ODBC Suite Analytics Connect
I run the following SQL Query
select ptll.linktype, ptll.nextdoc, ptll.nextline, ptll.previousdoc, ptll.previousline
from PreviousTransactionLineLink ptll
where nexttype = 'VendPymt' and linktype = 'Payment' and previoustype = 'VendBill'
and ptll.nextline >1
But it still leaves the line with nextline=1 in the results although I specified ">1" in the where clause.
I have checked also the tables: PreviousTransactionAccountingLineLink, NextTransactionLineLink, and NextTransactionAccountingLineLink, they all have the same bug
Interesting that transactionline table acts OK
Is this a bug? Do I miss something?