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

# ContInt table

> ContInt list table. List-text of all valid contact interest types.

## ContInt Table (70)

ContInt MDO list item table.
ContInt list table. List-text of all valid contact interest types.

## Fields

| Name                      | Description                                                                     | Type                            | Nullable |
| ------------------------- | ------------------------------------------------------------------------------- | ------------------------------- | :------: |
| ContInt\_id               | Primary key                                                                     | PK                              |    No    |
| name                      | The list item                                                                   | String(239)                     |    No    |
| rank                      | Rank order                                                                      | UShort                          |    Yes   |
| tooltip                   | Tooltip or other description                                                    | String(254)                     |    Yes   |
| deleted                   | 0 -> record is active 1 -> record is 'deleted' and should not be shown in lists | UShort                          |    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/-KbDeS3ObOMH8eFq/media/loc/en/database/tables/ContInt.png?fit=max&auto=format&n=-KbDeS3ObOMH8eFq&q=85&s=a6c5c3f7106bbb7a6cffa385e883f20c" alt="ContInt table relationship diagram" width="864" height="762" data-path="media/loc/en/database/tables/ContInt.png" />

## Indexes

| Fields | Types       | Description |
| ------ | ----------- | ----------- |
| name   | String(239) | Unique      |

## Relationships

| Table                                      | Description                                                        |
| ------------------------------------------ | ------------------------------------------------------------------ |
| [associate](./associate)                   | Employees, resources and other users - except for External persons |
| [contactinterest](./contactinterest)       | Link-table between contact and interests in ContInt                |
| [ContIntGroupLink](./contintgrouplink)     | User group link table for ContInt, for MDO item hiding             |
| [ContIntHeadingLink](./contintheadinglink) | Heading link table for ContInt, for MDO headers                    |
| [s\_link](./s-link)                        | Links in messages to measure success rate of a campaign.           |

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

- [Working with companies in API](/en/company/dev/index.md)
- [Interests](/en/automation/crmscript/howto/interests/index.md)
- [ContIntHeadingLink table](/en/database/tables/contintheadinglink.md)
- [ContIntGroupLink table](/en/database/tables/contintgrouplink.md)
- [contint](/en/api/mdo-providers/reference/contint.md)
- [contactinterest table](/en/database/tables/contactinterest.md)
