Pass Parameters to URL

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...
The Workflow Action Script Type

The Workflow Action Script Type

The workflow action script type enables NetSuite professionals to merge the SuiteScript and SuiteFlow worlds into one. When might this be useful, and how do we do this? Introduction In a previous article, we addressed the benefits and limitations of workflows. The...
Pass Parameters to URL

The Map/Reduce Script Type, Part 4

After learning the ropes for the Map/Reduce script type in part 1, part 2, and part 3, we’re ready to conclude the series by studying a few Map/Reduce code examples. Recap The Map/Reduce script type is a very flexible tool for handling large amounts of data. If...