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

# UDList table

> List table for user-defined lists, contains all user-defined lists. Note - MDO mode for userdefinede lists are either turned on or off, you may not have it on for one userdefined list and off for the others.

## UDList Table (136)

UDList MDO list item table.
List table for user-defined lists, contains all user-defined lists. Note - MDO mode for userdefinede lists are either turned on or off, you may not have it on for one userdefined list and off for the others.

## Fields

| Name                      | Description                                                                     | Type                                          | Nullable |
| ------------------------- | ------------------------------------------------------------------------------- | --------------------------------------------- | :------: |
| UDList\_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   |
| UDListDefinition\_id      | List to use for populating dropdown or listbox                                  | FK [UDListDefinition](./udlistdefinition.mdx) |    No    |
| 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/UDList.png?fit=max&auto=format&n=i6M2qZmvMNH7UTeu&q=85&s=de326589ad042cfb36808778fcae5e97" alt="UDList table relationship diagram" width="946" height="868" data-path="media/loc/en/database/tables/UDList.png" />

## Indexes

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

## Relationships

| Table                                    | Description                                                                                                                                                                                        |
| ---------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [associate](./associate)                 | Employees, resources and other users - except for External persons                                                                                                                                 |
| [UDListDefinition](./udlistdefinition)   | List table that contains the list of user-defined lists, as well as system-defined lists. The list items are stored in the UDList table.                                                           |
| [UDListGroupLink](./udlistgrouplink)     | User group link table for UDList, for MDO item hiding. Note - MDO mode for userdefinede lists are either turned on or off, you may not have it on for one userdefined list and off for the others. |
| [UDListHeadingLink](./udlistheadinglink) | Heading link table for UDList, for MDO headers. Note - MDO mode for userdefinede lists are either turned on or off, you may not have it on for one userdefined list and off for the others.        |

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

- [udlist](/en/api/mdo-providers/reference/udlist.md)
- [UDListDefinition table](/en/database/tables/udlistdefinition.md)
- [associate table](/en/database/tables/associate.md)
- [UDefField table](/en/database/tables/udeffield.md)
- [MDO List Provider names](/en/api/mdo-providers/reference/index.md)
- [Database table listing](/en/database/tables/index.md)
