The first part to getting started with NetSuite Development is understanding the script types. Each script type has its advantages and disadvantages. In later posts I will talk about each script type in more detail, but here is an overview. The Major Script Types...
Suitelet scripts enable you to create your own custom NetSuite page or form. Although I would definitely categorize Suitelet scripts as more advanced than some of the other scripts, I thought I would provide you with an understanding of how you can use them. I have...
The Mass Update script may be one of the most time-saving scripts. Imagine making a small change to all of your inventory items one at a time. You would probably come close to quitting your job! Here is some information to help you get started with Mass Update...
SuiteScript 1.0 vs 2.0 Whether you are new to the NetSuite developer community or a grizzled NetSuite vet, you have at some point probably asked the question, “Which SuiteScript API should I use?”. SuiteScript 1.0, as the legacy system, was introduced...
Client scripts can be very useful for basic field validation and automation. The benefit of client scripts is that you can perform actions in real time as you edit a transaction. A client script runs in the browser rather than on the server, and that enables you to...