Records

SuiteScript Custom Records

Creating Custom Records

SuiteScript custom records extend NetSuite’s data model.

Introduction to Custom Records

Custom records in NetSuite allow developers to create new record types that are tailored to specific business needs. These records can include custom fields, forms, and scripts, providing a flexible way to extend NetSuite’s standard data model.

Creating a Custom Record

To create a custom record in NetSuite, navigate to Customization > Lists, Records, & Fields > Record Types > New. Here, you can define the custom record's name, ID, and other settings.

Using Custom Records in SuiteScript

Once created, custom records can be accessed and manipulated using SuiteScript. You can create, read, update, and delete custom records just like standard records.

Custom Records and SuiteScript 2.0

SuiteScript 2.0 provides a powerful API for working with custom records. The record module allows developers to create, load, and manipulate custom records efficiently.

Conclusion

By leveraging custom records, businesses can tailor NetSuite to better fit their unique processes and requirements. The flexibility offered by SuiteScript and custom records makes it easier to create a robust ERP solution.