partnercategory
The table storing categories for partners, used to classify partners based on types, regions, or other characteristics.
Columns
| Name | Type | References | Description |
| externalid | String | A unique identifier for the record as assigned by an external system, used for integration or referencing the record across different platforms. | |
| isinactive | Boolean | Indicates whether the record is currently inactive, often used to filter out or exclude records that are no longer in use. | |
| name | String | The name associated with the record, typically used for identification in the system or when displaying it in reports or interfaces. | |
| parent | String | The parent record or entity to which this record belongs, often used to establish hierarchical relationships, such as in categories or organizational structures. |