FunctionRightRoleLink Table (194)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
Functional right definition
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| FunctionRightRoleLink_id | Primary key | PK | |
| roleId | Role id | FK Role | |
| functionRightId | Functional right id | FK FunctionRight | |
| encryptedCheck | Encrypted data, to detect unwanted changes | String(254) | |
| registered | Registered when | UtcDateTime | |
| registered_associate_id | Registered by whom | FK associate | |
| updated | Last updated when | UtcDateTime | |
| updated_associate_id | Last updated by whom | FK associate | |
| updatedCount | Number of updates made to this record | UShort |

Indexes
| Fields | Types | Description |
|---|---|---|
| FunctionRightRoleLink_id | PK | Clustered, Unique |
| roleId | FK | Index |
| functionRightId | FK | Index |
| roleId, functionRightId | FK, FK | Index |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
| FunctionRight | Functional right definition |
| 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 |
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.