Information Available in the SuiteScript Record Summary
In the SuiteScript Records Browser, the pages include the following designations for applicable records:
-
Search Only: Indicates that the record supports only search actions in SuiteScript.
-
Supports Deleted Record Search: Indicates that a record can be used as a filter for a deleted record search. For more information, see Deleted Record Search.
For each record you see a series of tables that include the following information:
-
Fields: The record fields
-
Sublists: A table representing each supported sublist
-
Tabs: A list of tabs available on the record in the NetSuite UI
-
Search Joins: A list of other searches you can access when searching this record
-
Search Filters: Fields in the record that you can use as search criteria
-
Search Columns: Fields you can include in search results
-
Transform Types: A list of records that this record can be transformed into using record.transform(options)
The following table describes some of the column names used in these tables.
|
Column Label |
Description |
|---|---|
|
Internal ID |
The internal ID of the field. |
|
Type |
The data type of the field. |
|
nlapiSubmitField |
A boolean value indicating whether the field supports the record.submitFields(options) method, which lets you perform inline editing. This column name comes from the SuiteScript 1.0 API for inline editing (nlapiSubmitField). For more information, see Using Inline Editing. |
|
Label |
The label for the field as shown in the user interface. |
|
Help |
Additional details about working with the field. |