Record Tools

The record tools let you interact with any records that you have access to based on your current permissions. With these tools, you can view and update existing records, and create new ones.

The record tools use https.requestSuiteTalkRest(options) to create and update records in NetSuite. These tools support the same record types and actions that are available in NetSuite REST Web Services and are subject to the same limitations. For example, if a record or field is read-only in REST Web Services, this restriction also applies when using these tools from the AI client.

For information about the working with records using REST Web Services, read the following topics:

Name

Description

ns_createRecord

Creates a new record in NetSuite using REST API.

ns_getRecord

Retrieves a record in NetSuite using REST API.

ns_getRecordTypeMetadata

Retrieves metadata for all NetSuite record types or for a specific record type, including available fields and their data types.

ns_updateRecord

Updates an existing record in NetSuite using REST API.

Related Topics

General Notices