ActivityGoalTarget
Represents the target values that are associated with specific activity goals. This table enables performance monitoring by linking goal definitions to measurable outcomes that are evaluated during activity reporting.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for this activity-goal target record. This field supports configuration management by distinguishing each target from other performance objectives in the system. |
| ActivityGoalConfigurationId | Int | False |
Specifies the Id that links this target to its related activity-goal configuration. This field supports goal alignment by ensuring that each target inherits the correct period structure and measurement rules. |
| Goal | Int | False |
Captures the target value that the user is expected to achieve during the defined period. This field supports performance tracking by establishing a measurable objective that contributes to broader activity-based goals. |
| PeriodName | String | False |
Defines the name of the reporting period that applies to this activity goal target. This field supports reporting and analytics by identifying the timeframe that is used when measuring and displaying progress. |
| UserId | Int | False |
Specifies the Id that associates this target with the user who is responsible for meeting the defined goal. This field supports accountability and personalized performance dashboards by linking goal expectations to the appropriate individual. |