zone
Represents different zones within a warehouse or business location, aiding in inventory and space management.
Columns
| Name | Type | References | Description |
| description | String | A brief text field providing additional details or notes related to this record. This can be used to store contextual information that helps users understand the purpose or contents of the record. | |
| externalid | String | A unique identifier assigned externally to this record, typically used for integrating with other systems. This ID helps in synchronizing data between NetSuite and external applications. | |
| isinactive | Boolean | Indicates whether this record is active or inactive. A value of 'true' means the record is inactive and no longer in use, while 'false' signifies that it is active and available for operations. | |
| location | String | The physical or logical location associated with this record. This could represent a warehouse, office, or any other relevant site where the entity referenced by this record is situated. | |
| name | String | The designated name of the record, providing a human-readable identifier. This is often used to distinguish different records within the same category or classification. |