If I wanted to reconstruct the transaction detail ...
# general
a
If I wanted to reconstruct the transaction detail report from the underlying objects coming from the REST API, does anyone have a comprehensive list of data showing what I’d have to pull? I assume it’s a mix of JEs + Bills + Invoices for a given period?
a
Super helpful @battk! Do you know if there’s a non-SuiteAnalytics way to get there?
b
you want the suiteanalytics way if you are working with the rest api
a
What if the company doesn’t pay for the SuiteAnalytics module? I assumed that if I pulled every object from the underlying tables I could still reconstruct the report
b
you probably could, but that involves going though every transaction one by one, and the rest api is not being developed fast enough to support all transactions
that said, i think workbooks are for all account
a
that makes sense - we’re building a batch system to try and do that, though! Interesting re: workbooks, so even if we don’t pay for SuiteAnalytics you think we could still run the workbook queries and trigger them via REST?
b
SuiteAnalytics Workbook is not a paid feature
someone could disable the feature if they didnt want to use it, but most accounts probably have it enabled
a
Interesting. I’m pretty new to the NS API world, was under the impression that SuiteAnalytics and all the SQL access was feature-gated
b
sounds like you are thinking of SuiteAnalytics Connect
a
ah! such confusing naming. So SuiteAnalytics workbooks over REST are ok, but Connect via JDBC/ODBC are not
thanks a lot battk!