In part 1 and part 2, we covered the basics of the Map/Reduce script type. But we still haven’t covered everything that this powerful NetSuite tool has to offer. It’s time to explore the capabilities of advanced Map/Reduce script. The Advanced Stages of...
Though similar to a Mass Update script, the Map/Reduce script type steps up the game. Last week we discussed the theory behind the new script type (you can read part 1 here), but today we will provide a guide for how to create a basic Map/Reduce script yourself. The...
The Map/Reduce script type is often the most efficient way to handle large amounts of data in NetSuite. This article seeks to introduce readers to this powerful and complicated script type. Introduction to Map/Reduce Before diving into the technical aspects of the...
Have you ever wanted to display a loading popup to the user while your script did things behind the scenes? Today, we want to help you make that idea a reality. The Great Dilemma It is notoriously difficult to display any kind of loading screen/popup in NetSuite....
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,...