EntityAddress
Stores addresses related to entities, ensuring that customer, supplier, or other business location information is available for transactions.
Columns
| Name | Type | References | Description |
| nkey [KEY] | String | The unique identifier key for the address record, used to track and reference it within the system. | |
| addr1 | String | The first line of the address, typically used for the street address or primary location information. | |
| addr2 | String | The second line of the address, often used for suite numbers, apartment numbers, or additional address details. | |
| addr3 | String | The third line of the address, used for further address details when needed, such as building names or floor numbers. | |
| addrtext | String | Additional address information, typically used for special instructions or notes about the address. | |
| addrphone | String | The phone number associated with the address, typically used for contact purposes related to the address. | |
| addressee | String | The name of the recipient or individual to whom the address is associated, used for delivery or communication purposes. | |
| attention | String | The attention line, typically used to direct the address to a specific department or individual within an organization. | |
| city | String | The city associated with the address, used to identify the location within a specific region. | |
| country | String | The country associated with the address, used for international shipping or tax purposes. | |
| dropdownstate | String | The state or province associated with the address, selected from a predefined dropdown list for consistency. | |
| lastmodifieddate | Datetime | The date and time when the address record was last modified, used for tracking updates and changes. | |
| override | Boolean | Indicates whether any existing address rules or settings should be overridden, used for exceptions or special cases. | |
| recordowner | String | The individual or role responsible for owning or managing the address record, typically used for accountability and tracking. | |
| state | String | The state or province associated with the address, used to classify the location within a specific geographical area. | |
| zip | String | The postal code or zip code associated with the address, used to further pinpoint the location for delivery or service. |