jobAddressbookEntityAddress
Maps job-related addresses to corresponding entities for accurate record-keeping.
Columns
| Name | Type | References | Description |
| nkey [KEY] | String | Unique key identifying the address record within the entity's address book. | |
| addr1 | String | Primary street address, typically including building number and street name. | |
| addr2 | String | Secondary address line, often used for apartment, suite, or unit details. | |
| addr3 | String | Additional address line for extended location details if necessary. | |
| addressee | String | The name of the recipient or organization associated with the address. | |
| attention | String | A designated contact person at the specified address for correspondence. | |
| city | String | The city where the address is located. | |
| country | String | The country associated with the address. | |
| dropdownstate | String | State or province selected from a predefined dropdown list. | |
| override | Boolean | Indicates whether custom address details override system-generated values. | |
| state | String | State or province where the address is located. |