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

# Salutation table

> Academic title for Person

## Salutation Table (219)

Salutation MDO list item table.
Academic title for Person

## Fields

| Name                      | Description                                                                     | Type                            | Nullable |
| ------------------------- | ------------------------------------------------------------------------------- | ------------------------------- | :------: |
| Salutation\_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/3ZhivzBeXAvFeVZx/media/loc/en/database/tables/Salutation.png?fit=max&auto=format&n=3ZhivzBeXAvFeVZx&q=85&s=2d1e48d82a007abef1d245743acef24a" alt="Salutation table relationship diagram" width="893" height="766" data-path="media/loc/en/database/tables/Salutation.png" />

## Indexes

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

## Relationships

| Table                                            | Description                                                        |
| ------------------------------------------------ | ------------------------------------------------------------------ |
| [associate](./associate)                         | Employees, resources and other users - except for External persons |
| [SalutationGroupLink](./salutationgrouplink)     | User group link table for Salutation, for MDO item hiding          |
| [SalutationHeadingLink](./salutationheadinglink) | Heading link table for Salutation, for MDO headers                 |

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

- [SalutationHeadingLink table](/en/database/tables/salutationheadinglink.md)
- [SalutationGroupLink table](/en/database/tables/salutationgrouplink.md)
- [salutation](/en/api/mdo-providers/reference/salutation.md)
- [MrMrs table](/en/database/tables/mrmrs.md)
- [MrMrsGroupLink table](/en/database/tables/mrmrsgrouplink.md)
- [MrMrsHeadingLink table](/en/database/tables/mrmrsheadinglink.md)
