Hi, I have some users that need to run 5+ reports ...
# suitescript
c
Hi, I have some users that need to run 5+ reports at month end and they were asking about having the ability to enter in the information once (ex: Date, Subsidiary, etc) and then have it run the 5 reports instead of having to do it 1 by 1. I know there isn't anything in Netsuite to allow that, but is running a report and saving the CSV export to file cabinet possible via script?
r
Reports are not scriptable unfortunately
c
ah ok thanks
m
It is usually possible to get the same data that the report uses and compile it into a file of some kind (csv, pdf, etc). But it’s a bit like reinventing the wheel.