Has anyone extracted netsuite to a data warehouse?...
# integrations
w
Has anyone extracted netsuite to a data warehouse? Running into pretty major roadblocks where revenueplan, revenuearrangement, and revenueelement can't accessible via n/query or through suitetalk.
t
@Will Craig I'm able to get data via these queries:
Copy code
SELECT * FROM RevenuePlan WHERE ROWNUM = 1
SELECT * FROM RevenueElement WHERE ROWNUM = 1
SELECT * FROM Transaction WHERE Type = 'RevArrng' AND ROWNUM = 1
Could it be a permissions issue?
s
Have you looked at the ODBC driver? You can query the NetSuite database over ODBC. From the the Helpcenter: /app/help/helpcenter.nl?fid=section_3990584734.html
I've seen it used where a datawarehouse was synced with NetSuite every night using ODBC.
e
@Will Craig, touch base with @Josh_SatoriReporting.... He'll help you out
j
@Will Craig i'll direct message you - we have a pre-built netsuite data warehouse solution that implements in less than 2 weeks.