UserHousingComplexUnit
Stores the associations between users and housing complex units. This table supports operational workflows by tracking user assignments or responsibilities that relate to housing management activities.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the UserHousingComplexUnit record. This value provides the primary reference that Bullhorn CRM uses to retrieve and manage housing-unit assignments for users or candidates. |
| CandidateId | Int | False |
Specifies the Id of the candidate that is associated with the UserHousingComplexUnit record. This value links the housing assignment to the individual occupying or assigned to the unit. |
| DateBegin | Datetime | False |
Indicates the start date for the UserHousingComplexUnit record. This value defines when the housing assignment becomes active within the system's scheduling and billing workflows. |
| DateEnd | Datetime | False |
Indicates the end date for the UserHousingComplexUnit record. This value defines when the housing assignment concludes and assists with vacancy planning and cost tracking. |
| Deduction | String | False |
Represents the deduction value that is associated with the UserHousingComplexUnit record. This value captures any housing-related charge or adjustment that may impact payroll or billing processes. |
| MigrateGUID | String | False |
Represents the globally unique migration Id that is associated with the UserHousingComplexUnit record. This value supports data migration by ensuring continuity and traceability across systems. |
| PlacementId | Int | False |
Specifies the Id of the placement that is associated with the UserHousingComplexUnit record. This value links the housing assignment to a placement workflow that may drive eligibility or billing requirements. |
| UnitId | Int | False |
Specifies the Id of the housing unit that is associated with the UserHousingComplexUnit record. This value identifies the physical unit assigned to the candidate or user for tracking and facility management. |
| IsDeleted | Bool | False |
Returns a value of 'true' if the UserHousingComplexUnit record is flagged as deleted. It returns a value of 'false' when the record remains active and available within housing-assignment workflows. |