Support for Consolidated Reports and SuiteQL Tool in

Discover support for consolidated reports and the new SuiteQL tool in NetSuite, enhancing reporting capabilities and metadata access.

·2 min read·3 views·View Oracle Docs

Starting with the latest updates, NetSuite enhances reporting capabilities with support for consolidated reports and introduces a new SuiteQL tool. These features enable users to leverage consolidated data and retrieve detailed metadata for records effectively.

How Does Support for Consolidated Reports Work?

The MCP Standard Tools SuiteApp now includes functionality for consolidated and context subsidiaries within reporting. This means that the tool ns_getSubsidiaries returns both individual and consolidated subsidiary data:

  • Individual Subsidiaries: Display positive internal IDs.
  • Consolidated/Context Subsidiaries: Display negative internal IDs.

When generating reports that support consolidations, users can utilize these negative internal IDs with the ns_runReport tool:

  • Consolidated Subsidiary Reports: These include data for the selected subsidiary and all child subsidiaries.
  • Context Subsidiary Reports: These show data from any child subsidiary accessible to the user, formatted in the currency of the chosen context subsidiary.

What is the New SuiteQL Metadata Tool?

The ns_getSuiteQLMetadata tool is a new addition that provides detailed metadata for NetSuite records accessible via SuiteQL. Users can specify a record type to retrieve specific metadata or omit it to list all supported record types.

Additionally, before executing custom SuiteQL queries with the ns_runCustomSuiteQL tool, this metadata tool ensures that all queries utilize valid fields and relationships, enhancing the reliability of data returned.

Who This Affects

This enhancement will primarily benefit:

  • Report Developers: Those creating and managing reports.
  • Admin Users: Administrators overseeing subsidiary data and reporting functionalities.
  • Business Analysts: Analysts requiring consolidated data for decision-making and analysis.

Key Takeaways

  • Support for consolidated and context subsidiaries in reporting enhances data visibility.
  • New SuiteQL tool allows access to detailed metadata for records.
  • Improved data integrity and validation in custom queries aids in report generation.

Source: This article is based on Oracle's official NetSuite documentation.

Frequently Asked Questions (4)

What feature enables consolidated reporting across subsidiaries in NetSuite 1.0.6?
The ns_getSubsidiaries tool supports consolidated reporting using negative internal IDs for context and consolidated subsidiaries.
How does the SuiteQL Metadata Tool help in crafting queries?
The ns_getSuiteQLMetadata tool provides detailed metadata access for NetSuite records, helping to ensure that SuiteQL queries are error-free and align with NetSuite's relational data structures.
Can the SuiteQL tool validate queries before execution in NetSuite 1.0.6?
Yes, the ns_runCustomSuiteQL tool uses the ns_getSuiteQLMetadata tool to pre-validate queries, ensuring only valid fields and relationships are used.
Is the enhanced reporting feature applicable only to specific NetSuite editions?
The article does not specify limitations to certain NetSuite editions for the enhanced reporting feature introduced in version 1.0.6.

Weekly Update History (1)

Integration SuiteAppsadded

Added an entry for Support for Consolidated Reports and New SuiteQL Tool in MCP Standard Tools.

View Oracle Docs
Source: Support for Consolidated Reports and New SuiteQL Tool in MCP Standard Tools Oracle NetSuite Help Center. This article was generated from official Oracle documentation and enriched with additional context and best practices.

Was this article helpful?

More in SuiteAnalytics

View all SuiteAnalytics articles →