NetSuite 2026.1 Release Update

Impact Assessment & Change Documentation

Production Rollout: Mid-February through End of April 2026 • Last Updated: February 27, 2026

0
Total Changes
0
Critical
0
High
0
Medium
0
Low

Executive Summary

The NetSuite 2026.1 release introduces significant changes across integration standards, analytics infrastructure, authentication, accounting controls, and AI capabilities. Below are the five key themes driving this release.

Legacy Integration Sunset

SOAP web services endpoint release policy discontinued. 2025.2 is the last SOAP endpoint. Token-Based Authentication will stop supporting new integrations in 2027.1. All roads lead to REST + OAuth 2.0.

🗃 Data Source Consolidation

The legacy NetSuite.com data source for SuiteAnalytics Connect is completely removed. All connections must migrate to NetSuite2.com with SuiteQL before upgrade or they will break immediately.

🔒 Security Hardening

SSL certificate rotation (Linux ODBC), JDBC security patches, mandatory 2FA for multi-session, PKCE enforcement roadmap, and OAuth 2.0 certificate management improvements.

🤖 AI-Powered Features

Intelligent Close Manager, payment date prediction, narrative insights, CPQ AI assistant, developer coding assistant, and MCP integration with external AI platforms (ChatGPT, Claude).

📈 Financial Controls

Keyed journal line sublists for reliable integrations, posting period flexibility, reclassification JE auto-approval (SOX impact), enhanced revenue recognition, and SuiteTax line-level location.

Critical Deadlines

Key dates and milestones associated with the 2026.1 release and upcoming deprecations.

Before 2026.1 Upgrade CRITICAL
Complete migration from NetSuite.com to NetSuite2.com data source. All queries, ODBC connections, and BI tools must be updated.
February 16, 2026 CRITICAL
Upgrade Linux ODBC driver to v8.10.181.0+ and add ca4.cer SSL certificate to Truststore. Connections will fail without this.
ASAP HIGH
Upgrade JDBC driver to v8.10.184.0 for security fixes. Update Custom Tool scripts for breaking SDF/naming changes.
With 2026.1 Upgrade MEDIUM
Review pending reclassification journal entries. Approval checkbox will be removed — all entries auto-approved after upgrade.
2027.1 Release HIGH
PKCE mandatory for all new OAuth 2.0 Authorization Code Grant integrations. No new TBA integrations. No new SOAP integrations.
2028.2 Release CRITICAL
ALL SOAP web services endpoints permanently disabled. Every integration must be on REST by this date.

All Changes

Complete catalog of 53+ changes in the 2026.1 release. Filter by severity or search by keyword.

No changes match your current filters.

Accounting

High ACCT-001 Journal Line Sublists Standardized to Keyed

Journal entry line sublists now use unique journal line keys for reliable line-level updates. This provides a more consistent line structure, especially for imports and integrations.

Records Affected

  • Journal Entry
  • Advanced Intercompany JE
  • Statistical Journal Entry

What to Check

  • SuiteScript on JE line sublists
  • CSV imports for JE lines
  • REST/SOAP integrations creating JEs
  • Map/Reduce scripts processing JEs
  • Custom GL Lines plug-in scripts
Medium ACCT-002 Custom GL Lines Plug-in for Secondary Books

Improved Custom GL Lines Plug-in functionality for secondary accounting books in multi-book configurations.

Records Affected

  • Custom GL Lines scripts
  • Secondary Accounting Book configs
  • Multi-book journal entries

What to Check

  • Custom GL Lines plug-in scripts
  • Multi-book accounting configs
Medium ACCT-003 Posting Period Changes on Pending-Approval JEs

Users can now change the posting period on journal entries that have a "Pending Approval" status, reducing rework and preventing mis-posted entries.

Records Affected

  • Journal Entry (Pending Approval)
  • Approval workflows

What to Check

  • Approval workflow logic referencing period
  • SuiteScript validations on JE period fields
  • Internal controls around period assignment
Medium ACCT-004 Revenue Arrangement/Plan Filtering Enhancements

Enhanced filtering for revenue arrangements and plans. Additional transaction attributes now supported including department, location, and custom segments.

Records Affected

  • Revenue Arrangement
  • Revenue Plan
  • Revenue Recognition Rules

