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_buckets, scheduler_deployment_batches, scheduler_deployment_items, scheduler_notification_deliveries, scheduler_customer_notifications, plus deployment, booking, bucket, and visibility fields on inspections and work_ordersAssigned work, booking status, deployment state, planned date or target month, engineer visibility, customer notification historyInspection 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
Contractor accessExternal Job Packs in the native app, contractor portalcontractors, contractor_access_grants, contractor_access_events, contractor_submissionsControlled work-order pack for a non-member contractor, including native grants bound by app userStaged status, evidence, checklist, and media submissions for admin review
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. Booking status and engineer visibility windows determine how planners protect provisional, offered, confirmed, locked, or time-limited work.
  4. Engineers see that work first through Dashboard, Inspections list, Calendar, or direct site context when the work is visible to them.
  5. If the exact system was unknown at planning time, the engineer binds it during the inspection instead of abandoning the visit.
  6. The completed inspection, defect updates, and any evidence then flow back into office-side Inspections, Defects, Reports, and commercial desks.

Scheduler to customer notifications

  1. The office sets an exact scheduled date.
  2. The office marks the visit Date offered or Confirmed.
  3. The quick-view notification panel records the customer notification with email, notification type, template key, sender, and timestamp.
  4. Notification history stays with the scheduled entity so later planners can see what was communicated.

Target-month work is planning demand, not a customer appointment, so it cannot receive appointment notifications.

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.

Contractor job-pack handoffs

  1. The office creates or identifies a contractor and creates a work-order grant.
  2. Email-link grants expose a contractor portal package. Native grants bind the package to a recipientUserId.
  3. Native recipients can be existing Deucalion app users outside the sending organization.
  4. The contractor sees only the controlled job-pack view, not the full sending organization workspace.
  5. Contractor submissions are staged and reviewed in Contractors.
  6. Only an approved merge updates official work-order state.

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:

  • Document Templates changes later report output without opening mobile screens.
  • Insights changes decisions, not field-visible navigation.
  • PPM Forecast, Data Quality, and Workforce Productivity change planning focus, not source records.
  • 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