target_revision Table (508)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
One batch of changes made to targets
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| target_revision_id | Primary key | PK | |
| target_revision_history_id | Info about the target group this history is for | FK target_revision_history | ● |
| assignment_info_id | The assignment info id - but it may have been deleted | FK target_assignment_info | ● |
| log_event | Log event class (create, edit, delete, lock, unlock... | Enum LogEvent | ● |
| 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 |
|---|---|---|
| target_revision_id | PK | Clustered, Unique |
| assignment_info_id | FK | Index |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
| target_assignment_info | Linking associate, company or user group target and other information with target values |
| target_change | A single field change. |
| target_revision_history | Revision history info in case the original target group or assignment info was deleted |
Replication Flags
- None
Security Flags
- No access control via user's Role.