estimateItemShippingAddress
Stores shipping address information for items included in estimates, ensuring proper delivery details are captured.
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, used for suite numbers, apartment numbers, or additional address details. | |
| addr3 | String | The third line of the address, used for further address details such as building names or floor numbers. | |
| addressee | String | The name of the recipient or individual to whom the address is associated, often used for mailing purposes. | |
| attention | String | The attention line, typically used to direct the address to a specific department or individual within the organization. | |
| city | String | The city associated with the address, used to identify the location within a specific region or municipality. | |
| country | String | The country associated with the address, important for international shipping or tax calculations. | |
| dropdownstate | String | The state or province associated with the address, selected from a predefined dropdown list for consistency. | |
| override | Boolean | Indicates whether any existing address rules or settings should be overridden, used for exceptions or special cases. | |
| state | String | The state or province associated with the address, used to classify the location within a specific geographical area. |