pickstrategy
The table defining pick strategies, used in warehouse management to optimize the process of selecting items for order fulfillment.
Columns
| Name | Type | References | Description |
| customer | String | The customer associated with the record, used to track transactions, orders, and account details. | |
| description | String | A detailed description of the item or record, providing additional context or information for better understanding. | |
| descriptiontranslated | String | The translated version of the description, used for localization and adapting the content for different languages or regions. | |
| externalid | String | A unique identifier for the record assigned by an external system, used for integration and synchronization between platforms. | |
| inventorystatus | String | The current status of the inventory item (such as available, out of stock, or on order), used to track stock levels. | |
| invtclassification | String | The classification of the inventory item, used to categorize and group items for reporting and management purposes. | |
| isinactive | Boolean | Indicates whether the record is inactive, typically used to flag items or accounts that are no longer in use. | |
| item | String | The name or identifier of the item, used for tracking and managing products, goods, or services within the system. | |
| itemprocessfamily | String | The family or group of similar items processed together, often used for categorization in processing or manufacturing workflows. | |
| itemprocessgroup | String | The group of items within the same processing or manufacturing category, used for grouping related items in production processes. | |
| location | String | The physical or virtual location associated with the item, such as a warehouse, store, or distribution center. | |
| name | String | The name associated with the record, typically used for identification and display in user interfaces or reports. | |
| nametranslated | String | The translated version of the name, used for adapting the content to different languages or regions for localization. | |
| ordertype | String | The type of order associated with the record (such as sales order, purchase order, or work order), used to classify and manage different types of transactions. | |
| priority | Double | The priority level associated with the record, often used to determine the urgency or importance of the transaction or task. | |
| trantype | String | The type of transaction associated with the record (such as purchase, sale, or transfer), used to classify financial or operational activities. | |
| units | String | The unit of measure (UOM) associated with the item (such as pieces, kilograms, or liters), used to specify how the item is quantified. |