是否可以在 netsuite restlet 脚本中阅读报告?

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

我们正在使用 suitscript 2.0。我们想定期从 netsuite 读取自定义报告并将数据保存到第三方系统中。好像搜索模块和记录模块都不能load/read上报数据。是否可以通过编程方式获取报告数据?

NetSuite 报告不可编写脚本。您唯一的选择是 re-create 将报告作为可通过 SuiteScript 读取的已保存搜索。