Hopefully an easy question to answer. Our NetSuite...
# suiteql
b
Hopefully an easy question to answer. Our NetSuite install has 100's of custom fields. We've not got Connect yet provisioned on our account, but will I be able to access all the custom fields using SuiteQL via an odbc connection ? Thanks
j
SuiteQL != ODBC
schema a bit different etc
but yes, you should be able to access your custom fields in both
a
With the netsuite2.com datasource I thought it's the same but only with SQL-92.
I've prototyped probably 50 queries in suiteql and ported them into the ODBC connector.
j
oh I’m not sure. I’m using DBeaver. Tables are called different things.
a
Is
transactionline
called
transaction_lines
?
j
yes
a
This reddit thread talks about it.
Basically netsuite2.com is the new datasource and is pretty much SuiteQL with the added restriction of not being able to use Oracle SQL.