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

# FunctionRightRoleLink table

> Functional right definition

## FunctionRightRoleLink Table (194)

Functional right definition

## Fields

| Name                      | Description                                | Type                                    | Nullable |
| ------------------------- | ------------------------------------------ | --------------------------------------- | :------: |
| FunctionRightRoleLink\_id | Primary key                                | PK                                      |    No    |
| roleId                    | Role id                                    | FK [Role](./role.mdx)                   |    No    |
| functionRightId           | Functional right id                        | FK [FunctionRight](./functionright.mdx) |    No    |
| encryptedCheck            | Encrypted data, to detect unwanted changes | String(254)                             |    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/zNQa3AO19PFK63SB/media/loc/en/database/tables/FunctionRightRoleLink.png?fit=max&auto=format&n=zNQa3AO19PFK63SB&q=85&s=47e275d2fd905f7fe58cd1cf575d7afb" alt="FunctionRightRoleLink table relationship diagram" width="710" height="710" data-path="media/loc/en/database/tables/FunctionRightRoleLink.png" />

## Indexes

| Fields                  | Types  | Description |
| ----------------------- | ------ | ----------- |
| roleId                  | FK     | Index       |
| functionRightId         | FK     | Index       |
| roleId, functionRightId | FK, FK | Index       |

## Relationships

| Table                            | Description                                                                                                                                                                                        |
| -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [associate](./associate)         | Employees, resources and other users - except for External persons                                                                                                                                 |
| [FunctionRight](./functionright) | Functional right definition                                                                                                                                                                        |
| [Role](./role)                   | User roles for role-based security, names and tooltips are in LocaleText. For more information regarding role based security, see [http://techdoc.superoffice.com](http://techdoc.superoffice.com) |

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

- [FunctionRight table](/en/database/tables/functionright.md)
- [Role table](/en/database/tables/role.md)
- [Protected tables](/en/api/bulk-operations/mass-operations/protected-tables.md)
- [Find Roles With Functional Right](/en/api/reference/restful/rest/role/find-roles-with-functional-right.md)
- [UserRoleLink table](/en/database/tables/userrolelink.md)
