Scripting

Learn How to Generate Meaningful Amortization JE Memo Lines When Using Native or No JE Approval

Do you find the default Amortization Journal Entry line memos "Amortization Source" and "Amortization Destination" unhelpful or slightly annoying? This article offers an adaptation...
Michoel Chaikin
4 min read

NetSuite Input Dialog v2.0

Updated to fix issue caused by the 2022.1 NetSuite release. The NetSuite Input Dialog utility class extends NetSuite's N/ui/dialog module with the ability to capture...
Chidi Okwudire
7 min read

Understand Line ID vs. Line Sequence Number in NetSuite Transactions

NetSuite transaction lines feature multiple IDs e.g. Line ID and Line Sequence Number. In this article, we explain the differences between them and which...
Chidi Okwudire
4 min read

Learn How to Generate Meaningful Rev. Rec. Journal Entry Memo Lines

Do you find the default Rev. Rec. Journal Entry line memos "Rev Rec Source" and "Rev Rec Destination" unhelpful or slightly annoying? We've got...
Chidi Okwudire
5 min read

Comparison of SuiteScript Approaches to Find a Sublist Line with a Specific Value

NetSuite offers two ways to find sublist lines with a specific value: Looping over the entire sublist or using NetSuite's Record.findSublistLineWithValue method. This article...
Lukáš Astaloš
4 min read

Learn How to Generate Meaningful Amortization Journal Entry Memo Lines

Do you find the default Amortization Journal Entry line memos "Amortization Source" and "Amortization Destination" unhelpful or slightly annoying? This article offers a scripting...
Chidi Okwudire
5 min read

Understanding SuiteScript 2. x Joins

Have you found scripting NetSuite searches with joins confusing? NetSuite saved search support two join syntaxes: The dot notation and the more verbose notation....
Chidi Okwudire
5 min read

Learn How To Create a NetSuite Server-Side Script Delay (“Sleep”)

This article covers various approaches for producing ("sleep") delays in your server-side scripts as well as best practices in this area.
Chidi Okwudire
4 min read

Learn How To Effectively Organize Your SuiteScript Utility Functions

Learn a simple 3-file pattern for organizing your SuiteScript utility functions for maximum reuse and to avoid errors in NetSuite.
Chidi Okwudire
5 min read

The SuiteScript Developer’s Guide on NetSuite Subrecords: Part 1

Scripting NetSuite subrecords can be painful and frustrating, especially for new SuiteScript developers. This series will help you alleviate that pain and deepen your...
Chidi Okwudire
5 min read
×