task

Core Table
Work & Maintenance

Manages service requests, work orders, preventive maintenance schedules, inspections and task lifecycle.

Primary Key
task_code
Record Type
Operational
Log Tables
task_status_log, task_status_duration_log
Summary Views
daily_task_completion_summary, monthly_trade_stats
Last Updated
May 20, 2026
AI Usefulness
5.0
/ 5.0

High value for AI analytics, prediction and automation.

All (18)Key (1)Calculated (4)
Field CodeCaptionData TypeLengthPKCalculatedDescription
task_codeTask CodeVarchar50Unique code for each Task record.
task_nameTask NameVarchar255Short description of the task.
task_descriptionTask DescriptionVarchar1000Detailed description of the task.
task_type_codeTask Type CodeVarchar50Reference to task_type table.
task_category_codeTask Category CodeVarchar50Reference to task_category table.
task_priority_codeTask Priority CodeVarchar50Reference to task_priority table.
status_codeStatus CodeVarchar50Current status of the task.
request_codeRequest CodeVarchar50Linked service request.
building_codeBuilding CodeVarchar50Building where task is located.
floor_codeFloor CodeVarchar50Floor where task is located.
space_codeSpace CodeVarchar50Space where task is located.
assigned_to_contact_codeAssigned To Contact CodeVarchar50Primary person assigned to task.
assigned_to_role_codeAssigned To Role CodeVarchar50Role responsible for the task.
trade_codeTrade CodeVarchar50Trade responsible for the task.
scheduled_start_datetimeScheduled StartDatetimePlanned start date and time.
scheduled_end_datetimeScheduled EndDatetimePlanned completion date and time.
actual_start_datetimeActual StartDatetimeActual start date and time.
actual_end_datetimeActual EndDatetimeActual completion date and time.
Showing 18 of 18 (32 total in schema)
Relationships (Links to)
  • equipment 1:N
    Task is performed on equipment.
  • contact N:1
    Person assigned to the task.
  • building N:1
    Building where task is located.
  • status N:1
    Current task status.
Operational Meaning

The task table is the operational heart of the work management process. It captures every unit of work performed across the portfolio — from preventive maintenance to inspections — and links people, places, equipment, schedules and costs to provide full lifecycle visibility.

AI Opportunities
  • Predict SLA breaches and delays
  • Identify high failure equipment
  • Optimize workforce routing
  • Detect anomalies in task durations
  • Summarize open tasks by building and trade
Suggested Queries
  • "Show overdue preventive maintenance tasks by building."
  • "Which tasks are open past their due date by trade?"
  • "What is the completion rate of tasks this month by status?"
Back to Core Tables