ActivityGoalConfiguration
Captures the configuration settings that control how activity goals function within Bullhorn CRM. This table supports administrative workflows by defining system rules, thresholds, and behavior for goal tracking.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Specifies the unique identifier (Id) for this activity-goal configuration record. This field supports record-level tracking by ensuring that each configuration entry is uniquely identifiable within the system. |
| CodeIdentifier | String | False |
Specifies the code Id that uniquely labels this configuration across activity-goal settings. This field supports system consistency by providing a stable reference value that other components can recognize and use. |
| DateLastModified | Datetime | False |
Captures the date and time when the configuration was last updated. This field supports administrative oversight by helping users track configuration changes and verify when adjustments were made. |
| Description | String | False |
Provides a descriptive label for the goal configuration. This field supports clarity and usability by helping users understand the purpose or scope of the configuration during goal setup and reporting. |
| GoalPeriodId | Int | False |
Specifies the Id that links this configuration to a defined goal period. This field supports time-based goal management by associating the configuration with the correct reporting window. |
| GoalTypeId | Int | False |
Specifies the Id for the goal type that this configuration aligns with. This field supports structured goal tracking by connecting the configuration to the appropriate goal category or measurement type. |
| Name | String | False |
Defines the name that is assigned to the goal configuration. This field supports discoverability and administration by providing a human-readable value that identifies the configuration in interfaces and reports. |
| IsDeleted | Bool | False |
Returns a value of 'true' when the configuration is marked as deleted. It returns a value of 'false' when the configuration remains active and available for use in goal management workflows. |