Scripting

How to Navigate Missing Field IDs When Using N/config

NetSuite preferences and enabled features can be accessed via SuiteScript using N/config. Recently, I discovered that the list of Preference IDs in the documentation...
Chidi Okwudire
1 min read

How To Understand The Dispatcher Script Pattern

The Dispatcher Script Pattern involves replacing multiple script deployments with a single "dispatcher" script. This article explains what it is, how to implement it,...
Chidi Okwudire
7 min read

Revolutionize Your NetSuite Experience with the Ultimate Split Pane Utility!

Split pane! A must-have NetSuite utility for any scenario where you need to preview a document (typically PDF) next to a NetSuite record. Great news:...
Howell Manongsong
5 min read

Improved Method for Identifying NetSuite System Users

This article explains how to identify NetSuite system users and explains why the popular approach of excluding all users with negative internal IDs is...
Chidi Okwudire
2 min read

How To Implement Prominent Custom State Labels on NetSuite Records

This article explains how you can implement a custom state label prominently at the top of any record page similar to Native state labels. The...
Chidi Okwudire
3 min read

3 Ways to Automate Reopening Closed NetSuite Transactions

Oops! You mistakenly clicked the "Close" button on a sales order or another transaction while attempting to click a different button. Now, you have...
Chidi Okwudire
10 min read

Learn to Query and Reuse Script Audience Configuration

In this article, I illustrate how to query script audience configuration for reuse in other contexts using a real-life client situation. This approach localizes...
Chidi Okwudire
4 min read

Learn How to Programmatically Attach a User Note to a Custom Record Without Hardcoding the Record ID

In this article, Chidi Okwudire shares how to attach a user note to a custom record entry using SuiteScript without hardcoding the record type's...
Chidi Okwudire
5 min read

How to Query NetSuite’s State/Country List

Learn how to get NetSuite's country/state lists using SuiteQL and the permissions required to access those tables via a custom role.
Chidi Okwudire
52 sec read

How to Script Unit of Measure Conversions

Learn how to leverage SuiteQL to perform unit of measure conversions in scripting and overcome known limitations of the N/search module in this area
Chidi Okwudire
4 min read
×