State
Represents state or provincial geographic definitions that are used in addresses and regional reporting. This table supports data consistency by standardizing location attributes across candidate, client, and job records.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the State record. This value provides the primary reference that Bullhorn CRM uses to retrieve and manage state or provincial definitions. |
| Code | String | False |
Specifies the state code that is associated with the State record. This value supports standardized location formatting and ensures consistency across geographic workflows. |
| CountryId | Int | False |
Specifies the Id of the country that is associated with the State record. This value establishes the geographic hierarchy that Bullhorn CRM uses for location grouping and filtering. |
| Name | String | False |
Represents the name value that is associated with the State record. This value supports readable display of geographic data and enhances filtering, reporting, and address-management workflows. |