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 ...
SuiteScript 2.1 Complete Guide: N/record Module — Create, Load, Edit & Delete Records
adminThe N/record module is the backbone of SuiteScript 2.1 development. Whether you are creating a new Sales Order, loading an existing Customer record, or running a mass update across hundreds of Items, you will use N/record for all of it. ...
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 ...
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/llm Module in NetSuite: Complete Guide to Using Generative AI in SuiteScript 2.1
adminA complete developer guide to NetSuite’s N/llm module — how to call generative AI from SuiteScript, prompt models, manage tokens, generate embeddings, and build AI-powered automations directly inside NetSuite.
Understanding Model Parameters for NetSuite Generative AI (N/llm Module): Complete Guide for Developers
adminWhen working with the N/llm module in SuiteScript 2.1, one of the most important topics to understand is model parameter configuration. These parameters allow you to control how the Large Language Model (LLM) behaves and how creative, strict, long, or ...