vendorAddressbookEntityAddress
Links vendor address book entries to specific entities, ensuring accurate address association and reporting.
Columns
| Name | Type | References | Description |
| nkey [KEY] | String | A unique identifier for the vendor's address entry, used to link address records to the appropriate vendor in the system. | |
| addr1 | String | The primary street address for the vendor, typically including the house number and street name. | |
| addr2 | String | An additional address line for extra location details, such as suite number, building name, or apartment number. | |
| addr3 | String | A third address line for extended location details, often used for international addresses or specific delivery instructions. | |
| addressee | String | The name of the recipient or entity associated with this address entry, which can be a company, department, or individual. | |
| attention | String | A specific person or department that should receive correspondence or deliveries at this address. | |
| city | String | The city or municipality where the vendor is located, used for mailing and geographical identification. | |
| country | String | The country where the vendor's address is registered, necessary for international transactions and compliance. | |
| dropdownstate | String | A state or region selection value derived from a predefined list, ensuring consistency in state/province names. | |
| override | Boolean | A flag indicating whether the standard address validation should be bypassed, allowing manual entry when necessary. | |
| state | String | The state, province, or regional subdivision where the vendor is located, used for address validation and geographical categorization. |