In a recent blog post, we were excited to introduce NetSuite’s new extension for Visual Studio Code. Today, we want to explain how to use this helpful new tool! Recap The new SuiteCloud extension enables developers to download and upload files to and from...
Without much ado, NetSuite recently released the official SuiteCloud extension for Visual Studio Code. We’re ecstatic to explore this new SuiteScript tool with you and share how the NetSuite developer community can utilize it effectively. What is It? The...
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...
Debugging the SuiteCloud SDF Installation for Mac In Part 1 of this series, we said SDF installation could sometimes fail. One reason for failure, a nerve-racking error, is the EACCES permissions error when you run npm i -g @oracle/suitecloud-cli. How to Fix the...
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...