netsuite-suitescript-records-reference

Look up NetSuite SuiteScript record fields, types, and required flags.

321|103|Updated Nov 19, 2019
One-click install
npx skills add https://github.com/oracle/netsuite-suitecloud-sdk --skill netsuite-suitescript-records-reference
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: netsuite-suitescript-records-reference
Source: https://github.com/oracle/netsuite-suitecloud-sdk/tree/main/packages/agent-skills/netsuite-suitescript-records-reference
Command: npx skills add https://github.com/oracle/netsuite-suitecloud-sdk --skill netsuite-suitescript-records-reference

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides an authoritative, easily searchable reference for all NetSuite SuiteScript records and their fields, enabling developers to quickly verify internal IDs, types, required flags, and search capabilities.

Core Features & Use Cases

  • Lookup and validate NetSuite SuiteScript record definitions (272 records) across fields, types, and required attributes.
  • Use as a source of truth when building SuiteScript scripts, searches, and data schemas, reducing lookup time and errors.
  • Use Case: When coding a N/record or N/search operation, consult the reference to confirm correct field IDs and available search columns.

Quick Start

Query a record's field IDs and types for the current project.

Frequently Asked Questions about netsuite-suitescript-records-reference

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I look up NetSuite SuiteScript record field IDs and types?

To look up NetSuite SuiteScript record field IDs and types, query the reference index to validate internal IDs, field types, and required flags across all 272 supported record types.

What is the best way to validate required fields before creating a NetSuite record in SuiteScript?

Validating required fields before creating a NetSuite record involves checking the record definition to confirm required flags and field types, ensuring your SuiteScript payload avoids submission errors.

Can I use this to find available search columns for a specific NetSuite record type?

Yes, you can find available search columns for a specific NetSuite record type by consulting the reference data to verify supported search filters and columns for your N/search operations.

Does the reference cover all standard NetSuite record types for SuiteScript development?

The reference covers all 272 standard NetSuite record types for SuiteScript development, providing a searchable index to power AI-assisted development and schema validation.

Why does my SuiteScript search filter fail on a custom NetSuite record field?

A SuiteScript search filter may fail on a custom NetSuite record field if the field ID is incorrect or unsupported; verify the exact field ID and search capabilities against the record definition first.

When do I need to check NetSuite record definitions during SuiteScript development?

You need to check NetSuite record definitions during SuiteScript development when building N/record or N/search operations to ensure correct field IDs, types, and required attributes are used.