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

# Priority table

> Priority list table. Used with appointments; low, high.

## Priority Table (79)

Priority MDO list item table.
Priority list table. Used with appointments; low, high.

## Fields

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

## Indexes

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

## Relationships

| Table                                        | Description                                                                                                                                                                 |
| -------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [appointment](./appointment)                 | Tasks, appointments, followups, phone calls; and documents (document\_id != 0). An appointment always has a corresponding record in VisibleFor specifying who may see this. |
| [associate](./associate)                     | Employees, resources and other users - except for External persons                                                                                                          |
| [PriorityGroupLink](./prioritygrouplink)     | User group link table for Priority, for MDO item hiding                                                                                                                     |
| [PriorityHeadingLink](./priorityheadinglink) | Heading link table for Priority, 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

- [ticket_priority table](/en/database/tables/ticket-priority.md)
- [ticket_type_priority table](/en/database/tables/ticket-type-priority.md)
- [ticket table](/en/database/tables/ticket.md)
- [PriorityHeadingLink table](/en/database/tables/priorityheadinglink.md)
- [PriorityGroupLink table](/en/database/tables/prioritygrouplink.md)
- [Priority](/en/automation/crmscript/reference/CRMScript.Native.Priority.md)
