customrecordtype
Defines custom record types created by users, allowing for the storage of unique data not covered by standard NetSuite records.
Columns
| Name | Type | References | Description |
| internalid [KEY] | Integer | The unique internal identifier for the record. | |
| allowattachments | Boolean | Indicates whether attachments are allowed for the record. | |
| allowinlinedeleting | Boolean | Indicates whether inline deletion is permitted for the record. | |
| allowinlineediting | Boolean | Indicates whether inline editing is enabled for the record. | |
| allowquicksearch | Boolean | Indicates whether quick search is enabled for the record. | |
| description | String | A detailed description of the record or item. | |
| enablemailmerge | Boolean | Indicates whether mail merge functionality is enabled for the record. | |
| includename | Boolean | Indicates whether the name field should be included in the record. | |
| isinactive | Boolean | Indicates whether the record is inactive. | |
| isordered | Boolean | Indicates whether the record has been ordered. | |
| name | String | The name or title associated with the record. | |
| nopermissionrequired | Boolean | Indicates whether no permissions are required to access or modify the record. | |
| owner | String | The owner or responsible party for the record. | |
| scriptid | String | The script identifier associated with the record. | |
| shownotes | Boolean | Indicates whether notes should be displayed for the record. |