Category
Represents categories that classify records across Bullhorn CRM (for example, skills, specialties, or organizational groupings). This table supports filtering, searching, and reporting by standardizing classification values.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the Category record. This field allows Bullhorn CRM to retrieve, organize, and reference the correct category when building filters, classifications, or assignment lists. |
| DateAdded | Datetime | False |
Captures the date and time when the category record is created. This field supports auditing, timeline reporting, and change-tracking processes within Bullhorn CRM. |
| Description | String | False |
Provides the descriptive text that explains the purpose or meaning of the category. This field helps Bullhorn CRM users understand how the category should be applied within workflows, filters, or classifications. |
| Enabled | Bool | False |
Returns a value of 'true' when the category is active and available for use. It returns a value of 'false' when the category is disabled and should not appear in selection lists or workflow operations within Bullhorn CRM. |
| ExternalID | Int | False |
Captures the external Id that is associated with the category when it originates from another system. This field supports integrations by enabling Bullhorn CRM to synchronize and map categories across platforms. |
| Name | String | False |
Specifies the display name of the category. This field helps Bullhorn CRM users identify and select the appropriate classification during searches, submissions, or record updates. |
| Occupation | String | False |
Captures the occupation or discipline that is associated with the category. This field helps Bullhorn CRM refine search workflows and apply domain-specific classification to records. |
| Type | String | False |
Specifies the type or classification group to which the category belongs. This field enables Bullhorn CRM to organize categories into structured groups that support filtering, reporting, and workflow behavior. |