by Kimberly Cornelius | Apr 2, 2024 | NetSuite for Developers
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.... by TJ Cornelius | Sep 16, 2021 | NetSuite for Developers
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... by TJ Cornelius | Sep 9, 2021 | NetSuite for Developers
Manually copying a URL might not be the best way for your script to redirect to a page in NetSuite. Thankfully, NetSuite provides a better and more reliable way to handle URLs. Getting URLs Every page in NetSuite has its own URL (“Uniform Resource... by TJ Cornelius | Jul 22, 2021 | NetSuite for Developers
We can explore SuiteScript functionality by importing modules to the browser console. How Can This Help? Believe it or not, the console is actually among my favorite SuiteScript tools. Few tools are easier, faster, or more helpful than the console. Take, for instance,... by TJ Cornelius | Jul 1, 2021 | NetSuite for Developers
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...