What to Check

  • Existing revenue recognition configs
  • Custom segment usage in rev rec
Medium ACCT-005 Revenue Automation Treatment Rules

Enhancements to revenue automation with treatment rules for greater flexibility in revenue allocation and tracking.

Medium ACCT-006 Reclassification JE Auto-Approval (SOX Impact)

The "Approve Journal" checkbox has been REMOVED. All new reclassification journal entries will be automatically approved regardless of user permissions. Scheduled reclassification jobs will execute without a manual approval gate. This is an automatic change with no opt-out.

Records Affected

  • Reclassification Journal Entry
  • Scheduled Reclassification Jobs
  • SOX control documentation

Action Required

  • Review pending reclass JEs BEFORE upgrade
  • Audit scheduled reclassification entries
  • Update SOX control documentation
  • Implement compensating controls (workflows, SuiteScript)
  • Communicate to accounting team & auditors
Low ACCT-007 Exception Management in Sandbox

Exception Management is now supported in sandbox accounts for pre-production testing.

Medium ACCT-008 CDL Role Restrictions Include Unassigned Values

Class, Department, and Location role restrictions on account records now include unassigned values. Users with CDL-restricted roles may see changes in which records they can access.

What to Check

  • Custom roles with CDL restrictions
  • Reports filtered by CDL segments
  • Integration users with CDL-restricted roles
  • Account records without CDL assignments
Low ACCT-009 Chile Localization Now Available

New Chile localization support for accounting and tax compliance. Relevant for organizations operating in Chile.

Low ACCT-010 Account Matching Report — New Columns

New "Applied Trans Date" and "Applied Trans Period" columns added to the Account Matching Report.

Integration & Web Services

Critical INT-001 SOAP Web Services Endpoint Discontinuation

No new SOAP endpoint will be released with 2026.1. The 2025.2 SOAP endpoint is the LAST planned regularly scheduled endpoint. SOAP does not support modern architecture including metadata, SuiteAnalytics Workbooks, and SuiteScript 2.x Analytics APIs.

Endpoint2026.12026.22027.12027.22028.12028.2
2025.2SupportedSupportedSupportedSupportedSupportedDISABLED
2025.1SupportedSupportedSupportedUnsupportedUnsupportedDISABLED
2024.2SupportedSupportedSupportedUnsupportedUnsupportedDISABLED
2024.1SupportedSupportedUnsupportedUnsupportedUnsupportedDISABLED
≤2023.2UnsupportedUnsupportedUnsupportedUnsupportedUnsupportedDISABLED

What to Check

  • All SOAP integration records
  • Middleware (Boomi, MuleSoft, Celigo)
  • Custom SuiteTalk SOAP clients
  • Third-party apps using SOAP connectors

Action Required

  • Inventory all SOAP integrations
  • Upgrade to 2025.2 endpoint now
  • Plan migration to REST + OAuth 2.0
  • All new integrations MUST use REST
2027.1: No new SOAP • 2028.2: All SOAP disabled
Medium INT-002 REST Attach & Detach Operations

New REST operations for record relationships. Example: POST .../customer/660/!attach/contact/106

Records Affected

  • Contact records (attach to Customer, Vendor, Partner)
  • File records (attach to any record)
High INT-003 REST Homogeneous Batch Operations

Process multiple instances of the same record type in a single REST request. Supports add, update, delete, and upsert. Execution is asynchronous. Ideal for large-scale data imports and bulk operations.

Medium INT-004 REST create-form Operation

Returns a record form with all fields prepopulated with default values and line item IDs, emulating NetSuite UI initialization workflows.

Medium INT-005 REST selectOptions Operation

Retrieves valid select options for specific record fields. Results are role-aware, returning different options based on user permissions.

Low INT-006 New REST Supported Records (Support Case)

Four customer support records now fully supported via REST: Support Case Origin, Priority, Status, and Type. Requires CRM > Customer Support enabled.

Medium INT-007 SuiteProjects Pro 2020.1 Endpoint Deprecated

SuiteProjects Pro discontinues support for the 2020.1 NetSuite Web Services Endpoint.

What to Check

  • SuiteProjects Pro endpoint configuration
  • Project-to-ERP data sync workflows
  • Timesheet/expense integrations
Low INT-008 AI Connector Service (MCP) Execution Log

