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

# RelDefGroupLink table

> User group link table for RelDef, for MDO item hiding

## RelDefGroupLink Table (49)

User group link table for RelDef, for MDO item hiding

## Fields

| Name                      | Description                           | Type                                              | Nullable |
| ------------------------- | ------------------------------------- | ------------------------------------------------- | :------: |
| reldefgrouplink\_id       | Primary key                           | PK                                                |    No    |
| reldef\_id                | Link to RelDef list table             | FK [relationdefinition](./relationdefinition.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/3ZhivzBeXAvFeVZx/media/loc/en/database/tables/RelDefGroupLink.png?fit=max&auto=format&n=3ZhivzBeXAvFeVZx&q=85&s=a03fbd19840bf60810a13c5daa58a2ec" alt="RelDefGroupLink table relationship diagram" width="750" height="718" data-path="media/loc/en/database/tables/RelDefGroupLink.png" />

## Indexes

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

## Relationships

| Table                                      | Description                                                                                                                                                                                                                                                                                                                                                                                      |
| ------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [associate](./associate)                   | Employees, resources and other users - except for External persons                                                                                                                                                                                                                                                                                                                               |
| [relationdefinition](./relationdefinition) | Definition of a relation. This table defines the relations that can exist in the database. Each relation has an active text and a passive text. The table RelationTarget specifies which pairs of tables this relation can connect.  Use of the active and passive texts is dependent on which direction the relation is viewed in, e.g., active text = "Owns" and passive text = "Is owned by". |
| [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

- [RelDefHeadingLink table](/en/database/tables/reldefheadinglink.md)
- [relationdefinition table](/en/database/tables/relationdefinition.md)
- [UserGroup table](/en/database/tables/usergroup.md)
- [associate table](/en/database/tables/associate.md)
- [Task table](/en/database/tables/task.md)
- [UDefField table](/en/database/tables/udeffield.md)
