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

# Tags table

> MDO List of tags for Service entities

## Tags Table (458)

Tags MDO list item table.
MDO List of tags for Service entities

## Fields

| Name                      | Description                                                                     | Type                            | Nullable |
| ------------------------- | ------------------------------------------------------------------------------- | ------------------------------- | :------: |
| tags\_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/i6M2qZmvMNH7UTeu/media/loc/en/database/tables/Tags.png?fit=max&auto=format&n=i6M2qZmvMNH7UTeu&q=85&s=31fdf6148e39fe48376677416afb61f4" alt="Tags table relationship diagram" width="779" height="718" data-path="media/loc/en/database/tables/Tags.png" />

## Indexes

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

## Relationships

| Table                                | Description                                                                                                       |
| ------------------------------------ | ----------------------------------------------------------------------------------------------------------------- |
| [associate](./associate)             | Employees, resources and other users - except for External persons                                                |
| [ms\_filter](./ms-filter)            | This table contains email filters. These are the filters allowing you to do advanced parsing of incomming emails. |
| [TagsGroupLink](./tagsgrouplink)     | User group link table for Tags, for MDO item hiding                                                               |
| [TagsHeadingLink](./tagsheadinglink) | Heading link table for Source, for MDO headers                                                                    |
| [ticket](./ticket)                   | This table contains the tickets (requests) of the system. Its purpose should be evident.                          |

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

- [legal_html_tags table](/en/database/tables/legal-html-tags.md)
- [TagsGroupLink table](/en/database/tables/tagsgrouplink.md)
- [TagsHeadingLink table](/en/database/tables/tagsheadinglink.md)
- [tags](/en/api/mdo-providers/reference/tags.md)
- [travelcurrent table](/en/database/tables/travelcurrent.md)
- [traveller table](/en/database/tables/traveller.md)
