PickRequest
| π Overview: 8 Fields | 7 Indexes | 2 Many-to-One Relations | 1 One-to-Many Relations |
π Description
π¨οΈ Transaction table managing warehouse picking tasks. Generates pick lists for order fulfillment and tracks pick completion status.
βΉοΈ Table Information
- Table ID: 123
- UUID: 6D98803393505545A137D7224E5DC09F
- Primary Key: π
ID - Generated: π 2025-12-04T14:35:23Z
π Table of Contents
- π Fields (8)
- π Indexes (7)
- π Many-to-One Relations (2)
- π One-to-Many Relations (1)
- π Related Items
π Fields
| Field | Type | Constraints | Description |
|---|---|---|---|
| π ID | Long Integer | π PK, β¨ Unique, β‘ Auto | - |
| Customer | String (255) | - | - |
| DespatchDate | Date | - | - |
| Processed | Boolean | π« Not Null | - |
| ReadyToPick | Boolean | π« Not Null | - |
| AdviceNoteID | Long Integer | - | - |
| Type | Integer | - | - |
| PickedNotificationSent | Boolean | π« Not Null | - |
π Indexes
| Field | Type | Kind | Unique |
|---|---|---|---|
Customer | Keywords | regular | - |
PickedNotificationSent | Keywords | regular | - |
ReadyToPick | Keywords | regular | - |
Type | Keywords | regular | - |
Processed | Keywords | regular | - |
ID | Keywords | regular | β¨ Yes |
AdviceNoteID | Keywords | regular | - |
π Many-to-One Relations
| Relation Name | Destination Table | Source β Destination | State | Description |
|---|---|---|---|---|
CustomerEntity | Customer | Customer β Customer_Code | Active | - |
Advice_NoteEntity | Advice_Note | AdviceNoteID β ID | Active | - |
π One-to-Many Relations
| Relation Name | Source Table | Source β Destination | State | Description |
|---|---|---|---|---|
OrderPickRequestSelection | OrderPickRequest | PickRequestID β ID | Active | - |
π Related Items
π¦ Classes
- PickRequest - ORDA DataClass class for PickRequest table
- PickRequestEntity - ORDA Entity class for PickRequest table
π Forms
- %2AOrderPicking - Data source for %2AOrderPicking form
Generated from catalog.4DCatalog Generated at: 2025-12-04T14:35:23Z