by TJ Cornelius | Dec 5, 2019 | NetSuite Scripting
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...
by TJ Cornelius | Oct 8, 2019 | NetSuite Scripting
NetSuite User Event scripts are one of the most common script types used in NetSuite. User Event scripts make it easy to automate actions when a record is loaded or saved, and creating a simple User Event script could save a lot of time. In this article I am including...
by TJ Cornelius | Sep 18, 2019 | NetSuite Scripting
The first part to getting started with NetSuite Development is understanding the script types. In later posts I will talk about each script type in more detail, but here is an overview. UserEvent Script: Perform actions when you load a record and when you save it....