Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to read a report in a netsuite restlet script?

We are using suitscript 2.0. We would like to read a custom report from netsuite periodically and persist the data into a third party system. It seems that neither the search module nor the record module can load/read reports data. Is it possible to get the report data programatically or not?

like image 683
Vlad Nicula Avatar asked Sep 06 '25 03:09

Vlad Nicula


1 Answers

NetSuite reports are not scriptable. Your only option is to re-create the report as a saved search which can be read via SuiteScript.

like image 130
Rusty Shackles Avatar answered Sep 07 '25 21:09

Rusty Shackles