Writing on NetSuite, software development, Stoicism, and life in general.

All of my long-form thoughts on NetSuite development, understanding Stoicism, amateur photography and anything else.

SuiteScript Function Naming

Naming functions well in our code is often challenging. With no modules to speak of in SuiteScript 1.0, these function often exist in the JavaScript global namespace. This is an easy way to namespace your functions to avoid any naming collisions.

.map() your NetSuite Search Results

When writing SuiteScript, your code will be easier to read if you can use regular JavaScript objects rather than the script IDs for your custom field names. Using the JavaScript .map() function can help.

Pluralsight, Training for Serious Learners

There are few learning platforms that provide quality, on-demand training for such a wide variety of software development and design topics as Pluralsight.

Nested Dropdown Lists in NetSuite

Setting up dropdown lists whose values depend on the selection in another dropdown list is really straightforward in NetSuite with the help of custom records

Budgeting ... Simplified

I struggled with budgeting for years and then I found the app and the process that made it all work for me. Introducing YNAB! You Need A Budget!