Deucalion Docs
ReferenceAn information-oriented lookup resource. Use it to find specific values and definitions.
allhandoffsadminengineerschedulinginspections

Admin-to-Engineer Handoff Map

Understand how office-side planning and review surfaces become field-visible work, evidence, and outputs in the mobile app.

Before you start

  • You need to understand how work moves between office users and field engineers.

Expected outcome

Teams can trace where a field-visible job came from and where the engineer’s output lands afterward.

Core handoff chains

Office-side sourceField-side destinationMain tables carrying the handoffWhat crosses the boundaryWhat comes back afterward
SchedulerDashboard, Inspections list, Calendar, Schedule Inspection contextscheduler_tasks, scheduler_deployment_batches, scheduler_deployment_items, scheduler_notification_deliveries, plus deployment fields on inspections and work_ordersAssigned work, deployment state, planned date or target month, assignee visibilityInspection completion, draft recovery needs, schedule confidence, activity history
Sites, Systems, AssetsSites list, Site Details, System Details, Asset Details, Inspection discovery modesites, systems, assets, site_industriesSite identity, access notes, system register, asset inventoryAsset edits, copied assets, newly added systems or assets, updated visit context
Inspections deskInspection workspace, Certificate Viewer, Fire Damper Inspectioninspections, inspection_items, inspection_visit_notes, asset_inspection_status, flow_rate_measurements, pds_test_sessionsInspection record, system binding state, history, completed outputsChecklist results, visit notes, defects, signatures, completion state, certificates
Defects deskDefect Resolution, Search, related inspection flowsdefects plus optional asset linkage through asset_idDefect identity, severity, status, linked asset/site contextUpdated evidence, remediation notes, resolved or reopened status
Reports and Report WriterCertificate Viewer, downstream customer delivery, office reviewgenerated_reports, inspection certificate fields, template and branding tablesGenerated PDFs, review state, branded output configurationDistribution decisions, follow-up corrections to source data
QuotesMobile Quote List, Quote Detail, Quote Create follow-upquotes, quote_line_itemsQuote context tied to inspections or certificatesAccepted work becoming work orders or receivable candidates
Work OrdersDashboard, Search, Work Order List, Work Order Detailwork_orders, work_order_items, work_order_assignmentsRemedial jobs, assignment, scheduled work contextExecution updates, customer contact outcomes, billing readiness
Connected Systems and ImportsAll customer-facing desks that rely on source dataintegration_connections, integration_entity_maps, integration_sync_log, integration_import_runs, integration_import_rowsImported customers, sites, systems, assets, work orders, and sync updatesCleaner upstream data, fewer manual corrections, more predictable field context

Scheduling to field execution

  1. The office creates or refines work in Scheduling, often from site, backlog, inspection, or work-order context.
  2. Deployment and assignment state determine whether engineers can trust the item as live field work.
  3. Engineers see that work first through Dashboard, Inspections list, Calendar, or direct site context.
  4. If the exact system was unknown at planning time, the engineer binds it during the inspection instead of abandoning the visit.
  5. The completed inspection, defect updates, and any evidence then flow back into office-side Inspections, Defects, Reports, and commercial desks.

Site and asset context handoffs

Office surfaceField effect
Site updatesChange what appears in site briefings, site detail, report scope, and certificate context.
System updatesChange what can be scheduled and what the engineer can bind during discovery mode.
Asset updatesChange checklist structure, asset lookup, asset history, photo context, and defect linkage.
Import correctionsReduce duplicate or missing records that would otherwise confuse field workflows.

The table-level reason this works is simple: systems and assets do not duplicate site identity. They inherit it through site_id, so one site correction can clean up multiple downstream screens without touching each row manually.

Inspection and evidence return path

  1. Engineers capture checklist outcomes, defects, notes, signatures, photos, annotations, and specialist readings in the mobile app.
  2. Local draft and sync state determine whether the office can already trust those changes as live.
  3. Once synced, office users review the same inspection in Inspections, the same defects in Defects, and the same output chain in Reports or Report Writer.
  4. Certificates and report packs only read cleanly when the source inspection, site, and branding context remain aligned.

At the table level, most evidence is stored on the owning records rather than in one global media table. That is why evidence problems should usually be traced through inspection_items, defects, asset_inspection_status, and related inspection rows first.

Commercial follow-up handoffs

Field-side triggerOffice-side destinationWhy it matters
Certificate reviewed and acceptedQuotesA finished inspection can become commercial follow-up without re-entering the site context.
Defect backlog requires remedial actionWork OrdersRemedial work becomes schedulable, assignable, and later billable.
Completed work order or accepted quoteFinanceReceivables depend on the upstream commercial and execution record remaining linked.

The persistent chain here is usually inspections -> defects -> quote_line_items -> work_order_items -> crm_invoices, with optional CRM account and contact links carried alongside it.

Collaboration and history handoffs

  • The notification bell stays personal to the signed-in user.
  • Activity Feed gives office staff a cross-resource history after engineers or admins change live records.
  • The feed sends admins back into the owning route rather than becoming the edit surface itself.

When there is no direct route handoff

Some cross-surface behavior is data-mediated rather than navigation-mediated:

  • Composer changes later report output without opening mobile screens.
  • Insights changes decisions, not field-visible navigation.
  • AI Assistant can help summarize or redirect work, but the underlying record still lives in the owning desk or screen.
  • Draft Manager is local-first and only later hardens into server-side inspection, defect, and note rows after sync succeeds.

Use the Artifact Output Atlas when the better question is “which page created this file or message?” rather than “which page opened which page?”.

On this page