The N/https module is the primary tool in SuiteScript 2.1 for making outbound HTTP and HTTPS requests to external APIs, webhooks, and third-party services. Whether you are syncing data with Shopify, posting to a Slack channel, calling a REST API, ...
The NetSuite Pro Latest Articles
N/format Module in NetSuite: Complete Guide to Date Formatting and Parsing in SuiteScript
adminThe N/format module is one of the most underestimated modules in SuiteScript 2.1. If you’ve ever struggled with date comparisons failing, saved searches returning wrong results due to date string mismatches, or date fields not saving correctly β N/format is ...
N/search Module in NetSuite: Complete Guide to Searching Records in SuiteScript
adminA complete guide to the N/search module in SuiteScript 2.x β the most-used NetSuite module for searching records daily. Learn search.create(), search.load(), result handling, and best practices.
N/record Module in NetSuite: Complete Guide to Creating, Loading & Editing Records in SuiteScript
adminIf there’s one module I use in almost every SuiteScript project, it’s N/record. Whether I’m creating a new customer, loading a sales order to update a field, or copying a record for a workflow workaround β it all goes through ...
NetSuite Transaction Status Codes: Complete Reference for SuiteScript & SuiteQL
adminA complete reference of all NetSuite transaction status internal codes (e.g., SalesOrd:B, CustInvc:A) used in SuiteScript searches, SuiteQL queries, and the transtatus field β validated against official NetSuite documentation.
N/url Module in NetSuite: Complete Guide to Generating URLs in SuiteScript
adminA complete developer guide to the N/url module in SuiteScript 2.x. Learn how to generate URLs to NetSuite records, Suitelets, and task pages using url.resolveRecord(), url.resolveSuitelet(), and url.resolveTaskLink() with real-world examples.
N/runtime Module in NetSuite: Complete Guide to Script Context, User Info & Environment in SuiteScript
adminThere’s a module that gets loaded in almost every SuiteScript I write, and it’s not one that gets much attention in tutorials. It doesn’t search records or send emails β it just tells you where you are and who’s running ...
N/email Module in NetSuite: Complete Guide to Sending Emails in SuiteScript
adminIf you’ve built anything in NetSuite beyond basic automation, you’ve almost certainly needed to send an email from a script. Whether it’s notifying a manager when an order hits a certain threshold, alerting a customer when their shipment ships, or ...
N/search Module in NetSuite: Complete Guide to Searching Records in SuiteScript
adminIf there’s one SuiteScript module you’ll use in practically every project you ever touch, it’s N/search. Want to find all open sales orders over a certain amount? N/search. Need to pull a list of customers with outstanding balances before running ...
N/record Module in NetSuite: Complete Guide to Creating, Loading, and Editing Records in SuiteScript
adminIf you’ve spent any time building automations in NetSuite, you already know that almost everything revolves around records β sales orders, invoices, customers, items, journal entries. The N/record module is the backbone of SuiteScript development, and honestly, it’s the one ...