revenueCommitmentShippingAddress
Stores shipping address details linked to revenue commitments, ensuring delivery accuracy.
Columns
| Name | Type | References | Description |
| nkey [KEY] | String | The unique identifier (Id) referencing the revenue commitment shipping address record in the NetSuite database. | |
| addr1 | String | Primary street address line for the shipping destination, typically including street number, street name, or PO Box information. | |
| addr2 | String | Secondary street address line, used to include additional location details such as suite, unit, or building numbers. | |
| addr3 | String | Tertiary street address line, optionally providing further details or clarifications of the shipping address, if applicable. | |
| addressee | String | Full name of the individual, department, or entity designated as the recipient of the shipment. | |
| attention | String | Specific individual or department to whom the shipment should be directed, often used to ensure accurate delivery within large organizations. | |
| city | String | The city component of the shipping address associated with the revenue commitment record in NetSuite, impacting tax calculations, shipping logistics, and reporting accuracy. | |
| country | String | Country name associated with the shipping address, used to specify the international destination for the shipment. | |
| dropdownstate | String | State or province selection from a predefined dropdown list corresponding to the shipping address, ensures accuracy and consistency in the address. | |
| override | Boolean | Boolean flag indicating whether the default address information should be manually overridden by the current address details provided. A value of 'true' specifies an explicit override. | |
| state | String | Name or abbreviation of the state or province associated with the shipping address, typically used when manual input or customization of state information is necessary. |