PartnerSubsidiaryRelationship
The table storing relationships between partners and subsidiaries, used for tracking the organizational structure of partner networks.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | A unique internal identifier assigned to each record, used for referencing and managing data within the system. | |
| entity | String | The entity associated with the record (such as a customer, partner, or subsidiary), used for categorizing and organizing data. | |
| externalid | String | A unique identifier for the record as assigned by an external system, used for integration and data syncing between platforms. | |
| isprimarysub | Boolean | Indicates whether the record represents the primary subsidiary, used to distinguish the main subsidiary from others in a multi-subsidiary structure. | |
| name | String | The name associated with the record, typically used for identification or display in user interfaces, reports, and lists. |