Report Tools
The report tools enable you to access and run NetSuite reports from your AI client. With these tools, you can retrieve a list of standard NetSuite reports and run standard and custom reports that you have access to based on your current permissions.
The report tools support most of the standard reports available in Standard Reports. Customized reports are not included in the list returned by the ns_listAllReports tool, but you can run them using ns_runReport by providing the internal ID of the report.
The following report tools are available:
Name |
Description |
---|---|
Lists all standard reports in your NetSuite account. |
|
Runs a report in your NetSuite account and displays the results. |
Known Limitations of the Report Tools
The following are known limitations of the report tools:
-
Accounting periods are not supported. Currently, the report tools ignore the Report by Period user preference. The AI client won't be able to see the accounting periods that you have set up in your NetSuite account, and may use the calendar year as the fiscal year or ask you to provide more details about your fiscal year.
-
Only date filters are supported when running the reports. Other filters or report footer options available in the UI are currently not supported by the report tools.
-
Report tools may return null values for reports that use column segmentation (that is, reports with multi-level or nested headers). This is a known limitation that affects reports such as the A/R Aging Summary and A/P Aging Summary, as well as other reports with similar column structure.