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

# BinaryObjectLink table

> Link table, connects a BinaryObject with one or more owners

## BinaryObjectLink Table (206)

Link table, connects a BinaryObject with one or more owners

## Fields

| Name                      | Description                                                | Type                                          | Nullable |
| ------------------------- | ---------------------------------------------------------- | --------------------------------------------- | :------: |
| BinaryObjectLink\_id      | Primary key                                                | PK                                            |    No    |
| binaryObjectId            | The binary object we link to                               | FK [BinaryObject](./binaryobject.mdx)         |    No    |
| ownerTable                | The owner table                                            | TableNumber                                   |    No    |
| ownerRecord               | The owner record                                           | RecordId                                      |    No    |
| linkComment               | Link comment, optional                                     | String(254)                                   |    Yes   |
| linkType                  | The link type                                              | Enum [BlobLinkType](./enums/bloblinktype.mdx) |    No    |
| rank                      | Link rank, in case there are more of one type to one owner | UShort                                        |    No    |
| 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/-KbDeS3ObOMH8eFq/media/loc/en/database/tables/BinaryObjectLink.png?fit=max&auto=format&n=-KbDeS3ObOMH8eFq&q=85&s=e5d3bf8b69a546290f82dd063e4c284f" alt="BinaryObjectLink table relationship diagram" width="718" height="59" data-path="media/loc/en/database/tables/BinaryObjectLink.png" />

## Indexes

| Fields                                  | Types                               | Description |
| --------------------------------------- | ----------------------------------- | ----------- |
| ownerTable, ownerRecord, linkType, rank | TableNumber, RecordId, Enum, UShort | Index       |

## Relationships

| Table                          | Description                                                                                                   |
| ------------------------------ | ------------------------------------------------------------------------------------------------------------- |
| [associate](./associate)       | Employees, resources and other users - except for External persons                                            |
| [BinaryObject](./binaryobject) | Binary objects, i.e., blobs. Used for images, documents, SuperOffice inbox mail  and other large binary items |

## 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 (person)](/en/contact/dev/index.md)
- [BinaryObject table](/en/database/tables/binaryobject.md)
- [Enum values for BlobLinkType](/en/database/tables/enums/bloblinktype.md)
- [SuperOffice.WebApi.Data.BlobLinkType](/en/api/reference/webapi/SuperOffice.WebApi.Data.BlobLinkType.md)
- [Enum BlobLinkType](/en/automation/crmscript/reference/CRMScript.NetServer.BlobLinkType.md)
- [Namespace CRMScript.NetServer](/en/automation/crmscript/reference/CRMScript.NetServer.md)
