WorkplaceMainAddress
Stores main address details for workplaces, supporting facility management and reporting.
Columns
| Name | Type | References | Description |
| nkey [KEY] | String | Unique identifier for the workplace main address record. This serves as the primary key for referencing this address within the system. | |
| addr1 | String | The primary street address line, typically including the house number and street name for the workplace location. | |
| addr2 | String | An additional address line for specifying suite, apartment, or building details, if applicable. | |
| addr3 | String | A tertiary address line for further details such as department or internal mail routing, if necessary. | |
| addressee | String | The name of the business, organization, or entity associated with this workplace address. | |
| attention | String | The name of the specific individual or department that should receive correspondence at this address. | |
| city | String | The city or municipality in which the workplace is located. | |
| country | String | The country where this workplace address is situated, typically represented by its official name. | |
| dropdownstate | String | A system-generated state selection field used for standardized state or province input based on country selection. | |
| override | Boolean | A flag that indicates whether manual entry of state or province information is permitted when automatic selection is enabled. | |
| state | String | The state or province of the workplace location, typically used for regional identification and mailing purposes. |