WorkRequests
| π Overview: 18 Fields | 4 Indexes | 1 Many-to-One Relations | 2 One-to-Many Relations |
π Description
π¨οΈ Transaction table managing maintenance and repair requests for equipment and facilities. Tracks request status, priority, and assignments.
- Table ID: 65
- UUID: F442B2C4FB8A82459B54D0CF985365AB
- Primary Key: π
ID - Generated: π 2025-12-04T14:34:27Z
π Table of Contents
π Fields
| Field | Type | Constraints | Description |
| π ID | Long Integer | π PK, β¨ Unique, β‘ Auto | - |
| CreatedDate | Date | π« Not Null | - |
| CreatedBy | String (255) | π« Not Null | - |
| FaultLocation | String (255) | π« Not Null | - |
| UnitNumber | Integer | π« Not Null | - |
| Priority | String (255) | π« Not Null | - |
| Description | String (255) | π« Not Null | - |
| CorrectiveAction | String (255) | π« Not Null | - |
| TargetDate | Date | π« Not Null | - |
| Cost | Real | π« Not Null | - |
| Completed | Boolean | π« Not Null | - |
| CompletedDate | Date | π« Not Null | - |
| Category | String (255) | π« Not Null | - |
| LastComment | String (255) | π« Not Null | - |
| CompletedBy | String (255) | π« Not Null | - |
| LastCommentTime | String (255) | π« Not Null | - |
| ToolNo | String (255) | π« Not Null | - |
| ToolID | Long Integer | - | - |
π Indexes
| Field | Type | Kind | Unique |
ToolNo | Keywords | regular | - |
Category | Keywords | regular | - |
Completed | Keywords | regular | - |
ID | Keywords | regular | β¨ Yes |
π Many-to-One Relations
| Relation Name | Destination Table | Source β Destination | State | Description |
ToolsEntity | Tools | ToolID β Tool_ID | Active | - |
π One-to-Many Relations
| Relation Name | Source Table | Source β Destination | State | Description |
WorkRequestCommentsSelection | WorkRequestComments | WorkRequestID β ID | Active | - |
ToolMaintenanceLogSelection | ToolMaintenanceLog | WorkRequestID β ID | Active | - |
Generated from catalog.4DCatalog Generated at: 2025-12-04T14:34:27Z