Combine NetSuite saved searches with Advanced PDF Templates to create dynamic, report-style documents — passing data via FreeMarker and Suitelets.
The NetSuite Pro Latest Articles
Debugging Advanced PDF Templates in NetSuite: Common Errors and How to Fix Them
adminCommon Advanced PDF Template errors in NetSuite — FreeMarker syntax issues, encoding problems, BFO rendering errors — and exactly how to fix them.
Advanced PDF Templates in NetSuite: Using FreeMarker for Dynamic Content
adminUse FreeMarker in NetSuite Advanced PDF Templates to add dynamic content — loops, conditionals, formatting, and reusable macros for cleaner templates.
N/email Module in NetSuite: How to Send Emails Programmatically Using SuiteScript 2.1
adminSend emails programmatically in NetSuite using the N/email module in SuiteScript 2.1 — attachments, templates, BCC, and error handling with full examples.
NetSuite AI in 2026: How Oracle NetSuite AI Features Are Transforming ERP Automation
adminA deep dive into how Oracle NetSuite AI features are transforming ERP automation in 2026 — agents, smart workflows, anomaly detection, and real-world use cases.
N/file Module in NetSuite: Complete Guide to Reading, Writing & Managing Files in SuiteScript 2.1
adminComplete guide to the N/file module in NetSuite SuiteScript 2.1 — read, write, copy, encode, and manage files in the File Cabinet with code examples.
N/https Module in NetSuite: Complete Guide to Making HTTP Requests in SuiteScript 2.1
adminThe 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, ...
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/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.