Having a standard method for your SuiteScript code structure can be extremely helpful. Having a set structure provides consistency, preemptively removes difficult roadblocks, and reduces the number and severity of bugs. A Structural Overview This is a cutting-edge...
Once we design our Suitelet to display helpful information, how do we handle interactions with the Suitelet by a user? In this blog post we will learn how to handle a POST request to perform important tasks. If you’re new to this mini-series about creating...
Many of the tutorials in our SuiteScript series have been about the Client Script. If you have been following along, you should understand how to create and use client scripts in different basic scenarios. Now we can start touching on the basics of User Event scripts....
The purpose of the validateField client script function is to control what you can and can’t enter in a certain field. One example of how you might want to place controls on a field is with the Job Title field on the customer record. You might want it to be at...
Have you ever needed to see the NetSuite scripts that are running on a record? At times, you may just need to see a specific script. But on a broader scale, you may just want to review the scripts and workflows that are running on the various records in your NetSuite...