ProductReturn
| π Overview: 9 Fields | 3 Indexes | 1 Many-to-One Relations | 1 One-to-Many Relations |
π Description
π¨οΈ Transaction table for customer product returns and RMAs. Tracks returned products, reasons, and links to replacement or credit processing.
- Table ID: 30
- UUID: 84D5CEC865744441A28B55BDFF4F334A
- Primary Key: π
ID - Generated: π 2025-12-04T14:33:56Z
π Table of Contents
π Fields
| Field | Type | Constraints | Description |
| ReturnID_l | Long Integer | π« Not Null | - |
| DateOfReturn_d | Date | π« Not Null | - |
| ReturnNotes_txt | String | π« Not Null | - |
| PQI_No_s | String (15) | π« Not Null | - |
| CustomerOrderDetails_s | String (50) | π« Not Null | - |
| ProductID_l | Long Integer | π« Not Null | - |
| CustomerCode_s | String (3) | π« Not Null | - |
| ReturnClosed_b | Boolean | π« Not Null | - |
| π ID | Long Integer | π PK, β¨ Unique, β‘ Auto, π« Not Null | - |
π Indexes
| Field | Type | Kind | Unique |
ID | B-Tree | regular | β¨ Yes |
ProductID_l | Keywords | regular | - |
ReturnID_l | Keywords | regular | - |
π Many-to-One Relations
| Relation Name | Destination Table | Source β Destination | State | Description |
ProductEntity | Product | ProductID_l β Product_ID | Active | - |
π One-to-Many Relations
| Relation Name | Source Table | Source β Destination | State | Description |
ProductReturnWorksOrderSelection | ProductReturnWorksOrder | ReturnID_l β ReturnID_l | Active | - |
Generated from catalog.4DCatalog Generated at: 2025-12-04T14:33:56Z