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

# UDListGroupLink table

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

## UDListGroupLink Table (137)

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.

## Fields

| Name                      | Description                           | Type                            | Nullable |
| ------------------------- | ------------------------------------- | ------------------------------- | :------: |
| udlistgrouplink\_id       | Primary key                           | PK                              |    No    |
| udlist\_id                | Link to UDList list table             | FK [UDList](./udlist.mdx)       |    No    |
| group\_id                 | Link to Group table                   | FK [UserGroup](./usergroup.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/UDListGroupLink.png?fit=max&auto=format&n=i6M2qZmvMNH7UTeu&q=85&s=d4da443d7369f5cfec022514428ecec7" alt="UDListGroupLink table relationship diagram" width="664" height="661" data-path="media/loc/en/database/tables/UDListGroupLink.png" />

## Indexes

| Fields     | Types | Description |
| ---------- | ----- | ----------- |
| udlist\_id | FK    | Index       |
| group\_id  | FK    | Index       |

## Relationships

| Table                    | Description                                                                                                                                                                                                     |
| ------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [associate](./associate) | Employees, resources and other users - except for External persons                                                                                                                                              |
| [UDList](./udlist)       | 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. |
| [UserGroup](./usergroup) | Secondary user groups                                                                                                                                                                                           |

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

- [SourceGroupLink table](/en/database/tables/sourcegrouplink.md)
- [CreditedGroupLink table](/en/database/tables/creditedgrouplink.md)
- [ReasonGroupLink table](/en/database/tables/reasongrouplink.md)
- [ComptrGroupLink table](/en/database/tables/comptrgrouplink.md)
- [CurrencyGroupLink table](/en/database/tables/currencygrouplink.md)
- [BusinessGroupLink table](/en/database/tables/businessgrouplink.md)
