inventorydetail
Stores additional details related to inventory items, including serial numbers, lot numbers, and expiration dates.
Columns
| Name | Type | References | Description |
| customform | String | The custom form for inventory details determines the layout and structure used for entering or displaying inventory information. | |
| externalid | String | A unique external identifier for this inventory detail used for integration with external systems or for data synchronization. | |
| item | String | The specific item linked to this inventory detail referencing an inventory item, product, or material being tracked. | |
| itemdescription | String | A textual description of the item in this inventory detail, which typically includes the product name, attributes, or any relevant information to identify the item. | |
| location | String | The physical or logical location where the inventory is stored, representing a warehouse, store, or any other inventory-holding location. | |
| quantity | Double | The number of units for the specified inventory item, capturing the amount being tracked, moved, or adjusted. | |
| tolocation | String | The destination location for inventory transfer. If an inventory transfer is occurring, this field indicates where the inventory is being moved to. | |
| unit | String | The unit of measure for the inventory item, such as 'each,' 'box,' or 'pound,' ensures consistency in tracking inventory quantities. |