December 15, 2025
Release Notes
Updated link to the PDF file to point to v23. For the latest version, see NetSuite 2025.2 Release Notes.
Integration SuiteApps
-
Added an entry for Enhancements to MCP Standard Tools.
SuiteAnalytics
-
Added an entry for Upgrade to JDBC Driver Version 8.10.184.0 Recommended.
SuiteScript
-
Added an entry for New Preference to Use LIST for SFTP File Uploads.
Country-Specific Features
-
Under Brazil Banking Integration:
-
Updated the Defining Bank Slip Settings for Banking Integration for Brazil help topic to make it bank slip-specific.
-
Added the Defining Pix Settings for Banking Integration for Brazil for the Pix-specific settings.
-
-
Updated the following help topics under Brazil Localization to explain the behavior of origin codes:
-
Under SuiteTax Latam Engine - Brazil Records:
-
Added the Adding NBS and cIndOp Codes to Service Codes for Brazil help topic.
-
Updated the Parameter Types for Brazil help topic to add the new parameter types for cClassTrib codes starting in 410.
-
Updated the SuiteTax Latam Engine - Brazil Records Best Practices and Known Limitations help topic to include a limitation about the currently not supported cClassTrib codes.
-
NetSuite AI Connector Service
-
Updated the MCP Standard Tools SuiteApp help topics to add information about the enhancements included in version 1.0.5.
-
Added a help topic for the new ns_getSubsidiaries tool. Use this tool to get the list of subsidiaries you can use to filter results for reports with a subsidiary filter.
-
Updated ns_listAllReports to mention that custom reports are now included in the list returned by this tool.
-
Updated ns_runReport to add information about the new
subsidiaryIdparameter. This parameter is required if the report uses the subsidiary filter and the NetSuite account has subsidiaries. -
Updated the Report Tools help topic to include information about subsidiary filters and currency support.
-
SuiteApps (Bundles) Released by NetSuite
-
Updated the following Brazilian Hub topics:
-
Roles and Permissions for Canceling Electronic Invoices for Brazil (Brazilian Hub SuiteApp), to add the CBS and IBS records permissions.
-
Setting Up Service Items for Brazil (Brazilian Hub SuiteApp), to add fields related to Brazil's tax reform.
-
Setting Up Product Items for Brazil (Brazilian Hub SuiteApp), to add the tax classification field.
-
CBS and IBS Calculation (Brazilian Hub SuiteApp), to add information about the determination of CST codes.
-
Predefined E-Document Template Files for Brazil (Brazilian Hub SuiteApp), to add a note about the e-document templates that include XML elements introduced by Brazil's tax reform.
-
Known Limitations of the Brazilian Hub SuiteApp, to add limitations related to electronic invoicing and tax calculation after Brazil's tax reform.
-
SuiteScript
-
Updated llm.ModelFamily as follows:
-
Added the
COHERE_COMMANDandCOHERE_COMMAND_LATESTenum values, both of which map to thecohere.command-a-03-2025model. This model is now the default model when interacting with an LLM using methods in the N/llm module, such as llm.generateText(options). -
Removed the
COHERE_COMMAND_RandCOHERE_COMMAND_R_PLUSenum values. If you use these values in existing scripts, their value is now undefined, and method calls will use the new default model instead (cohere.command-a-03-2025).
-
-
Updated llm.EmbedModelFamily as follows:
-
Added the
COHERE_EMBEDandCOHERE_EMBED_LATESTenum values, both of which map to thecohere.embed-v4.0model. This model is now the default embed model when generating embeddings using methods in the N/llm module, such as llm.embed(options). -
Removed the
COHERE_EMBED_ENGLISH,COHERE_EMBED_ENGLISH_LIGHT,COHERE_EMBED_MULTILINGUAL, andCOHERE_EMBED_MULTILINGUAL_LIGHTenum values. If you use these values in existing scripts, their value is now undefined, and method calls will use the new default embed model instead (cohere.embed-v4.0).
-
-
Added a new parameter,
options.dimensions, to llm.embed(options). This parameter lets you limit the number of dimensions that are returned in generated embeddings.