What is a NetSuite Developer?

An Introduction to NetSuite Developers At the core, NetSuite developers are individuals who use scripting to develop NetSuite. But what exactly does that mean? Let’s get a quick overview of NetSuite developers—who they are, what they do, and who would need them....

Pass Parameters to URL

As NetSuite developers, it is important that we understand how NetSuite works. One of the most important aspects to understand is URLs. Through the SuiteScript API, we can utilize URLs to pass in custom parameters. By using parameters, we can redirect users to records...

Using the ‘N/cache’ Module

The ‘N/cache’ module is a rarely discussed SuiteScript gem. Cache is a type of temporary storage that you can use as you create scripts. Learn with us how to use this special SuiteScript module to enhance your NetSuite coding. When to Use Cache You may be...