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

# PersPos table

> PersPos list table. Contact person position list

## PersPos Table (76)

PersPos MDO list item table.
PersPos list table. Contact person position list

## Fields

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

## Indexes

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

## Relationships

| Table                                      | Description                                                        |
| ------------------------------------------ | ------------------------------------------------------------------ |
| [associate](./associate)                   | Employees, resources and other users - except for External persons |
| [person](./person)                         | Persons                                                            |
| [PersPosGroupLink](./persposgrouplink)     | User group link table for PersPos, for MDO item hiding             |
| [PersPosHeadingLink](./persposheadinglink) | Heading link table for PersPos, 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

- [PersPosHeadingLink table](/en/database/tables/persposheadinglink.md)
- [PersPosGroupLink table](/en/database/tables/persposgrouplink.md)
- [perspos](/en/api/mdo-providers/reference/perspos.md)
- [SuperOffice.WebApi.Data.PersonEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.PersonEntity.md)
- [Get M D O List](/en/api/reference/restful/rest/list_position/get-m-d-o-list.md)
- [person table](/en/database/tables/person.md)
