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

# CurrencyGroupLink table

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

## CurrencyGroupLink Table (113)

User group link table for Currency, for MDO item hiding

## Fields

| Name                      | Description                           | Type                            | Nullable |
| ------------------------- | ------------------------------------- | ------------------------------- | :------: |
| currencygrouplink\_id     | Primary key                           | PK                              |    No    |
| currency\_id              | Link to Currency list table           | FK [Currency](./currency.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/-KbDeS3ObOMH8eFq/media/loc/en/database/tables/CurrencyGroupLink.png?fit=max&auto=format&n=-KbDeS3ObOMH8eFq&q=85&s=e42407ecb32371024c80ca4796af6f7a" alt="CurrencyGroupLink table relationship diagram" width="694" height="684" data-path="media/loc/en/database/tables/CurrencyGroupLink.png" />

## Indexes

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

## Relationships

| Table                    | Description                                                        |
| ------------------------ | ------------------------------------------------------------------ |
| [associate](./associate) | Employees, resources and other users - except for External persons |
| [Currency](./currency)   | Currency list table                                                |
| [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

- [CurrencyHeadingLink table](/en/database/tables/currencyheadinglink.md)
- [AssociateGroupLink table](/en/database/tables/associategrouplink.md)
- [CountryGroupLink table](/en/database/tables/countrygrouplink.md)
- [CreditedGroupLink table](/en/database/tables/creditedgrouplink.md)
- [TaskGroupLink table](/en/database/tables/taskgrouplink.md)
- [TagsGroupLink table](/en/database/tables/tagsgrouplink.md)