New "AI Connector Service (MCP)" subtab in Integration Record Execution Logs alongside SOAP, REST, and RESTlet tabs.

Medium INT-009 MCP Standard Tools Enhancements

v1.0.6: New SuiteQL metadata tool, consolidated reporting, subsidiary support. v1.0.5: Custom reports, subsidiaryId parameter, currency support.

Medium INT-010 Control Center API Endpoints

New REST API endpoints to automate SuiteApp release and management. Requires Integration Record with OAuth 2.0. Relevant for SuiteApp publishers and ISVs.

SuiteAnalytics

Critical SA-001 NetSuite.com Data Source Completely Removed

The legacy NetSuite.com data source is completely removed. Only NetSuite2.com will be available after upgrade. Any queries, ODBC connections, BI tools, and scheduled reports using NetSuite.com will cease to function immediately upon upgrade.

Migration Changes

  • Access Control: RBAC now enforced
  • Authentication: OAuth 2.0 preferred
  • Query Language: Must use SuiteQL
  • Schema: Different structure from legacy

What to Check

  • All ODBC connection strings
  • Tableau/Power BI/Qlik configs
  • Scheduled reports via Connect
  • ETL pipeline configurations
  • Custom apps using ODBC/JDBC
Must complete BEFORE upgrade
Critical SA-002 Linux ODBC Driver SSL Certificate Update

New DigiCert SSL certificates (ca4.cer) installed on servers February 16, 2026. Linux ODBC driver must be v8.10.181.0+. Windows drivers are unaffected.

Action Required

  • Upgrade Linux 64-bit driver to 8.10.181.0+
  • Add ca4.cer to Truststore (keep ca3.cer)
  • 32-bit Linux: manually add ca4.cer from Certificates.zip
  • Test all connections after upgrade
Deadline: February 16, 2026
High SA-003 JDBC Driver Security Upgrade

New JDBC driver v8.10.184.0 (released Dec 15, 2025) with important security fixes. Strongly recommended upgrade for all JDBC connections.

Low SA-004 Saved Search Publishing UI Change

"Public" checkbox renamed to "Available for publishing on website."

Low SA-005 Analytics Warehouse Config Page Update

Updated NetSuite Analytics Warehouse configuration page layout and options.

Authentication & Security

Critical AUTH-007 TBA End of Support for New Integrations (2027.1)

Starting 2027.1, no new TBA integrations can be created for SOAP, REST, or RESTlets. Existing TBA integrations will continue to function. All new integrations must use OAuth 2.0.

Action Required

  • Inventory all TBA integrations
  • Prioritize OAuth 2.0 migration
  • All new integrations MUST use OAuth 2.0
  • Plan RESTlet auth migration to OAuth 2.0
2027.1: No new TBA integrations
High AUTH-004 Multiple Sessions Require 2FA

Users accessing multiple simultaneous sessions must now have 2FA enabled for ALL roles. Previously automatic — now requires manual enablement by administrator.

What to Check

  • Users who need multiple sessions
  • 2FA config for all roles (especially custom)
  • Enable Features page (manual toggle)
  • Shared login accounts
High AUTH-006 PKCE Required for OAuth 2.0 in 2027.1

Currently optional; becomes mandatory for ALL new integrations using OAuth 2.0 Authorization Code Grant in 2027.1 (public and confidential clients).

2027.1: PKCE mandatory
Medium AUTH-002 Certificate Limit: 5 per Integration Record

Maximum 5 active certificates per integration record for OAuth 2.0 Client Credentials. Revoked certificates remain unlimited.

Low AUTH-001 Login Notification

Administrators can display compliance messages at login requiring user acknowledgment, tracked via Login Audit Trail.

Low AUTH-003 Multiple Redirect URIs

OAuth 2.0 authorization code grant flow now supports multiple Redirect URIs for multi-environment deployments.

Low AUTH-005 Certificate Rotation Endpoint

New programmatic REST endpoint to list, create, and revoke certificates for OAuth 2.0 client credentials automation.

SuiteScript & Development

High SS-001 Custom Tool Script Breaking Changes

Breaking changes: Custom tool scripts must be updated. Required: @NScriptType CustomTool JSDoc tag, async entry points. SDF changes: tooltoolset, customtool_custtoolset_, exposeto3rdpartyagentsexposetoaiconnector.

