areauserassignment Table (40)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
Link table indicating which users actually reside in this area.
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| areauserassignment_id | Primary key | PK | |
| area_id | Parent area id | FK area | |
| associate_id | Id of associate assigned to this area | FK associate | |
| 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 |
|---|---|---|
| areauserassignment_id | PK | Unique |
| area_id | FK | Index |
| associate_id | FK | Clustered |
Relationships
| Table | Description |
|---|---|
| area | Definition of an Area (database subset for satellite and travel) |
| associate | Employees, resources and other users - except for External persons |
Replication Flags
- Replicate changes DOWN from central to satellites and travellers.
- Copy to satellite and travel prototypes.
- Cache table during filtering.
Security Flags
- No access control via user's Role.