HousingComplexFurnitureDelivery
Represents furniture delivery records that are associated with housing complexes. This table supports logistical coordination by tracking delivery details that influence move-in preparation and candidate placement readiness.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the housing-complex furniture-delivery record in Bullhorn CRM. This value supports tracking, reporting, and integration workflows that require a stable reference to each delivery entry. |
| AddressAddress | String | False |
Captures the primary street address for the furniture-delivery location. This value supports routing, logistical planning, and verification of delivery destinations. |
| AddressAddress2 | String | False |
Captures the supplemental street address line for the delivery location. This value supports detailed address validation and assists users during scheduling and communication workflows. |
| AddressCity | String | False |
Indicates the city that is associated with the furniture-delivery address. This value supports regional filtering and assists with logistics and planning activities. |
| AddressCountry | Int | False |
Represents the Id of the country that is associated with the delivery address. This value supports geographic classification and ensures alignment with standardized location metadata. |
| AddresscountryCode | String | False |
Captures the standardized country code that is associated with the furniture-delivery address. This value supports normalization and postal-validation workflows. |
| AddresscountryName | String | False |
Captures the country name that is associated with the furniture-delivery address. This value provides human-readable geographic information that is used during address review. |
| AddressState | String | False |
Indicates the state or provincial region that is associated with the delivery address. This value supports routing decisions and contributes to regional sorting in logistical workflows. |
| AddressZip | String | False |
Captures the ZIP code that is associated with the delivery address. This value supports accurate routing, delivery planning, and address validation. |
| BillingContact | Int | False |
Represents the Id of the billing contact that is associated with the furniture-delivery request. 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 furniture-delivery record. This value supports administrative review and provides context for scheduling, issues, or follow-up activities. |
| DateAdded | Datetime | False |
Indicates the date and time when the furniture-delivery record is created in Bullhorn CRM. This value supports historical tracking, audit workflows, and lifecycle analysis. |
| DeliveryDate | Datetime | False |
Indicates the scheduled delivery date for the furniture. This value supports logistical planning and ensures alignment between delivery timelines and placement or move-in schedules. |
| Fax | String | False |
Captures the fax number that is associated with the delivery location or managing party. This value supports communication workflows for organizations that continue to rely on fax-based document handling. |
| MigrateGUID | String | False |
Captures the globally unique migration Id that is associated with data-import processes. This value supports reconciliation workflows that validate whether delivery records are transferred correctly between systems. |
| Name | String | False |
Captures the name or label for the furniture-delivery record. This value supports identification, search operations, and record selection during administrative review. |
| OrderDate | Datetime | False |
Indicates the date when the furniture order is placed. This value supports timeline analysis and ensures that scheduling and delivery workflows align with order submission. |
| Phone | String | False |
Captures the primary phone number for the delivery contact or location. This value supports direct communication, scheduling coordination, and resolution of delivery issues. |
| PickupDate | Datetime | False |
Indicates the scheduled pickup date for furniture removal or return. This value supports logistical planning and helps coordinate outbound transportation workflows. |
| PrimaryContact | String | False |
Captures the name or designation of the primary contact for the furniture-delivery record. This value supports communication routing and ensures inquiries reach the appropriate individual. |
| UnitId | Int | False |
Represents the Id of the housing-complex unit that is associated with the furniture delivery. This value supports precise location tracking and ensures that delivery operations are directed to the correct unit. |
| IsDeleted | Bool | False |
Returns a value of 'true' if the furniture-delivery record is marked as deleted in Bullhorn CRM. It returns a value of 'false' if the record remains active and available for scheduling, reporting, and administrative workflows. |