PartnerAddressbookEntityAddress
The table linking partner address book entries to entity addresses, used to manage partner-specific addresses.
Columns
| Name | Type | References | Description |
| nkey [KEY] | String | A unique key or identifier for the record, often used for internal tracking or system operations. | |
| addr1 | String | The first line of the address, typically used for the street address or primary location details. | |
| addr2 | String | The second line of the address, often used for additional location information, such as suite or apartment numbers. | |
| addr3 | String | The third line of the address, used for further address details if needed, such as building or complex name. | |
| addressee | String | The name of the person or organization to whom the address is directed, typically the recipient of the mail or shipment. | |
| attention | String | Specifies the person or department that should receive the communication, used for directing the mail or shipment to the right party. | |
| city | String | The city of the address, representing the local administrative area or municipality. | |
| country | String | The country associated with the address, used for international shipping or communication purposes. | |
| dropdownstate | String | A dropdown selection field for the state or province, allowing users to select from predefined regions. | |
| override | Boolean | Indicates whether the current address record overrides any default settings or address preferences in the system. | |
| state | String | The state, province, or region of the address, used for further location specification within a country. |