employeeAddressbook
Contains employee address book entries, enabling communication and contact management for employees.
Columns
| Name | Type | References | Description |
| internalid [KEY] | Integer | The unique internal identifier for the record, used to track and reference it within the system. | |
| addressbookaddress | String | The address associated with the entity, typically used for billing, shipping, or contact purposes. | |
| defaultbilling | Boolean | Indicates whether the address is set as the default billing address for the entity, used for financial transactions. | |
| defaultshipping | Boolean | Indicates whether the address is set as the default shipping address for the entity, used for order fulfillment. | |
| entity | String | The identifier or name of the entity associated with the address, such as a customer, supplier, or business unit. |