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 Information

  • 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 -

πŸ“„ Forms


Generated from catalog.4DCatalog Generated at: 2025-12-04T14:34:27Z