NoteType
Categorizes notes based on predefined types for better organization and retrieval in NetSuite.
Columns
| Name | Type | ReadOnly | Description |
| InternalId [KEY] | String | True |
A unique internal identifier for the note type, used for referencing and categorizing notes within the system. |
| Description | String | False |
A brief description of the note type, explaining its purpose or how it should be used within the organization. |
| ExternalId | String | False |
An optional external identifier for the note type, useful for integrations with other systems or data sources. |
| IsInactive | Boolean | False |
Indicates whether the note type is currently active (false) or inactive (true) within the system, preventing its further use if deactivated. |
| Name | String | False |
The name of the note type, defining its classification, such as 'Customer Feedback,' 'Internal Memo,' or 'Support Inquiry.' |