classification
Defines the classification system used for categorizing different records within the platform, such as customer types or item categories.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | The unique internal identifier for the class record. | |
| externalid | String | A unique external identifier for referencing the class in external systems. | |
| fullname | String | The full name of the class or category. | |
| includechildren | Boolean | Indicates whether the class includes any child categories or subclasses. | |
| isinactive | Boolean | Indicates whether the class is currently inactive. | |
| name | String | The name of the class or category. | |
| parent | String | The parent class or category to which this subclass belongs. |