Pallet
| π Overview: 28 Fields | 12 Indexes | 4 Many-to-One Relations | 2 One-to-Many Relations |
π Description
π¨οΈ Inventory table tracking palletized finished goods. Records pallet contents, locations, and status for warehouse management and shipping.
- Table ID: 71
- UUID: 33A92733465ACC42A746A5DD7A56B429
- Primary Key: π
ID - Generated: π 2025-12-04T14:34:33Z
π Table of Contents
π Fields
| Field | Type | Constraints | Description |
| π ID | Long Integer | π PK, β¨ Unique, β‘ Auto | - |
| Location | Long Integer | π« Not Null | - |
| WO1 | Long Integer | π« Not Null | - |
| WO1Qty | Long Integer | π« Not Null | - |
| WO2 | Long Integer | π« Not Null | - |
| WO2Qty | Long Integer | π« Not Null | - |
| ProductID | Long Integer | π« Not Null | - |
| Created | Date | π« Not Null | - |
| CreatedBy | String (255) | π« Not Null | - |
| Transfer | Boolean | π« Not Null | - |
| CreationTime | Time | π« Not Null | - |
| AdviceNote | Long Integer | π« Not Null | - |
| OrderID | Long Integer | π« Not Null | - |
| Printed | Boolean | π« Not Null | - |
| Verified | Boolean | π« Not Null | - |
| NewSystem | Boolean | π« Not Null | - |
| VerifiedBy | String (255) | π« Not Null | - |
| PrintedBy | String (255) | π« Not Null | - |
| Completed | Boolean | π« Not Null | - |
| LocationID | String | - | - |
| LocatedBy | String (255) | - | - |
| OrderPickRequestID | Long Integer | - | - |
| CofCID | Long Integer | - | - |
| UUID | String | β¨ Unique | - |
| Version | Integer | π« Not Null | - |
| Despatched | Boolean | π« Not Null | - |
| MigrationID | Long Integer | - | - |
| LastMigration | String (255) | - | - |
π Indexes
| Field | Type | Kind | Unique |
Version | Keywords | regular | - |
ID | Keywords | regular | β¨ Yes |
Despatched | Keywords | regular | - |
OrderPickRequestID | Keywords | regular | - |
CofCID | Keywords | regular | - |
Verified | Keywords | regular | - |
UUID | Keywords | regular | β¨ Yes |
ProductID | Keywords | regular | - |
Printed | Keywords | regular | - |
Completed | Keywords | regular | - |
LocationID | Keywords | regular | - |
NewSystem | Keywords | regular | - |
π Many-to-One Relations
| Relation Name | Destination Table | Source β Destination | State | Description |
ProductEntity | Product | ProductID β Product_ID | Active | - |
LocationEntity | Location | LocationID β ID | Active | - |
OrderPickRequestEntity | OrderPickRequest | OrderPickRequestID β ID | Active | - |
CofCEntity | CofC | CofCID β Cert_Of_Conformance_No | Active | - |
π One-to-Many Relations
| Relation Name | Source Table | Source β Destination | State | Description |
BoxLabelsSelection | BoxLabels | PalletID β ID | Active | - |
PrintJobSelection | PrintJob | RelatedUUID β UUID | Active | - |
π¦ Classes
Generated from catalog.4DCatalog Generated at: 2025-12-04T14:34:33Z