CustomerCategory
Categorizes customers for segmentation, pricing, and reporting purposes in NetSuite.
Columns
| Name | Type | ReadOnly | Description |
| InternalId [KEY] | String | True |
A unique internal identifier assigned to the customer category, used for referencing and managing it within NetSuite. |
| ExternalId | String | False |
An external identifier for the customer category, typically used for synchronization with external applications or integrations. |
| IsInactive | Boolean | False |
Indicates whether the customer category is currently active (false) or inactive (true), affecting its availability in transactions and reports. |
| Name | String | False |
The designated name of the customer category, used to classify and group customers based on shared attributes or business requirements. |