SuiteScript Supported Records Reference for NetSuite Developers
SuiteScript supports scriptable records for client/server use, detailing scripting levels. SuiteScript supports a wide range of NetSuite records for scripting
Knowledge Base
Deep-dive articles on NetSuite features — generated from official Oracle documentation and enriched with real-world context, best practices, and developer insights.
92 articles — page 1 of 4
SuiteScript supports scriptable records for client/server use, detailing scripting levels. SuiteScript supports a wide range of NetSuite records for scripting
Deleted Record Search in NetSuite allows easy retrieval of deleted records using SuiteScript and SOAP operations.
Comprehensive SuiteScript records guide detailing supported records and usage tips. Understanding how to effectively use SuiteScript records is crucial for
SuiteScript Records Summary provides essential information about each SuiteScript record, enhancing script development and data management.
Easily locate records and subrecords in SuiteScript using the Records Browser for effective scripting and integration.
Access the SuiteScript Records Browser offline by downloading and extracting the zip file. To use the SuiteScript Records Browser offline, download the provided
Access SuiteScript Records Browser links directly online for easy record management with NetSuite.
Supported record transformations enable automated processes like order management by converting one record type to another.
Utilize the record transformation method in SuiteScript to automate order processing, invoice creation, and more.
The record transformation method in SuiteScript 2.x enables developers to convert one record type into another efficiently, optimizing workflows.
Set sublist field values in SuiteScript 2.x using standard and dynamic modes for better record manipulation.
Set values for sublist fields in SuiteScript using the setSublistValue method. Understand required parameters and error handling.
The insertLine method allows for dynamic manipulation of sublists in SuiteScript, essential for record management.
The insertLine method allows for dynamic management of sublists in SuiteScript, ensuring lines can be correctly added.
Retrieve values from a sublist field in SuiteScript 2.0 using the getCurrentSublistValue method. TL;DR Opening This article covers how to leverage the
The SuiteScript getCurrentSublistValue method retrieves values from sublist fields, enhancing script functionality in records.
The getCurrentSublistValue method retrieves values from sublist fields in SuiteScript 2.x, essential for creating dynamic records.
Commit line actions on dynamic sublists using SuiteScript improve user interactions within NetSuite records.
The commit line method in SuiteScript handles dynamic sublist operations, committing changes to sublist lines in real-time.
SuiteScript LookupFields method enables searching body fields with specific parameters and handling errors effectively.
Submit fields programmatically using SuiteScript in NetSuite, enabling efficient updates without loading parent records.
The record.submitFields method allows easy updates to body fields on existing NetSuite records without loading the parent record.
The setValue method allows you to set field values on the current record in SuiteScript, essential for dynamic data handling.
Learn to set field values using the N/record module in SuiteScript 2.0. Understand data types and field order importance.
Learn to set field values in SuiteScript effectively, troubleshooting common errors and understanding data types.