Custom List
A custom list is a list of values that you can use in custom fields on your forms and records. Custom lists enable you to set up predefined choices for your employees and customers to select when entering transactions and records. Custom lists can be searched using search filters and search columns.
For help working with this record in the UI, see Custom Lists.
For information about using the SuiteScript Records Browser, see Working with the SuiteScript Records Browser in the NetSuite Help Center.
For information about scripting with custom lists, see the following help topics:
Custom List IDs
Each custom list has a unique ID. This value shown in the ID field on the custom list record. When creating or interacting with an instance of a custom record type, you must use this ID.
Every custom list ID is prefaced by customlist
. If the ID was entirely system generated, it ends with a number (for example, customlist100
). If the ID was customized when the record was created, the ID may be more descriptive. To view a list of all these IDs, go to Customization > Lists, Records, & Fields > Lists. These values are shown in the ID column.
Search Filters
Field Internal ID |
Field UI Label |
Field Type |
---|---|---|
internalid |
Internal ID |
select |
internalidnumber |
Internal ID (Number) |
integer |
isinactive |
Inactive |
checkbox |
name |
Name |
text |
Search Columns
Field Internal ID |
Field UI Label |
Field Type |
---|---|---|
internalid |
Internal ID |
select |
isinactive |
Inactive |
checkbox |
name |
Name |
text |