SuiteScript Supported Records Reference for NetSuite Developers

SuiteScript supports scriptable records for client/server use, detailing scripting levels.

·2 min read·4 views·View Oracle Docs

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 NameRecord IDRecord CategoryScripting LevelClient SupportServer Support
AccountaccountListFull-Yes
Accounting BookaccountingbookListCopy Not Supported-Yes
Accounting ContextaccountingcontextListRead, Create, Update, Copy, Delete, and SearchYesYes
Accounting PeriodaccountingperiodListRead and Search OnlyYesYes
ActivityactivityActivitySearch OnlyYesYes
Advanced Intercompany Journal EntryadvintercompanyjournalentryTransactionFullYesYes
Allocation ScheduleallocationscheduleListCreate, Read, Update, and DeleteYesYes

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?
Records such as Account, Accounting Book, Amortization Schedule, and Amortization Template are not scriptable in Client SuiteScript.
Can I create or copy an Amortization Schedule using SuiteScript?
No, creating or copying an Amortization Schedule is not allowed using SuiteScript.
Are all subrecords scriptable within SuiteScript?
Yes, all subrecords are scriptable at the line item level unless specified otherwise.
How can I find more information about custom record IDs for SuiteScript?
You can refer to the section on Custom Record IDs in the NetSuite documentation linked in the article for detailed information.
Source: SuiteScript Supported Records Oracle NetSuite Help Center. This article was generated from official Oracle documentation and enriched with additional context and best practices.

Was this article helpful?

More in SuiteScript

View all SuiteScript articles →