In previous posts, we showed you how to install the SDF CLI (Command Line Interface) and how to deploy scripts to NetSuite using SDF. But did you know that you can use SDF to pull down your script record object from Sandbox and push it up to Production in just a few easy steps? Follow along as we learn how to use… Continue reading The Easiest Way to Deploy Sandbox Script to Production
Tag: VS code
How to Use SDF in VS Code
Visual Studio Code is a favorite code editor of many developers (including us!). Understanding how to use SDF (SuiteCloud Developer Framework) in VS Code can significantly improve our effectiveness as SuiteScript developers. In the previous post, we covered how to install the SDF on your computer. Today, let’s cover the basics of how to use the… Continue reading How to Use SDF in VS Code
10 Best SuiteScript Tools and Tips (Extension)
Browser Extensions Browser extensions can prove very helpful, since NetSuite is a web-based ERP. Unfortunately, Safari is a bit behind in the extension game, so most of these extensions will be exclusively for Chrome-based browsers at the time of writing this article. If you would like an alternative to Chrome with more privacy features, we… Continue reading 10 Best SuiteScript Tools and Tips (Extension)
Upload files from the VS code to a new account
When the file upload functionality is not working in your system then deploy them as a project. To upload multiple files from one account to another account, create a VS code project and add the files that need to be deployed. (The path must be in the correct format) Then connect the target account to… Continue reading Upload files from the VS code to a new account