HousingComplex
Represents housing complexes that are available for candidate or contractor placement. This table supports housing coordination workflows by storing location details that affect onboarding, relocation, and assignment planning.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the housing-complex record in Bullhorn CRM. This value enables reliable cross-referencing and supports workflows that link complex data to placements, housing assignments, and administrative review. |
| AddressAddress | String | False |
Captures the primary street address of the housing complex. This value supports location identification and contributes to routing, placement planning, and mapping workflows. |
| AddressAddress2 | String | False |
Captures the supplemental street address line for the housing complex. This value supports detailed address verification and assists users during communication and form-completion workflows. |
| AddressCity | String | False |
Indicates the city that is associated with the housing complex's primary address. This value supports geographic filtering, placement logistics, and region-based reporting. |
| AddressCountry | Int | False |
Represents the Id of the country that is associated with the housing complex address. This value supports geographic classification and ensures compatibility with integrations that rely on standardized country mappings. |
| AddresscountryCode | String | False |
Captures the standardized country code that is associated with the housing complex address. This value supports normalization and postal-validation processes that rely on ISO-style coding. |
| AddresscountryName | String | False |
Captures the country name that is associated with the housing complex address. This value provides human-readable geographic information that assists during address review and data verification. |
| AddressState | String | False |
Indicates the state or provincial region that is associated with the housing complex address. This value supports region-level grouping, assignment decisions, and workflow routing. |
| AddressZip | String | False |
Captures the postal code that is associated with the housing complex address. This value supports routing accuracy, location validation, and communication workflows. |
| BillingContact | Int | False |
Represents the Id of the billing contact that is associated with the housing complex. This value supports invoicing workflows and ensures that financial communication reaches the correct contact person. |
| Comments | String | False |
Captures comments or narrative notes that are associated with the housing complex. This value supports administrative review and provides context for placement, inspection, or maintenance decisions. |
| ComplexManager | Int | False |
Represents the Id of the user or individual who is designated as the manager of the housing complex. This value supports accountability, workflow routing, and assignment-related communication. |
| ComplexOwner | Int | False |
Represents the Id of the owner of the housing complex. This value supports ownership tracking, compliance validation, and financial coordination workflows. |
| DateAdded | Datetime | False |
Indicates the date and time when the housing-complex record is created in Bullhorn CRM. This value supports historical reporting, audit trails, and lifecycle analysis. |
| Fax | String | False |
Captures the fax number that is associated with the housing complex. This value supports legacy communication workflows for organizations that continue to use fax-based document exchange. |
| MigrateGUID | String | False |
Captures the globally unique migration Id that is associated with data-import workflows. This value supports reconciliation tasks that validate the integrity of transferred housing-complex records. |
| Name | String | False |
Captures the official name of the housing complex. This value supports identification, search operations, and record selection throughout placement and administrative workflows. |
| OwnerId | Int | False |
Represents the Id of the user or group that owns the housing-complex record within Bullhorn CRM. This value supports permission logic and determines which users can modify or manage the record. |
| Phone | String | False |
Captures the primary phone number that is associated with the housing complex. This value supports communication workflows, scheduling, and direct outreach for maintenance or placement coordination. |
| PrimaryContact | String | False |
Captures the name or designation of the primary contact for the housing complex. This value supports communication routing and ensures that tenant or placement inquiries reach the correct individual. |
| ZipId | Int | False |
Represents the Id of the ZIP-code record that is associated with the housing complex. This value supports geographic normalization and links the complex to standardized location metadata. |
| IsDeleted | Bool | False |
Returns a value of 'true' if the housing-complex record is marked as deleted in Bullhorn CRM. It returns a value of 'false' if the record remains active and available for placement workflows, search operations, and administrative review. |