by Ben Rogol | Jan 7, 2021 | NetSuite Scripting
Creating custom pop-ups can be super helpful when implemented correctly. Our previous blog will help give you some ideas for your own use cases. Today we will walk you through creating your own. Having covered some of the foundational script types in SuiteScripting,...
by suiterep | Dec 11, 2020 | NetSuite Scripting
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...
by TJ Cornelius | Oct 22, 2020 | NetSuite Scripting
In this blog we touch briefly on the 3rd and final User Event function that is available: the After Submit function. With this basic foundation of the structure and capabilities of each function, we will be ready to dive into some real life examples in the next...
by TJ Cornelius | Oct 15, 2020 | NetSuite Scripting
In the last tutorial we looked at the setup of the Before Load trigger for User Event scripts. In this tutorial will introduce the basic setup of the 2nd of 3 main User Event triggers: the Before Submit trigger. I want to spend some time looking at each of these...
by TJ Cornelius | Oct 1, 2020 | NetSuite Scripting
User Event Scripts are one of the most common script types to work with. In the next several blogs I will walk through some example User Event scripts, and this first blog will introduce the basic setup of the Before Load trigger in a User Event script. Before Load...