target_assignment_info Table (505)
•
Environment: onsite, online
Some tooltip text!
• 2 minutes to read
• 2 minutes to read
Linking associate, company or user group target and other information with target values
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| target_assignment_info_id | Primary key | PK | |
| associate_id | Associate who owns this target | FK associate | ● |
| contact_id | Company who owns this target | FK contact | ● |
| usergroup_id | User group who owns this target | FK UserGroup | ● |
| currency_id | Currency for value | FK Currency | ● |
| locked | Locked, should not be editable | Bool | ● |
| 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 | |
| target_dimension_item_id | Dimension item this target assignment is in | Int | ● |

Indexes
| Fields | Types | Description |
|---|---|---|
| target_assignment_info_id | PK | Clustered, Unique |
| associate_id | FK | Index |
| contact_id | FK | Index |
| usergroup_id | FK | Index |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
| contact | Companies and Organizations. |
| Currency | Currency list table |
| target_assignment_value | A set of values linked to assignment info and a period in a target group. |
| target_revision | One batch of changes made to targets |
| target_revision_history | Revision history info in case the original target group or assignment info was deleted |
| UserGroup | Secondary user groups |
Replication Flags
- None
Security Flags
- Sentry controls access to items in this table using user's Role and data rights matrix.