Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

creecedev/NetSuite-Tools-For-WebStorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This plugin is no longer maintained. NetSuite has created their own (yay) and it is highly suggested to use that plugin instead. This repository will remain for archival/reference purposes only. Thank you to everyone who helped and made it possible to have some awesome NetSuite WebStorm Tools.

NetSuite Tools For WebStorm

NetSuite Tools For WebStorm, is an open-source WebStorm plugin that uses NetSuite SuiteTalk 2017.1 WSDL to provide the ability to:

  • Specify any NetSuite File Cabinet Folder as the project root directory or select from any folder within SuiteScripts or SuiteBundles
  • Upload single or groups of files to NetSuite File Cabinet
  • Compare local files against NetSuite File Cabinet

2FA Notes for 2018.2+:

In order to use this plugin with 2FA accounts, a "developer" role (See NetSuite help) should be set up and selected after entering credentials on the account selection page. While TBA is the obvious choice, this plugin does not currently support TBA.

Available Options: Screenshot

How To Use

NetSuite Project Creation

When a project is initially created, the project must be setup with a login, password, environment and NetSuite File Cabinet root folder. These credentials are stored using IntelliJ IDEA Open API so they are securely handled. Once a project is successfully setup, all available actions will be present in the "NetSuite Tools" list which is available by right-clicking on the project.

Please note that if you forget your master password, you will have to create a new one and go through the project setup again.

General Tips

  • Keyboard shortcuts for available actions such as "Upload Selected File(s)" can be set in the IDE preferences under Keymap -> Plug-ins -> NetSuite Tools For WebStorm.
  • Any external diff tool specified in the IDE preferences will be respected when comparing local files against the NetSuite File Cabinet. Otherwise, the default IDE diff tool will be used.

How To Build

Note: The JDK used in creation/compilation of this addon is JDK 1.8 which you can download from Oracle's website.

  1. Create a new "Intellij Platform Plugin" Project and point it to the directory where the plugin code is located.
  2. Open "Module Settings" on the project and on the "Dependencies" tab and add the project's "resources/dependencies" directory and check the "Export" checkbox so that the libraries are included with the plugin deployment.
  3. Open "Module Settings" -> "Project Settings" and validate that the language level is set to 8 for JDK 1.8.

Resolving Issues

If you encounter any issues, please create an issue here on GitHub. I maintain this in my spare time and cannot always get to everything right away. Feel free to submit a pull request with any enhancements/bug fixes.

Releases

NetSuite Tools For WebStorm is available in the JetBrains Plugin Repository and I will periodically release when there is content to warrant a new release.

Licenses

This plugin's source code is under the MIT License.

Additional Licenses for dependencies:

  • Apache 2.0
    • Axis and jettison libraries as well as the IntelliJ Open API
  • NetSuite Application Developer License

About Me

View My LinkedIn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages