ActivityGoal
Represents the collection of activity goals that define measurable performance expectations for users in Bullhorn CRM. This table supports reporting and analytics by providing goal definitions that are evaluated against actual activity metrics over time.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the activity goal. This field enables system-level referencing by linking each activity goal record to related performance and reporting workflows. |
| ActivityType | String | False |
Specifies the category of work that the activity goal measures. This field supports performance tracking by categorizing the actions that contribute to user productivity. |
| Actual | Int | False |
Captures the actual activity count that contributes toward the activity goal. This field supports progress evaluation by presenting the number of completed activities within the goal period. |
| DepartmentId | Int | False |
Stores the Id of the department that is associated with the activity goal. This field supports organizational reporting by linking activity goals to departmental structures and performance metrics. |
| EndDate | Date | False |
Defines the end date for the activity goal period. This field supports time-based analysis by establishing the deadline for evaluating goal completion. |
| Goal | Int | False |
Specifies the target value that the activity goal requires. This field supports performance management by defining the objective that users or teams strive to meet during the defined timeframe. |
| PercentAttained | Int | False |
Captures the percentage of the activity goal that the user has achieved. This field supports real-time performance monitoring by translating raw activity counts into meaningful progress indicators. |
| PeriodName | String | False |
Describes the name of the period that applies to the activity goal. This field supports reporting and filtering by grouping goals into recognizable evaluation intervals. |
| StartDate | Date | False |
Defines the start date for the activity goal period. This field supports accurate measurement by marking the beginning of the timeframe during which activities contribute toward the goal. |
| UserId | Int | False |
Stores the Id of the user who is associated with the activity goal. This field supports user-level performance analysis by linking goals to individual contributors in Bullhorn CRM. |