EntitySubsidiaryRelationship
Maps entities to subsidiaries, helping to manage operations and transactions across multiple company units.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | The unique internal identifier for the record, used to track and reference it within the system. | |
| entity | String | The identifier or name of the entity associated with the record, such as a customer, employee, or subsidiary. | |
| externalid | String | An external identifier used to link the record with external systems or services, facilitating integration and synchronization. | |
| isprimarysub | Boolean | Indicates whether the subsidiary is the primary subsidiary, typically used for categorization or reporting purposes. | |
| name | String | The name associated with the record, typically used for identification or reference within the system. |