vendorAddressbook
Holds vendor address book entries, including primary and secondary addresses, for streamlined vendor communication.
Columns
| Name | Type | References | Description |
| internalid [KEY] | Integer | Serves as a unique identifier assigned to each address book entry associated with a vendor record, which is automatically generated by NetSuite when a new address book entry is created. | |
| addressbookaddress | String | The full address details associated with the vendor, including street, city, state, and ZIP Code. | |
| defaultbilling | Boolean | Indicates whether this address is the primary billing address for the vendor. A value of 'true' means it is the default billing address. | |
| defaultshipping | Boolean | Indicates whether this address is the primary shipping address for the vendor. A value of 'true' means it is the default shipping address. | |
| entity | String | Typically refers to the vendor or entity associated with the address book entry, which plays a crucial role in linking the address book record to a specific vendor. |