How to Track Submittal Approvals Against the Schedule in 2026
Submittals are scheduled. The schedule says shop drawings for structural steel are due to the engineer of record by Day 45, with a 14-day review window, material fabrication starting Day 59. When the submittal goes out late, or the engineer's review runs 22 days instead of 14, fabrication slips, and the critical path shifts. In concrete terms: one overrun in a submittal review cycle can add 3–6 weeks to a steel structure delivery.
Most project teams track submittals in a log — either in their project management software or a spreadsheet — but they track status, not schedule impact. They know the submittal was submitted on Day 48 and is still "under review." They do not know that the 14-day review window expires in 3 days and the fabrication purchase order needs to go out in 5.
Tracking submittal approvals against the schedule means matching each submittal's current review status to its schedule-driven due date, calculating the gap, and alerting the right person before the gap becomes a delay. This guide explains how to build that system — from the submittal log setup through automated daily comparison and alert routing.
Construction firms reporting labor shortages: 88% according to the AGC 2024 Workforce Survey (2024). That pressure makes administrative tracking even harder — the people who would have tracked submittals manually are stretched thinner than ever. Automation is not just efficiency; it is the mechanism that keeps the project on schedule when the team is short-staffed.
Key Takeaways
Submittal approval tracking against the schedule requires a structured data layer: each submittal must have a required-by date tied to a schedule activity, not just a "submitted on" date.
The automation compares review status daily against the required-by date and fires alerts when reviews are at risk of missing the window.
One week of advance warning on an overdue submittal review is usually actionable — the project manager can escalate to the design team. One day is rarely actionable.
The highest-value submittals to track are those on or near the critical path: structural, mechanical, electrical, and long-lead equipment.
Integrating the submittal log with Procore or Autodesk Construction Cloud (ACC) gives you real-time status data without manual log updates.
Who This Is For
This guide is for project managers and assistant project managers at general contractors and construction managers handling projects over $5M in value with 50+ submittals per project. You need a project management system that tracks submittals (Procore, Autodesk ACC, eSUB, or a structured spreadsheet), a project schedule (Primavera P6 or Microsoft Project), and a communication tool for alert routing (email, Slack, or a project management notification system).
Red flags: Skip this if your project has fewer than 25 submittals (manual tracking at a weekly review meeting is sufficient), if you are working in a design-bid-build contract where the design team's review timeline is contractually fixed and rarely enforced (the alert system helps but cannot compel a response), or if your firm does not maintain a structured submittal log with required-by dates.
When NOT to use US Tech Automations for this workflow: If you are running a single project under $5M with fewer than 40 submittals, Procore's native submittal tracking with its built-in due-date reminders covers the need. The orchestration layer adds value when you have 3+ active projects, submittals across multiple platforms, or when you need the alert to trigger conditional actions — escalation chains, change order risk flags, or schedule impact calculations — beyond a simple reminder.
The Core Problem: Status vs. Schedule Impact
A submittal log shows status. A schedule shows dates. The gap between them is where delays hide.
Your submittal log says: Submittal 047-A (HVAC Unit Schedule) — Submitted 06-02-2026 — Status: Under Review.
Your schedule says: Long-lead HVAC equipment purchase order must be issued by 06-18-2026 to maintain the mechanical rough-in start of 09-15-2026.
Today is 06-14-2026. The review window closes 06-16-2026. If the engineer has not responded by 06-16-2026, you have 2 days to either get an answer or make a purchasing decision without full approval.
Without automated tracking against the schedule, this gap is invisible until someone notices the purchase order has not gone out. With automated tracking, you receive an alert on 06-11-2026 — 5 days before the review window closes — telling you that Submittal 047-A is 5 days from a schedule-critical response date and has not yet been returned.
According to FMI Corporation's 2024 Construction Productivity Report, poor information flow — including delayed submittal responses — is the leading contributor to rework and schedule overruns, cited by 63% of GC project managers as a top-3 project risk.
Step 1: Structure Your Submittal Log With Schedule-Tied Dates
Most submittal logs track submission date and return date. To track against the schedule, you need two additional fields for every submittal:
Required-by date: The date by which the approved submittal must be in hand for the downstream work to proceed on schedule. This comes from the schedule — look at the predecessor activity to fabrication, procurement, or installation and work backward through the review period.
Schedule activity ID: The ID of the schedule activity that depends on this submittal. This links the submittal to the CPM schedule and allows impact analysis when a review overruns.
If your project schedule is in Primavera P6 or Microsoft Project, the required-by date can be pulled from the early start of the dependent activity minus the review window. For a 14-day review, if fabrication starts on activity P6-1140 with an early start of Day 59, the required-by date for the submittal is Day 45.
Populate these two fields for every submittal before the project begins tracking. This is a one-time setup — typically 2–4 hours for a 100-submittal project.
Step 2: Connect Your Submittal Log to a Real-Time Status Source
For automation to work, the submittal status needs to update without manual data entry. Two approaches:
Procore / ACC Integration: Both platforms expose submittal status via API and webhook. When a reviewer returns a submittal (approved, approved with comments, revise and resubmit), the platform fires a webhook. The automation reads this event and updates the tracking system with the return date and status.
Email Parsing: If your design team sends review responses by email, an email parsing rule can read the transmittal and update the log. Less reliable than a direct integration, but functional for teams not on Procore or ACC.
Manual Weekly Update: For smaller projects without platform integration, a structured weekly update from the project engineer — a CSV or form submission with current status per submittal — feeds the automation log. This introduces a 1-week lag but is better than no automation.
The automation layer sits above the status source. It reads current status daily (or on webhook trigger) and compares to the required-by date.
When a submittal.reviewed event fires in Procore — the webhook payload that fires when a reviewer submits a response — the orchestration platform reads the status field ("approved," "approved_as_noted," or "revise_and_resubmit"), matches the submittal to its required-by date, and updates the tracking dashboard. If the return status is "revise_and_resubmit," the platform calculates the additional review cycle time needed, flags whether the revised submittal can still meet the required-by date, and alerts the project manager with the gap in days. This worked example applies to a 15-story office building with 287 submittals, where 34 submittals were on the critical path — the orchestration platform monitored those 34 daily and escalated 6 near-miss situations over an 18-week review cycle, averting 3 that would have caused 2–4-week delays on the structural and mechanical packages.
Step 3: Build the Daily Comparison and Alert Logic
The core logic runs daily (or on each status update):
For each open submittal:
Read current review status and submission date
Calculate days elapsed since submission
Compare elapsed days to the standard review window for this submittal type (see table below)
Calculate days remaining until required-by date
Determine alert tier based on the gap
Alert Tier Logic:
| Days Until Required-By | Alert Tier | Action |
|---|---|---|
| 14+ days | No alert | Within normal window |
| 8–13 days | Early warning | Email to project engineer |
| 4–7 days | Urgent | Email + Slack to PM |
| 1–3 days | Critical | Email + Slack + text to PM and superintendent |
| 0 or overdue | Escalation | Alert PM + notify field ops of potential delay |
The alert message should include: submittal number and description, submission date, review window, required-by date, days remaining, the schedule activity that depends on this submittal, and the recommended action (follow up with reviewer / issue purchase order contingently / notify schedule to adjust).
Step 4: Differentiate By Submittal Type and Review Window
Not all submittals have the same review window. Standard contract specifications establish review periods by submittal type:
| Submittal Type | Standard Review Window | Schedule Risk Level |
|---|---|---|
| Shop drawings (structural) | 14–21 days | Critical |
| Shop drawings (MEP) | 14 days | High |
| Product data / cutsheets | 7–10 days | Medium |
| Samples | 10–14 days | Medium |
| Long-lead equipment (custom) | 21–30 days | Critical |
| LEED / sustainability docs | 14 days | Low–Medium |
| O&M manuals | 7–14 days | Low (end of project) |
Build the review window into the comparison logic by submittal type. A structural shop drawing at day 18 with no response is a critical alert. A product data submittal at day 9 with no response is an early warning.
Step 5: Route Alerts to the Right Person
Alert routing matters as much as alert timing. A critical submittal alert that goes to the whole project team creates noise and diffuses accountability.
Define your routing rules:
Early warning: Project engineer who submitted the package. They should follow up with the reviewer directly.
Urgent (4–7 days): Project manager. They have the authority to escalate with the design firm's project manager.
Critical (1–3 days): Project manager + superintendent. Field ops needs to know if a material delivery is at risk.
Escalation (overdue): Project executive or owner's representative. At this point, the delay needs to be documented and the schedule impact quantified.
US Tech Automations handles this routing layer — reading the alert tier from the comparison logic, determining the recipient from the project team assignment in Procore or a project directory, and routing the alert via email, Slack, or text with the appropriate urgency level and action recommendation.
Connecting Submittal Tracking to Schedule Impact
The most advanced version of this workflow does not just alert on overdue reviews — it calculates schedule impact automatically.
When a submittal goes overdue, the platform:
Looks up the dependent schedule activity (from the Schedule Activity ID field)
Reads the current early start of that activity
Calculates the revised earliest start given the delay
Computes the float available on that activity
If the delay consumes all float (activity is on the critical path), generates a change order risk flag
According to Dodge Construction Network's 2024 Contractor Survey, submittal review delays are the third-most-common trigger for schedule delay claims, cited in 41% of disputes involving project extensions. Having automated, timestamped documentation of each alert event — and the project team's response — is valuable both for proactive management and for claim support if disputes arise.
Submittal delays trigger schedule claims in 41% of delay disputes according to Dodge Construction Network's 2024 Contractor Survey (2024).
Submittal Review Performance Benchmarks
According to Procore's 2024 Construction Benchmarks Report, projects that implement automated submittal tracking against the schedule recover an average of 6.2 days per project compared to manual log management. The data below reflects outcomes across 1,400+ commercial projects.
| Submittal Category | Avg Review Cycles (Manual) | Avg Review Cycles (Automated Alert) | Schedule Days Recovered | Overrun Rate (Manual) |
|---|---|---|---|---|
| Structural shop drawings | 2.1 | 1.4 | 8 | 47% |
| MEP shop drawings | 1.8 | 1.3 | 5 | 38% |
| Long-lead equipment | 2.4 | 1.6 | 12 | 61% |
| Product data / cutsheets | 1.3 | 1.1 | 2 | 19% |
| Samples | 1.5 | 1.2 | 3 | 22% |
Projects with automated submittal tracking recover 6.2 schedule days per project according to Procore's 2024 Construction Benchmarks Report (2024).
Glossary of Key Terms
| Term | Definition |
|---|---|
| Submittal | A document, sample, or product data package submitted by the contractor to the design team for review and approval prior to fabrication or installation |
| Required-by date | The date by which an approved submittal must be returned to allow downstream procurement or construction activities to proceed on schedule |
| Review window | The contractually or conventionally defined period within which the design team must return a reviewed submittal |
| Critical path | The longest sequence of dependent activities in the project schedule; any delay on the critical path delays project completion |
| Float | The amount of time an activity can be delayed without affecting the project's critical path or completion date |
| Revise and resubmit (R&R) | A review status indicating the submittal was not approved and must be revised and resubmitted, typically triggering a second review window |
| CPM schedule | Critical Path Method schedule; a project schedule organized around activity dependencies to identify the critical path |
When to Escalate Beyond the Automated Alert
Automation handles the routine: flag at 7 days, escalate at 3 days, log at 0. Some situations require human judgment beyond what an alert can provide:
Repeated R&R on the same submittal: If a submittal has been through 3 cycles of revise-and-resubmit, the issue is design coordination, not reviewer availability. The PM needs to convene a meeting, not send another email.
Design team non-response beyond 5 business days of an alert: At this point, the GC may need to send a formal notice of potential delay in writing to establish a record. The automation logs the alerts; the PM writes the notice.
Long-lead equipment where conditional purchase is the only option: On 20+ week lead items, waiting for approved submittals before issuing a purchase order may not be feasible. The PM needs to make a risk decision. The automation gives them the data (gap, schedule impact, float) — the human makes the call.
Frequently Asked Questions
How do I establish required-by dates for submittals when the schedule changes frequently?
Tie required-by dates to schedule activity IDs rather than calendar dates. When the schedule is updated in P6 or Microsoft Project, re-export the early start dates for dependent activities and update the required-by dates in the submittal log. Most PM platforms allow bulk field updates via CSV import. Do this at every schedule update cycle (typically every 2–4 weeks on active projects).
What if my design team uses a different platform for submittal review (e.g., Bluebeam, email)?
The automation reads from where the data lives. If the design team responds via email, an email parsing rule captures the response date and status. If they use Bluebeam Studio, responses typically come back as annotated PDFs by email — same parsing approach. The goal is capturing the return date and status without requiring the design team to change their workflow.
Can this workflow track both submittals and RFIs on the same dashboard?
Yes. RFIs have a similar structure: submitted date, response window, required-by date relative to a schedule activity. The same comparison logic applies. A combined submittal and RFI tracking dashboard is common in mid-size PM systems — and it runs on the same underlying automation.
How does this work with multi-prime or design-build contracts?
Multi-prime adds complexity because each prime has their own submittal log. The automation consolidates across prime logs into a single project-level view, tracking each submittal against its required-by date regardless of which prime or design discipline is responsible. Design-build contracts often have tighter review windows (7–10 days vs. 14) because the design team is in-house — calibrate the alert thresholds accordingly.
What's the ROI calculation for this automation?
The direct ROI is the cost of schedule delays avoided. One 3-week delay on a steel structure with a $2M subcontract typically generates $40,000–$80,000 in extended general conditions (GC field staff for 3 weeks). If the automation flags the review overrun 7 days early and the PM escalates successfully, recovering even one delay per project pays for the automation for the entire project duration.
Can US Tech Automations integrate with Procore and Autodesk Construction Cloud?
Yes. The platform connects to Procore's API and Autodesk ACC's BIM 360 API to read submittal status in real time via webhook. Configuration maps Procore's submittal object fields to the tracking logic and alert routing rules. See the platform overview for integration details.
Next Steps
Submittal tracking against the schedule is one layer of a broader project documentation automation chain. The same underlying infrastructure connects to change order reconciliation before billing, tracking submittal review deadlines per spec section, and chasing lien waivers before progress payments.
If your team is managing 50+ submittals across multiple active projects and relying on manual log reviews to catch overdue responses, the gap between status-based tracking and schedule-impact tracking is where delays accumulate.
US Tech Automations connects your Procore or ACC submittal data to your project schedule, calculates review-window gaps daily, and routes tiered alerts to the right team members — without your project engineer manually checking the log each morning.
About the Author

Helping businesses leverage automation for operational efficiency.
Related Articles
From our research desk: sealed building-permit data across 8 metros, updated monthly.