Represents a daily record of vacuum packing production for a Lot.
| Name | Data Type | Description |
|---|---|---|
| VacuumLogKey | Integer |
System assigned, immutable value that uniquely identifies the record |
| Date | DateTime |
The date the production was performed |
| Lot | Lot |
Refer to data type’s documentation for further information |
| BoxesQty | Integer |
User assigned value intended to designate the quantity of boxes packed |
| PalletsQty | Nullable<Integer> |
User assigned value intended to designate the quantity of pallets produced |
| Notes | String |
User assigned text intended to capture information not otherwise captured by other properties |
The vacuum pack type, contract product, and run and employee details recorded with a VacuumLog are not currently exposed as properties of this object.