Skip to main content

SuiteCloud SDK Updates in NetSuite 2022.2

2022.2 SuiteCloud SDK |

SuiteCloud Software Development Kit (SuiteCloud SDK) is a set of tools you can use to develop SuiteCloud

projects. These tools are the SuiteCloud IDE plug-ins and command-line interfaces. This release note was updated September 26, 2022.

Account Command

  • SuiteCloud CLI for Node.js – Enhancement to the object:update Command

Fixed Error in SuiteCloud Extension for Visual Studio Code

The error related to the SuiteCloud: Compare Files command has been fixed. 2022.2 SuiteCloud Extension for Visual Studio Code Is Now

Available

SuiteCloud Extension for Visual Studio Code is now available for download. For more information, see the help topic Installing SuiteCloud Extension for Visual Studio Code. 2022.2 SuiteCloud CLI for Node.js Is Now Available SuiteCloud CLI for Node.js is now available for download. For more information, see the help topic Installing SuiteCloud CLI for Node.js. 2022.2 SuiteCloud IDE Plug-in for WebStorm Is Now

Available

SuiteCloud IDE plug-in for WebStorm is now available for download and fully compatible with WebStorm

2022.2. For more information, see the help topic Update SuiteCloud IDE Plug-in for WebStorm. 2022.2 SuiteCloud CLI for Java Is Now Available SuiteCloud CLI for Java is now available for download. For more information, see the help topic Installing SuiteCloud CLI for Java. SuiteCloud Extension for Visual Studio Code – New

Commands

The following new commands are available for the SuiteCloud Extension for Visual Studio Code:

  • SuiteCloud: Validate Project – This command validates a project before deploying it to the target account. For more information, see the help topic Validating a SuiteCloud Project Against Your NetSuite Account with SuiteCloud Extension for Visual Studio Code.
  • SuiteCloud: Manage Accounts – This command lets you manage the authentication IDs (authIDs) associated with your accounts by renaming or removing them. It also lets you visualize the details of a specific authID. For more information, see: Managing NetSuite Accounts in SuiteCloud Extension for Visual Studio Code.
  • SuiteCloud: Compare Files – This command compares a local file with its account version. For more information, see: Comparing a Local File with its Account Version with SuiteCloud Extension for Visual Studio Code. SuiteCloud Extension for Visual Studio Code – Enhancement to the SuiteCloud: Update Object from

Account Command

The SuiteCloud: Update Object from Account command includes a validation for the object type and provides the option to include custom instances from the account if you are working with custom records. For more information, see the help topic Updating SDF Custom Objects in SuiteCloud Extension for Visual Studio Code. SuiteCloud CLI for Node.js – Enhancement to the object:update Command The object:update command includes a validation for the object type and provides the option to include custom instances from the account if you are working with custom records. For more information, see the help topic object:update.