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

# MrMrs table

> MrMrs list table. List of salutations.

## MrMrs Table (94)

MrMrs MDO list item table.
MrMrs list table. List of salutations.

## Fields

| Name                      | Description                                                                     | Type                            | Nullable |
| ------------------------- | ------------------------------------------------------------------------------- | ------------------------------- | :------: |
| MrMrs\_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/zNQa3AO19PFK63SB/media/loc/en/database/tables/MrMrs.png?fit=max&auto=format&n=zNQa3AO19PFK63SB&q=85&s=bf0a835244f1585ced6e65180748017d" alt="MrMrs table relationship diagram" width="825" height="707" data-path="media/loc/en/database/tables/MrMrs.png" />

## Indexes

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

## Relationships

| Table                                  | Description                                                        |
| -------------------------------------- | ------------------------------------------------------------------ |
| [associate](./associate)               | Employees, resources and other users - except for External persons |
| [MrMrsGroupLink](./mrmrsgrouplink)     | User group link table for MrMrs, for MDO item hiding               |
| [MrMrsHeadingLink](./mrmrsheadinglink) | Heading link table for MrMrs, 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

- [Get Mr Mrses](/en/api/reference/restful/agent/list_agent/get-mr-mrses.md)
- [SuperOffice.WebApi.Agents.ListAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ListAgent.md)
- [SuperOffice.WebApi.Agents.IListAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IListAgent.md)
- [MrMrsHeadingLink table](/en/database/tables/mrmrsheadinglink.md)
- [MrMrsGroupLink table](/en/database/tables/mrmrsgrouplink.md)
- [SuperOffice.WebApi.Data.MrMrs](/en/api/reference/webapi/SuperOffice.WebApi.Data.MrMrs.md)
