2026.1 Release Notes Update — TBA End-of-Support Guidance, CPQ AI in Production, JDBC 8.10.190.0, Poland KSeF E-Invoicing
The June 1, 2026 batch update to the 2026.1 Release Notes adds a TBA end-of-support preparation guide, moves the CPQ AI Assistant to production, ships JDBC driver 8.10.190.0, introduces Poland KSeF e-invoicing, and documents a max-results cap on Connection.list(options) in SuiteScript.
Oracle's June 1, 2026 batch update to the NetSuite 2026.1 Release Notes (now at PDF v14) adds and revises entries across Commerce, SuiteAnalytics, Banking, Localization, CPQ, Field Service Management, Compliance, and SuiteScript. Below are the items that matter for developers and admins.
Token-Based Authentication (TBA) End of Support
A new help topic — Preparing for Token-based Authentication (TBA) End of Support — has been added under Account Administration. If your integrations rely on TBA tokens for REST, SOAP, or RESTlet calls, this is the most critical item in this update. Oracle has not published a hard cutoff date in this particular update, but the existence of a dedicated preparation guide signals the timeline is firming up. Review this topic immediately.
CPQ AI Assistant Now in Production
The NetSuite CPQ AI Assistant was previously restricted to non-production (sandbox) accounts. That restriction has been removed — it is now available in production environments. Two additional CPQ features were also announced:
- Add Attachments to Transactions — file attachments on CPQ-generated transactions.
- Filtering QTable Popup Lists by Row — row-level filtering in QTable popup lists.
JDBC Driver 8.10.190.0 (SuiteAnalytics Connect)
A new JDBC driver version 8.10.190.0 is available for SuiteAnalytics Connect. If you run scheduled data extracts or BI-tool connections via JDBC, test this driver in sandbox before upgrading production connections. Watch for behavioral changes in query execution or result-set handling.
Intelligent Payment Automation 4.0.0
Version 4.0.0 of the Intelligent Payment Automation Banking SuiteApp has been released. Review the SuiteApp's own release notes for details on new capabilities and any breaking changes to payment-processing workflows.
Localization Updates
- ANZ Localization SuiteApp 6.0.0 — includes a new topic on configuring consolidated subsidiaries for PTR 2025.
- Netherlands Localization — adds an E-filing feature.
- EU Electronic Invoicing — Poland KSeF — adds support for Poland's Krajowy System e-Faktur (KSeF) outbound transactions. New help topics cover Poland-specific electronic invoicing features and KSeF outbound transaction configuration.
Brazil Localization
- New help topic: GL Impact of Custom Transactions for Brazil.
- New help topic: Setup for GNRE for Brazil (the existing Setting GNRE Subsidiary Preferences topic was moved under it).
- Updated Generating Auxiliary Reports for Brazil with new settings for the Withheld Taxes on Services report.
Compliance 360 Enhancements
The Compliance 360 SuiteApp adds:
- A new Compliance Audit Supporter role with dedicated permissions.
- Ability to add, edit, and view audit control attachments (with a dedicated deletion workflow).
- New filters on the Audits list.
- A Total Audit Trend portlet on the Compliance 360 dashboard.
Field Service Management
- 2026.05.1 release documented.
- Enhanced Technician Notes — new FSM Mobile feature for richer field notes.
- OAuth 2.0 Authentication (Beta) — FSM now supports OAuth 2.0 as a beta feature, aligning with the broader platform push away from TBA.
SuiteScript: Connection.list(options) Max Results
The Connection.list(options) method documentation now specifies the maximum number of results the method can return. If you use this method (typically via the N/sftp module to list remote directory contents) and iterate or paginate over results, verify your code handles this cap. The source does not state the exact number — check the updated SuiteScript API reference for the value.
SuiteCommerce 2026.1.10 Minor Release
A minor release for SuiteCommerce, SuiteCommerce MyAccount, and SuiteCommerce Advanced has been documented. Review the SC-specific release notes for patch-level fixes and any theme or extension impacts.
What to Do
- TBA migration (critical): Read the new "Preparing for Token-based Authentication (TBA) End of Support" topic in online help. Audit every integration that uses TBA tokens — SuiteTalk SOAP, REST web services, RESTlets — and begin planning migration to OAuth 2.0. The FSM OAuth 2.0 beta (see above) is an early indicator of where the platform is headed.
- JDBC driver: If you use SuiteAnalytics Connect, download driver 8.10.190.0 and regression-test your queries and ETL pipelines in sandbox before promoting to production.
- CPQ AI Assistant: The sandbox-only restriction is lifted. Coordinate with CPQ admins on production enablement and evaluate any governance or approval-workflow implications.
- Poland e-invoicing: If you operate subsidiaries in Poland, review the KSeF outbound transaction setup topics and configure electronic invoicing before any compliance deadlines.
- Netherlands e-filing: If you have a Netherlands subsidiary, review the new E-filing feature configuration.
- Brazil GNRE / auxiliary reports: If using Brazil localization, review the restructured GNRE setup topics and the new Withheld Taxes on Services report settings.
- Compliance 360: Assign the new Compliance Audit Supporter role to appropriate users and review the updated audit-control attachment workflows.
- SuiteScript
Connection.list(): Check the updated API docs for the max-results cap. If any of your scripts assume unbounded listing (e.g., SFTP directory enumeration), add truncation handling or pagination logic. - Intelligent Payment Automation: If using this SuiteApp, review the 4.0.0 changelog for breaking changes before the bundle auto-updates.
Source: Oracle NetSuite Release Notes