> ## 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.

# OwnerContactLink table

> Table specifying which contacts can own associates.  All contacts that have rows in this table (i.e. rows with contact_id pointing to them) will be offered as associate owners in the maintenance client and as candidate Satellite owners. Such contacts have restrictions on editing and deletion to protect database consistency.

## OwnerContactLink Table (167)

Table specifying which contacts can own associates.  All contacts that have rows in this table (i.e. rows with contact\_id pointing to them) will be offered as associate owners in the maintenance client and as candidate Satellite owners. Such contacts have restrictions on editing and deletion to protect database consistency.

## Fields

| Name                      | Description                           | Type                            | Nullable |
| ------------------------- | ------------------------------------- | ------------------------------- | :------: |
| OwnerContactLink\_id      | Primary key                           | PK                              |    No    |
| contact\_id               | Contact reference                     | FK [contact](./contact.mdx)     |    No    |
| remark                    | Comment text                          | String(254)                     |    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/zNQa3AO19PFK63SB/media/loc/en/database/tables/OwnerContactLink.png?fit=max&auto=format&n=zNQa3AO19PFK63SB&q=85&s=637883ced027bd6e261230129942fb44" alt="OwnerContactLink table relationship diagram" width="668" height="59" data-path="media/loc/en/database/tables/OwnerContactLink.png" />

## Indexes

| Fields      | Types | Description |
| ----------- | ----- | ----------- |
| contact\_id | FK    | Index       |

## Relationships

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

## Replication Flags

* Replicate changes DOWN from central to satellites and travellers.
* Replicate changes UP from satellites and travellers back to central.
* Copy to satellite and travel prototypes.

## Security Flags

* No access control via user's Role.


## Related topics

- [contact table](/en/database/tables/contact.md)
- [associate table](/en/database/tables/associate.md)
- [Database table listing](/en/database/tables/index.md)
- [Remove Owner Contact](/en/api/reference/restful/agent/user_agent/remove-owner-contact.md)
- [NSUserAgent](/en/automation/crmscript/reference/CRMScript.NetServer.NSUserAgent.md)
- [SuperOffice.WebApi.Agents.IUserAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IUserAgent.md)
