UDListGroupLink Table (137)
•
Environment: onsite, online
Some tooltip text!
• 2 minutes to read
• 2 minutes to read
User group link table for UDList, for MDO item hiding. Note - MDO mode for userdefinede lists are either turned on or off, you may not have it on for one userdefined list and off for the others.
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| udlistgrouplink_id | Primary key | PK | |
| udlist_id | Link to UDList list table | FK UDList | |
| group_id | Link to Group table | 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 |
|---|---|---|
| udlistgrouplink_id | PK | Clustered, Unique |
| udlist_id | FK | Index |
| group_id | FK | Index |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
| UDList | List table for user-defined lists, contains all user-defined lists. Note - MDO mode for userdefinede lists are either turned on or off, you may not have it on for one userdefined list and off for the others. |
| 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.