UserRoleLink Table (192)
Some tooltip text!
• 1 minute to read
• 1 minute to read
Link between user role and user
Fields
Name | Description | Type | Null |
---|---|---|---|
UserRoleLink_id | Primary key | PK | |
associate_id | Link to associate | FK associate | |
role_id | Link to Role | FK Role | |
linkType | Reserved for future extension, not used | UInt | |
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 |
---|---|---|
UserRoleLink_id | PK | Clustered, Unique |
Relationships
Table | Description |
---|---|
associate | Employees, resources and other users - except for External persons |
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
- Sentry controls access to items in this table using user's Role and data rights matrix on the table's parent.