Specialty
Represents specialty categories that further define candidate expertise or job requirements. This table supports refined talent matching by allowing recruiters to apply more specific classification criteria.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the Specialty record. This value provides the primary reference that Bullhorn CRM uses to retrieve and manage specialty classifications. |
| DateAdded | Datetime | False |
Indicates the date and time when the Specialty record is added to the system. This value supports audit tracking and assists with organizing specialties chronologically. |
| Enabled | Bool | False |
Returns a value of 'true' if the Specialty record is designated as active in the system. It returns a value of 'false' when the specialty is not active and is therefore unavailable for selection or assignment. |
| Name | String | False |
Specifies the name value that is associated with the Specialty record. This value supports category identification and enhances matching and filtering operations that rely on specialty data. |
| ParentCategoryId | Int | False |
Specifies the Id of the parent category that is associated with the Specialty record. This value establishes hierarchical relationships used for organizing specialty structures within Bullhorn CRM. |