UserGroupLink Table (60)
Some tooltip text!
• 2 minutes to read
• 2 minutes to read
Link table between associate and usergroup, specifies secondary group membership. From SIX an associate may belong to more than one usergroup. Http;//techdoc.superoffice.com has more information about how roles are implemented.
Fields
Name | Description | Type | Null |
---|---|---|---|
UserGroupLink_id | Primary key | PK | |
assoc_id | Link to associate | FK associate | |
UserGroup_id | Link to group | FK UserGroup | |
remark | Comment on why the assoc is linked to the group | String(254) | ● |
validFrom | When the membership becomes valid | DateTime | ● |
validTo | Last datetime this membership is valid | DateTime | ● |
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 | |
encryptedCheck | Encrypted data, to detect unwanted changes | String(254) | ● |
Indexes
Fields | Types | Description |
---|---|---|
UserGroupLink_id | PK | Clustered, Unique |
assoc_id | FK | Index |
UserGroup_id | FK | Index |
Relationships
Table | Description |
---|---|
associate | Employees, resources and other users - except for External persons |
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
- Sentry controls access to items in this table using user's Role and data rights matrix on the table's parent.