EmployeeSubsidiaryRelationship
Maps employees to subsidiaries, allowing for management of employee data across multiple company locations.
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, used to reference and track the specific individual or organization. | |
| externalid | String | An external identifier used to link the record with external systems or services, enabling integration and synchronization. | |
| isprimarysub | Boolean | Indicates whether the subsidiary is marked as the primary subsidiary, typically used for categorizing or reporting purposes. | |
| name | String | The name associated with the record, typically used for identification or reference within the system. |