Understanding Script Types

Understanding Script Types

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

Suitelet Scripts

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...
Mass Update Scripts

Mass Update Scripts

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...
Client Scripts

Client Scripts

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...