Other
NetSuite 2026.1
2026-02-23

2026.1 Release Notes Update (Feb 23): MCP Standard Tools, SuiteTax Line-Level Location, Bank Import Scheduling, Sales Order Renewals

Multi-topic release notes update covering MCP Standard Tools v1.0.6 (ns_getSuiteQLMetadata, consolidated-subsidiary report support with negative internal IDs), line-level location in SuiteTax, scheduled automatic bank imports, and the new Sales Order Renewals SuiteApp.

Affects:MCP Standard Tools SuiteApp 1.0.6SuiteTaxBanking (Automatic Imports)Subscription Metrics SuiteApp 2.0.0NetSuite Pay SuiteApp 1.0.28Sales Order Renewals SuiteAppAI PreferencesNetSuite CPQ

The February 23, 2026 update to the NetSuite 2026.1 release notes (PDF v6) adds entries across several functional areas. This digest covers the developer- and admin-relevant changes. Because this is a meta-update describing what was added to the release notes document, the source text is light on implementation detail — verify specifics in the linked help topics and SuiteApp release notes.

MCP Standard Tools SuiteApp v1.0.6

The most technically detailed additions relate to the MCP Standard Tools SuiteApp (the NetSuite AI Connector Service). Key changes:

  • New tool: ns_getSuiteQLMetadata — A new tool is now available in the MCP Standard Tools SuiteApp and is listed under SuiteQL Tools. This likely exposes schema/metadata about SuiteQL-queryable tables and columns, which is useful for AI-assisted query generation.
  • Consolidated & context subsidiary support in Report Tools — You can now run reports for consolidated and context subsidiaries. The ns_getSubsidiaries tool now returns negative internal IDs for consolidated or context subsidiaries (positive IDs for individual subsidiaries). The subsidiaryId parameter on ns_runReport now accepts those negative IDs for reports that support consolidation.

If you have integrations or AI agents consuming MCP Standard Tools, the negative-ID convention for consolidated subsidiaries is a breaking semantic change — any code that filters on subsidiaryId > 0 or treats all IDs as positive will need updating.

SuiteTax: Line-Level Location

A new entry was added for Line Level Location in SuiteTax, along with a help topic titled Single Nexus Validation on Transactions. This suggests SuiteTax now supports or enforces location at the transaction line level (rather than header only) and validates that a single nexus applies per transaction. Admins using SuiteTax with multi-location or multi-nexus transactions should review the new help topic to understand validation behavior and any impact on existing saved searches or SuiteScript that sets location at the line level.

Banking: Custom Scheduling for Automatic Imports

Banks imports can now be scheduled on a custom cadence. Two new help topics were added:

  • Setting Up a Bank Import Schedule
  • Troubleshooting Bank Import Schedule Issues

Previously, automatic bank imports ran on a fixed schedule. Admins who need more frequent or off-peak imports should configure this under the banking preferences. No SuiteScript or API changes are documented, but any custom scripts that trigger bank imports on a schedule may now be redundant.

Order Management

  • Subscription Metrics SuiteApp 2.0.0 — The Subscription Metrics help topic was updated with enhancements to the Revenue Metrics dashboard and two new dashboards: Unit Economics and Retention Metrics. If you have custom portlets or saved searches referencing subscription metric records, verify field availability after the SuiteApp update.
  • NetSuite Pay SuiteApp 1.0.28 — Enhancements added. A new help topic, Connecting to a Test Payment Gateway, was published, along with updated merchant account application statuses. Useful for sandbox/testing workflows.
  • Sales Order Renewals SuiteApp — A new SuiteApp for sales order renewals. A dedicated help topic was added. If you have custom renewal logic via SuiteScript or workflows, evaluate whether this SuiteApp can replace it.

AI Preferences: Narrative Insights

Two new subtabs were added to Setup > Company > AI Preferences:

  • Intelligent Recommendations (replaces the prior "Updates to AI Preferences" entry)
  • Narrative Insights — includes usage limits and usage tracking

Narrative Insights can generate AI-powered commentary on financial statements: Income Statements (standard and comparative), Balance Sheets (standard and comparative), Cash Flow Statements, Trial Balances, Budget vs. Actual reports, and Journal Entries. Help topics were added for each report type. Admins should review the new preferences to control opt-in and monitor usage against limits.

NetSuite CPQ

A collection of help topics was added for NetSuite CPQ Ecommerce Integration. No technical details are provided in this update — review the new help topics if you are integrating CPQ with SuiteCommerce or a headless commerce front end.

Country-Specific: Brazil

A help topic was added for Associating Revenue Codes with Tax Assessments for Brazil. Relevant only to Brazilian tax localization.

What to do

  1. MCP Standard Tools users: Update to v1.0.6. Audit any code that handles subsidiary IDs from ns_getSubsidiaries — consolidated/context subsidiaries now return negative IDs. Test ns_runReport with negative subsidiaryId values if you run consolidated reports.
  2. SuiteTax admins: Review the Single Nexus Validation on Transactions help topic. Test existing multi-location transactions to confirm they pass the new validation. Check SuiteScript customizations that set line-level location fields on tax-relevant transactions.
  3. Banking admins: Navigate to the bank import configuration and evaluate whether a custom schedule replaces any scripted import triggers you maintain.
  4. Subscription/Order Management teams: After Subscription Metrics SuiteApp updates to 2.0.0, verify that custom dashboards or saved searches referencing revenue metric records still function. Review the new Unit Economics and Retention Metrics dashboards.
  5. AI Preferences: Review the Narrative Insights subtab under Setup > Company > AI Preferences to configure opt-in and understand usage limits before end users begin generating insights on financial reports.
  6. CPQ + Ecommerce: If running NetSuite CPQ with a commerce integration, review the new CPQ Ecommerce Integration help topics for supported configuration patterns.