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 purposes, ensuring that both client and server scripts can interact with crucial data. This flexibility is essential for developers looking to automate, integrate, and manage NetSuite data effectively. Understanding which records are scriptable is fundamental for tailoring SuiteScript solutions.
What Records Are Scriptable in SuiteScript?
SuiteScript allows for various records to be scriptable, categorized by their capabilities and context within the system. Here's a quick overview of some scriptable records and their properties:
| Record Name | Record ID | Record Category | Scripting Level | Client Support | Server Support |
|---|---|---|---|---|---|
| Account | account | List | Full | - | Yes |
| Accounting Book | accountingbook | List | Copy Not Supported | - | Yes |
| Accounting Context | accountingcontext | List | Read, Create, Update, Copy, Delete, and Search | Yes | Yes |
| Accounting Period | accountingperiod | List | Read and Search Only | Yes | Yes |
| Activity | activity | Activity | Search Only | Yes | Yes |
| Advanced Intercompany Journal Entry | advintercompanyjournalentry | Transaction | Full | Yes | Yes |
| Allocation Schedule | allocationschedule | List | Create, Read, Update, and Delete | Yes | Yes |
Note: All subrecords are scriptable from the line item level unless stated otherwise, allowing for more granular control in SuiteScript customizations.
How to Access Details of Each Record?
For more detailed information about each record, refer to the NetSuite documentation using links to specific record details. The coverage here includes not just the scripting ID but also the levels of functionality available—such as create, read, update, delete, and search capabilities.
Who This Affects
- Developers: Crucial for custom script development.
- Administrators: Important for setup and configuration of custom solutions.
- Integration Specialists: Key for ensuring that data integration tasks leverage the full capabilities of NetSuite.
Key Takeaways
- SuiteScript supports a wide array of records enabling both client-side and server-side scripting.
- Understanding scripting levels (e.g., full, read-only) is crucial for effective script development.
- Subrecords provide detailed scripting capabilities for line items.
- NetSuite offers extensive documentation to support scriptable record usage.
Frequently Asked Questions (4)
Which records are not scriptable in Client SuiteScript?
Can I create or copy an Amortization Schedule using SuiteScript?
Are all subrecords scriptable within SuiteScript?
How can I find more information about custom record IDs for SuiteScript?
Was this article helpful?
More in SuiteScript
- SuiteScript 2.1 Enhancements in NetSuite February Updates
SuiteScript 2.1 now supports async features and PATCH method. Discover the latest API and SuiteProcurement improvements.
- Custom Tool Script Enhancements in NetSuite
Custom tool scripts in NetSuite gain execution log support and a new management page in February 16, 2026.
- Scheduling Map/Reduce Script Deployments in NetSuite
Learn to schedule map/reduce script submissions, including one-time and recurring options in NetSuite.
- API Governance Units Calculation in NetSuite 2026.1
NetSuite 2026.1 introduces examples illustrating API governance unit calculations for both user event and scheduled scripts.
