Issue with deployed changes not reflecting on the live site

What is Changing?

With the release of NetSuite 2026.1, you need to update an attribute in your SOAP library. If you don’t make this update, you may experience disruptions when deploying changes using gulp commands with the SCA developer tools. Important: This change will not affect live SuiteCommerce (SC) or SCA websites or extensions. This only affects the deployment processes with SCA developer tools.

Required Actions

To update the version attribute in the SOAP library, follow these steps:

  1. In your local workspace, open the source code folder for the SCA developer tools. This folder was created when you downloaded and unzipped the source files to set up developer tools.
  • Go to the correct folder depending on your SCA version:For SCA 2019.1 and earlier (not including Denali): ns_npm_repositorysuitetalk4nodesrc
  • For SCA Denali: gulpns-deploysuitetalk4nodesrc
  • For SCA 2019.2 to SCA 2024.2: Commonsns_npm_repositorysuitetalk4nodesrc
  • For SCA 2025.1: node_modules@sc -utilssuitetalksrc
  1. Edit the tool.js file in a text editor.
  2. Find the existing nsVersion attribute and change the value to 2024_2. For example, change the nsVersion attribute from 2020_2 to 2024_2.
  3. Save and close the file.
  4. Test your environment to ensure that everything is working correctly.

To avoid problems with your developer tools, complete this change after you have updated to NetSuite 2025.2 and before the NetSuite 2026.1 release.

Leave a comment

Your email address will not be published. Required fields are marked *