What to Check

  • All Custom Tool script deployments
  • SDF projects with Custom Tool definitions
  • Script IDs starting with customtool_
Medium SS-002 Execute SuiteScript 2.0 as 2.1 Preference

New company preference to run compatible SS 2.0 server scripts in the 2.1 runtime for performance improvements. Opt-in, at Setup > Company > General Preferences.

LowSS-003 N/http & N/https PATCH Method

PATCH method now available via http.Method.PATCH and https.Method.PATCH.

LowSS-004 GPT-OSS Model in N/llm Module

OpenAI's GPT-OSS model now supported: llm.ModelFamily.GPT_OSS.

LowSS-005 SFTP LIST Preference

Resolves FILE_ALREADY_EXISTS errors on SFTP servers that don't support STAT command.

MediumSDF-001 beforeUndeploy Installation Hook

New hook for custom cleanup logic before SuiteApp uninstall. Configured in new application.xml file alongside manifest.xml.

MediumSDF-002 File Permissions for .ss/.ssp Files in SDF

Manage file permissions directly in SDF XML definitions via new <permission> tag, eliminating manual UI configuration.

LowSDK-001 SuiteCloud Developer Assistant (AI)

AI-powered coding assistant for VS Code via Cline extension. Generates SuiteScript 2.1 code and XML custom objects from natural language prompts.

Inventory & Supply Chain

MediumINV-001Consigned Inventory Management (New)

New feature to manage vendor-owned inventory stored at your facility. Tracks from receipt through consumption, improving cash flow and reducing risk.

MediumINV-002Warehouse Management Enhancements

Landed cost entry during receiving, inbound shipment reversals, zero quantity/backordered pick handling improvements.

MediumINV-003Supply Chain Planning & Allocation Enhancements

New SuiteAnalytics Workbook pages for MRP supply/demand with purchasing, production, and sales views.

LowINV-004SCM Mobile Enhancements

General enhancements to SCM mobile application.

LowINV-005Quality Management — Automated Sampling

Automated sampling calculations for quality management inspections.

LowINV-006Standard Cost Transfer Order Support

"Use Item Cost as Transfer Cost" now supports Standard Cost items on Transfer Orders.

Order Management

MediumOM-001Commitment Credits in SuiteBilling

New commitment credits capability for flexible subscription credit management.

MediumOM-002Prepay Across Subscriptions

Apply prepayment amounts across multiple subscription records.

MediumOM-003SaaS Metric Revenue Reporting & Acquisition Date

Enhanced cohort analysis with new Acquisition Date field on Customer records for SaaS metrics.

MediumOM-004FedEx REST API Shipping Integration

FedEx shipping integration updated to REST API. Check FedEx integration configurations and custom shipping scripts.

MediumOM-005Sales Order Renewals

New capability for managing recurring sales order generation and renewal workflows.

LowOM-006Ship Central Enhancements

HIBC barcode scanning, larger bulk thresholds, pickup/dropoff workflows.

LowOM-007NetSuite Pay Enhancements

General enhancements to NetSuite Pay payment processing.

LowOM-008Subscription Metrics Enhancements

Improved customer-level revenue insights for subscription analytics.

Banking & Cash Management

MediumBANK-001Payment Date Prediction (AI)

ML-based payment date prediction for invoices. AI extracts richer bank data to strengthen auto-match engine.

MediumBANK-003Custom Scheduling for Automatic Imports

Replaces single daily window with custom scheduling. Full admin control over import start dates and timing.

MediumBANK-006Standardized Import Error Codes

Standardized error codes for bank imports to improve troubleshooting. Check custom error handling scripts.

MediumBANK-008Billing Schedules in Cash Forecasts

Sales Order billing schedules now included in Cash Forecast calculations.

MediumBANK-009Intelligent Payment Automation Enhancements

Multi-subsidiary vendor support and enhanced check image viewing.

LowBANK-002Enhanced Import Email Notifications

Improved controls for bank import email notifications.

LowBANK-004/5Import Start Date Control & On-Demand Refresh

Admin control over import start date and on-demand refresh for connected accounts.

LowBANK-007Cash 360 Improvements

Cash 360 improvements and order billing lead time fixes.

Taxation

