purchaseOrderBillingAddress
Stores billing addresses associated with purchase orders, ensuring accurate financial documentation.
Columns
| Name | Type | References | Description |
| nkey [KEY] | String | A unique internal identifier for the record, used to reference and distinguish it from other entries within the system. | |
| addr1 | String | The primary address line, typically used for the main part of the street address or location. | |
| addr2 | String | The secondary address line, often used for additional address details, such as an apartment number or suite. | |
| addr3 | String | An optional third address line, used for any extra information related to the address, such as building name or floor number. | |
| addressee | String | The person or entity to whom the address is directed, often used to identify the recipient of mail or packages. | |
| attention | String | The name or department to which correspondence should be directed, used to ensure it reaches the correct person or team. | |
| city | String | The city associated with the address, used to specify the urban area or locality where the address is located. | |
| country | String | The country associated with the address, used to specify the nation in which the address is located. | |
| dropdownstate | String | A dropdown list of states or provinces, used for selecting the appropriate state or region for the address. | |
| override | Boolean | Indicates whether the default settings or values should be overridden, often used to apply custom settings to the record. | |
| state | String | The state or province associated with the address, used to specify the regional division of the country for the address. |