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....
When running a Saved Search with only one result, NetSuite bypasses the list view and brings you directly to the record. Did you know there is a way to change this behavior? Saved Searches A great NetSuite experience is not typically achieved in one fell swoop. It...
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,...
The File Cabinet is the central location to store all those files your company needs to run efficiently. But just like any traditional file cabinet, we should keep certain drawers under lock and key. Learn with us how to restrict access to files in NetSuite. About...
Messages can provide important information for users. The Message module occurs most frequently in client-side scripts, but did you know that we can display these useful messages in view mode on the server-side using the “N/ui/serverWidget” module? The...