purchaseOrderShippingAddress
Stores shipping addresses for purchase orders, ensuring proper delivery logistics.
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 street address or location information. | |
| addr2 | String | The secondary address line, often used for additional address details such as apartment number or suite. | |
| addr3 | String | An optional third address line, used for extra details like building name or floor number. | |
| addressee | String | The person or entity to whom the address is directed, used to ensure the correspondence reaches the correct recipient. | |
| attention | String | The specific individual or department to whom the address is directed, ensuring it reaches the intended person or team. | |
| city | String | The city associated with the address, representing the urban area or locality. | |
| country | String | The country where the address is located, used to specify the nation for international or national shipping and communication. | |
| dropdownstate | String | A dropdown list field used to select the state or province associated with the address. | |
| override | Boolean | Indicates whether default values should be overridden, typically used to apply custom settings to the record. | |
| state | String | The state or province associated with the address, typically used for regional classification within a country. |