> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# external_owner table

> Owner of external data imported into the system

## external\_owner Table (487)

Owner of external data imported into the system

## Fields

| Name                      | Description                                                                      | Type                                            | Nullable |
| ------------------------- | -------------------------------------------------------------------------------- | ----------------------------------------------- | :------: |
| external\_owner\_id       | Primary key                                                                      | PK                                              |    No    |
| owner                     | The owner of this row                                                            | Enum [ExternalOwner](./enums/externalowner.mdx) |    No    |
| sourceKey                 | A string in the owner chosen format to uniqly indicate the source of this record | String(512)                                     |    No    |
| targetTable               | The table the record is written to                                               | TableNumber                                     |    No    |
| targetRecord              | The record id of the written record                                              | RecordId                                        |    No    |
| checksum                  | Optional checksum of data to detect tampering                                    | String(4000)                                    |    Yes   |
| registered                | Registered when                                                                  | UtcDateTime                                     |    No    |
| registered\_associate\_id | Registered by whom                                                               | FK [associate](./associate.mdx)                 |    No    |
| updated                   | Last updated when                                                                | UtcDateTime                                     |    No    |
| updated\_associate\_id    | Last updated by whom                                                             | FK [associate](./associate.mdx)                 |    No    |
| updatedCount              | Number of updates made to this record                                            | UShort                                          |    No    |

<img src="https://mintcdn.com/superofficeas/6OcOTPa_ISkjXJg4/media/loc/en/database/tables/external_owner.png?fit=max&auto=format&n=6OcOTPa_ISkjXJg4&q=85&s=50da94c6fff08f99f6947bd0c192b710" alt="external_owner table relationship diagram" width="438" height="59" data-path="media/loc/en/database/tables/external_owner.png" />

## Indexes

| Fields    | Types       | Description |
| --------- | ----------- | ----------- |
| owner     | Enum        | Index       |
| sourceKey | String(512) | Index       |

## Relationships

| Table                    | Description                                                        |
| ------------------------ | ------------------------------------------------------------------ |
| [associate](./associate) | Employees, resources and other users - except for External persons |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [Enum values for ExternalOwner](/en/database/tables/enums/externalowner.md)
- [What's new in version 11.11.589.0](/release-notes/database/changes-11.11.589.md)
- [What's new in version 11.12.675.0](/release-notes/database/changes-11.12.675.md)
- [What's new in version 11.13.921.0](/release-notes/database/changes-11.13.921.md)
- [What's new in version 11.6.943.0](/release-notes/database/changes-11.6.943.md)
- [What's new in version 12.3.2195.0](/release-notes/database/changelog.md)
