Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer peopleโ€™s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer peopleโ€™s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The NetSuite Pro

The NetSuite Pro Logo The NetSuite Pro Logo

The NetSuite Pro Navigation

  • Home
  • About Us
  • Tutorials
    • NetSuite Scripting
    • NetSuite Customization
    • NetSuite Integration
    • NetSuite Advanced PDF Templates
    • NetSuite Reporting & Analytics Guide
    • Real-World NetSuite Examples
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Home
  • About Us
  • Tutorials
    • NetSuite Scripting
    • NetSuite Customization
    • NetSuite Integration
    • NetSuite Advanced PDF Templates
    • NetSuite Reporting & Analytics Guide
    • Real-World NetSuite Examples
  • Blog
  • Contact Us
Home/ NetSuite Customization Guide: Fields, Forms, Workflows & Scripts/Creating and Managing Custom Records in NetSuite

Creating and Managing Custom Records in NetSuite

๐Ÿ“ What Are Custom Records?

Custom Records are one of the most powerful features in NetSuite.
They allow you to create your own database tables inside NetSuite โ€” tailored to your business.

Think of them as containers for unique types of data that donโ€™t fit into standard records.

Examples:

  • Warranty Tracking (linked to items/customers)
  • Employee Certifications
  • Equipment Maintenance Logs
  • Vendor Contract Details

๐Ÿ”ง Why Use Custom Records?

  • Standard records donโ€™t cover your unique process.
  • You want to store additional structured information.
  • You need reporting, permissions, and workflows for the new data type.
  • You want to relate new data to customers, vendors, transactions, or items.

โš™๏ธ Key Settings When Creating a Custom Record

When you create a custom record (Customization > Lists, Records, & Fields > Record Types > New), youโ€™ll define:

  • Record Name โ†’ e.g., Warranty Tracking.
  • ID Prefix โ†’ System ID prefix (e.g., custrecord_warranty_).
  • Permissions โ†’ Who can view, create, or edit the record.
  • Fields โ†’ Just like custom fields, you can add text, date, list, checkbox, etc.
  • Links โ†’ Choose whether the record should appear under Customers, Items, Transactions, etc.

โœ… Example: Creating a Warranty Tracking Custom Record

Scenario: You sell electronic products and want to track warranty periods for each sale.

Steps:

  1. Navigate to:
    Customization > Lists, Records, & Fields > Record Types > New
  2. Enter:
    • Record Name: Warranty Tracking
    • Allow Attachments: โœ…
    • Permissions: Give Sales and Support roles access.
  3. Save the record type.
  4. Add custom fields:
    • Warranty Start Date (Date)
    • Warranty End Date (Date)
    • Serial Number (Text)
    • Customer (List/Record โ†’ Customer)
    • Related Sales Order (List/Record โ†’ Transaction)
  5. Deploy the record: check โ€œAvailable in Listsโ€ or โ€œLink to Customer.โ€

Now, when users open a Customer record, they can see linked Warranty Tracking records.


๐Ÿ”— Linking Custom Records to Standard Records

  • Use List/Record fields to connect custom records to Customers, Vendors, Items, or Transactions.
  • Example: In the Warranty Tracking record, a Customer field links it directly to the Customer record.
  • Once linked, you can:
    • View warranties on the Customer record
    • Create workflows (e.g., send reminder email before warranty expiry)
    • Run saved searches for expiring warranties

๐Ÿ’ก Pro Tips & Best Practices

  • Always set permissions properly โ€” sensitive custom data shouldnโ€™t be open to all users.
  • Use subtabs for better UI (place custom records under Customer or Item tabs).
  • Combine with Workflows for automation (e.g., auto-calculate warranty end date).
  • Use Saved Searches for reporting and reminders.

๐Ÿ“Œ Key Takeaways

  • Custom Records let you create new data structures in NetSuite.
  • Theyโ€™re best for tracking unique processes not supported by standard records.
  • Linking records makes them much more powerful.
  • Permissions and documentation are essential for good design.

๐Ÿ‘‰ Next Page: Custom Forms in NetSuite

๐Ÿ“– Official Resource: Learn more in the NetSuite SuiteBuilder Customization Guide on Oracle Docs.

Share
  • Facebook

Sidebar

Ask A Question

Stats

  • Questions 6
  • Answers 6
  • Best Answers 0
  • Users 8
  • Popular
  • Answers
  • Rocky

    Issue in running a client script in NetSuite SuiteScript 2.0 ...

    • 1 Answer
  • admin

    How can I send an email with an attachment in ...

    • 1 Answer
  • admin

    How do I avoid SSS_USAGE_LIMIT_EXCEEDED in a Map/Reduce script?

    • 1 Answer
  • admin
    admin added an answer The issue is usually caused by following Wrong script file… September 14, 2025 at 10:33 pm
  • admin
    admin added an answer Steps to send an Invoice PDF by email: define(['N/email', 'N/render',… August 28, 2025 at 3:05 am
  • admin
    admin added an answer This error means your script hit NetSuiteโ€™s governance usage limit… August 28, 2025 at 3:02 am

Top Members

Rocky

Rocky

  • 1 Question
  • 22 Points
Begginer
Sophie1022

Sophie1022

  • 0 Questions
  • 20 Points
Begginer
jmargoli

jmargoli

  • 0 Questions
  • 20 Points
Begginer

Trending Tags

clientscript netsuite scripting suitescript
  • Migrating a SuiteScript 1.0 RESTlet to SS2.1 + OAuth 2.0 before the 2027.1 deadlineAugust 15, 2026
  • How to convert a SuiteScript 1.0 User Event script to SuiteScript 2.1 (with real code)August 14, 2026
  • The complete SuiteScript 1.0 to 2.1 API cheat sheet: nlapiXxx โ†’ N/moduleAugust 13, 2026
  • NetSuite Error Messages: Causes and FixesAugust 11, 2026
  • How to audit every SuiteScript 1.0 script in your NetSuite account (step by step)August 11, 2026
  • SuiteScript 1.0 vs 2.1: a plain-English comparison for NetSuite adminsAugust 10, 2026
  • What NetSuite 2026.2 actually changed โ€” the deprecation warnings explainedAugust 9, 2026
  • The 2027.1 NLAuth deadline: why your NetSuite RESTlets are at immediate riskAugust 8, 2026
  • NetSuite is deprecating SuiteScript 1.0 โ€” here’s what it means for your businessAugust 7, 2026
  • SuiteScript 1.0 Is Being Phased Out: What It Means and How to PrepareJuly 24, 2026

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help

Footer

Menu

  • Home
  • About Us
  • Tutorials
    • NetSuite Scripting
    • NetSuite Customization
    • NetSuite Integration
    • NetSuite Advanced PDF Templates
    • NetSuite Reporting & Analytics Guide
    • Real-World NetSuite Examples
  • Blog
  • Contact Us

Quick Links

  • NetSuite Scripting
  • NetSuite Customization
  • NetSuite Advanced PDF Template
  • NetSuite Integration
  • NetSuite Reporting & Analytics

Subscribe for NetSuite Insights....

ยฉ 2026 The NetSuite Pro. All Rights Reserved