HousingComplexAmenity
Represents amenities (for example, utilities or facility features) that are associated with housing complexes. This table supports housing suitability assessments by enabling users to determine whether a complex meets specific placement requirements.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the housing-complex amenity record in Bullhorn CRM. This value supports cross-referencing and enables housing-management workflows to associate amenities with specific properties. |
| AmenityName | String | False |
Captures the name of the amenity that is associated with the housing complex. This value supports property description, placement decisions, and amenity-based search filtering. |
| DateAdded | Datetime | False |
Indicates the date and time when the amenity record is added to Bullhorn CRM. This value supports historical tracking and enables auditing of housing-complex updates. |
| MigrateGUID | String | False |
Captures the globally unique migration Id that is associated with data-import workflows. This value supports reconciliation operations that verify that amenity records are transferred correctly between systems. |
| IsDeleted | Bool | False |
Returns a value of 'true' if the amenity record is marked as deleted in Bullhorn CRM. It returns a value of 'false' if the record remains active and available for placement workflows, reporting, or property review. |