ns_createRecord

Tool Description

Creates a new record in NetSuite using REST API.

Before creating the new record, this tool uses ns_getRecordTypeMetadata to retrieve information about available fields and their types.

Annotation

Create Record

Properties

Property

Type

Required or Optional

Description

recordType

string

Required

The NetSuite record type you want to create.

data

string

Required

The list of record data, specified in JSON format as key-value pairs for field names and values.

Permissions

Only user roles with the following permissions can see this tool in the AI client. However, your ability to create records depends on the permissions assigned to your NetSuite role.

Permission ID

Permission Name

Level

ADMI_RESTWEBSERVICES

REST Web Services

Full

Related Topics

General Notices