The powerful thing about NetSuite SuiteScripting is that you can interact with records throughout a script in the same way you interact with them in the user interface. You can load a record and save it. You can get record field values and set field values. In this...
In this tutorial we will dive a little deeper into the script to add to SuiteScript modules. The main purpose is to define what a script module is and to demonstrate how to add them to your script. We will use the Dialog module as a point of reference, and we will be...
In the initial post for this scripting tutorial, we took a look at the basics of SuiteScript 2.0. Now it’s time to create your very first working NetSuite SuiteScript 2.0 script and see it in action in NetSuite. The main purpose of this tuturial blog is to help...
If you’re following along with this NetSuite Development series, you now have a good understanding of the more common NetSuite script types. Before jumping into some more specifics about any one of these types, I want to give an overview of the basic components...
If you are following along with the series covering the major NetSuite script types, you should have a high-level understanding of the various types. Before we actually jump into some tutorials with the code, I thought it would be helpful to outline some of the best...