MediumTAX-001Line Level Location in SuiteTax

Tax now calculated based on line-level location rather than only header-level. May change tax amounts on transactions with mixed locations.

What to Check

  • Transactions with different locations on lines vs header
  • Custom tax calculation scripts
  • Tax reporting configurations
MediumTAX-002Tax on Term Discounts in SuiteTax

SuiteTax now handles tax for term discounts on sales transactions. Verify expected behavior for discounted invoices.

LowTAX-003/4Brazil Localization & Tax Enhancements

Enhanced certification, custom tax payment transactions, SuiteTax Latam engine improvements, and Hub enhancements for Brazil.

LowTAX-005Chile Localization

New Chile localization support for tax compliance and regulatory requirements.

LowTAX-006Philippine Tax Audit Files — Intercompany JE

Advanced Intercompany JEs now supported in Philippine Tax Audit Files.

AI Features

MediumAI-002Intelligent Close Manager Dashboard

AI-powered dashboard portlet highlighting missing transactions, variances, and close-cycle risks. Provides trend analysis and focus area recommendations.

MediumAI-009AI Connector Service (MCP Integration)

NetSuite now integrates with external AI platforms (ChatGPT, Claude, any MCP-compatible system) through the new AI Connector Service.

LowAI-001Narrative Insights on Reports & Records

AI-generated natural language summaries for reports and record views.

LowAI-006Payment Date Prediction for Invoices

ML-based prediction of when invoices will be paid for improved cash flow forecasting.

LowAI-007/8CPQ AI Assistant & Intelligent Item Recommendations

AI assistant for CPQ configuration. Enhanced item recommendations with CRM conversion workbook, filtering, column customization, and popular items.

LowAI-003/4/5Text Enhance, Prompt Studio & AI Preferences Updates

Updated Text Enhance UX, Prompt Studio updates, new Intelligent Recommendations and Narrative Insights subtabs in AI Preferences.

Commerce, HR, Projects, Setup, CPQ, FSM, EPM & More

MediumSETUP-003Intercompany Elimination & Cross Charge Enhancements

Enhanced intercompany elimination feature and ability to unlink cross-charge journals. Affects multi-subsidiary consolidation processes.

MediumSETUP-002Address Subrecord Parent Record Filtering

Enhanced filtering for address subrecords based on parent record context.

LowCOM-005NetSuite Connector for Loop (Shopify Returns)

New connector automating returns data flow from Shopify into NetSuite via Loop returns platform.

LowHR-001/2SuitePeople: Time-Off Permission & Workforce Management

New time-off permission for granular control. General SuitePeople Workforce Management enhancements.

LowPROJ-001/2Projects: Inline Editing & Revenue Recognition

Bulk task add/edit with inline editing. Enhanced revenue recognition features directly on Project page.

LowSETUP-001NetSuite 360 Redesign (Global)

Modernized NetSuite 360 account health and configuration overview, now available globally.

LowEPM-001EPM SuiteApps 26.1 Updates

Four EPM SuiteApps updated: Connector, Close Management Sync, Planning & Budgeting Sync, Account Reconciliation Sync. Adds SuiteQL support, Data Integration jobs renaming, and localization.

LowCPQCPQ: AI Assistant, PDF, Scripts, Manufacturing

AI assistant, PDF arrangement in business documents, dynamic table search, script enhancements, manufacturing improvements to Item Creation Record.

LowFSMField Service: Globalization, Mobile Sync, Text Enhance

Globalization/internationalization enhancements, mobile sync duplicate prevention, Text Enhance on FSM records.

LowSAPPSuiteApps: Bill Capture, Procurement, Ship Central

Bill Capture enhancements, SuiteProcurement updates. Ship Central: HIBC barcodes, bulk thresholds. Quality Mgmt: auto sampling. IPA: multi-subsidiary. Mfg Scheduler: kit availability.

LowCSV-001SaaS Fields for CSV Items Import

SaaS-related fields now available for CSV import on Item records.

Preparation Checklist

Interactive checklist for upgrade preparation. Your progress is saved automatically in your browser.

Phase 1: Critical (Before Upgrade)

Phase 2: High Priority (With Upgrade)

Phase 3: Medium Priority (Plan & Evaluate)

Phase 4: Post-Upgrade Verification