GoalTarget
Represents the target values that are assigned to performance goals across Bullhorn CRM. This table supports performance monitoring by defining measurable outcomes that users compare against actual activity results during reporting.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the goal-target record in Bullhorn CRM. This value supports reporting and workflow automation that rely on stable references to user performance targets. |
| EndDate | Date | False |
Indicates the ending date that is associated with the goal-target period. This value supports time-bound performance calculations and ensures that reporting reflects the correct evaluation window. |
| GoalId | Int | False |
Represents the Id of the goal that is associated with the target record. This value links the target to its parent goal definition and supports aggregation, evaluation, and goal-tracking workflows. |
| GoalPeriodId | Int | False |
Represents the Id of the period definition that is associated with the goal target. This value supports scheduling logic and ensures that each target aligns with the correct reporting cycle. |
| Periodname | String | False |
Captures the name of the goal period that is associated with the target record. This value supports user-interface display and enables users to interpret goal timelines during review. |
| StartDate | Date | False |
Indicates the starting date that is associated with the goal-target period. This value supports duration-based calculations and helps define the evaluation window for performance measurement. |
| Target | Int | False |
Indicates the numeric target value that is associated with the goal. This value supports progress tracking and enables Bullhorn CRM to calculate attainment metrics and performance summaries. |
| UserId | Int | False |
Represents the Id of the user who is assigned to the goal target. This value supports personalized performance tracking and links target values to the correct corporate user. |