SORPublishGroupLink Table (25)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
Link table used for filtering reports by user group
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| SORPublishGroupLink_id | Primary key | PK | |
| SORPublishId | Report to link to a group | FK SORPublish | ● |
| UserGroupId | Group that should be able to see this report | FK UserGroup | ● |
| 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 |
|---|---|---|
| SORPublishGroupLink_id | PK | Clustered, Unique |
| SORPublishId | FK | Index |
| UserGroupId | FK | Index |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
| SORPublish | SuperOffice reporter data |
| 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.