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...
In previous posts, we showed you how to install the SDF CLI (Command Line Interface) and how to deploy scripts to NetSuite using SDF. But did you know that you can use SDF to pull down your script record object from Sandbox and push it up to Production in just a few...
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...
Debugging the SuiteCloud SDF Installation for Mac In Part 1 of this series, we said SDF installation could sometimes fail. One reason for failure, a nerve-racking error, is the EACCES permissions error when you run npm i -g @oracle/suitecloud-cli. How to Fix the...
The “N/file” module enables developers to create, copy, load, or delete files in the NetSuite File Cabinet. Why Should You Use this Module? The “N/file” module can come in handy for certain situations. In fact, it is especially useful for...