Automated change request routing reduced approval time by 40%

I wanted to share our success story implementing automated change request routing in MasterControl 2022.2. Before automation, our change control process averaged 12-15 days from submission to final approval, with most of that time spent in routing delays and manual handoffs.

We implemented dynamic routing rules based on change type, impact level, and affected departments. The system now automatically determines the approval path and assigns tasks to the right people without any manual intervention. After three months of operation, our average approval time dropped to 7 days - a 40% reduction.

The key was setting up conditional workflow logic that considers multiple factors simultaneously. We also built in escalation paths for changes that sit idle for more than 48 hours. Happy to share details about our configuration if others are interested in replicating this.

This is exactly what we need! Can you share more about how you structured the dynamic routing rules? We have similar issues with routing delays. Did you use the standard workflow designer or custom scripting?

Did you face any resistance from approvers who felt the automation removed their control? We tried something similar and got pushback from senior managers who wanted to manually route certain high-impact changes. How did you manage the change management aspect of this?

Great questions everyone. Let me provide a comprehensive breakdown of our implementation:

Dynamic Routing Rules Configuration:

We created a three-tier decision matrix in the workflow designer:

Tier 1 - Change Type Classification:

  • Product/Process changes → Route through Engineering + Quality + Manufacturing
  • Document-only changes → Route through Document Owner + Quality
  • System/IT changes → Route through IT + Quality + affected department heads
  • Supplier changes → Route through Procurement + Quality + Engineering

Tier 2 - Impact Level Assessment (automatically scored based on checkboxes in the change request form):

  • Low Impact (score 1-3): Department Manager → Quality approval
  • Medium Impact (score 4-6): Add Manufacturing/Engineering Manager to approval chain
  • High Impact (score 7-10): Add VP Quality and Executive approval

Tier 3 - Department Involvement (based on multi-select field in the form):

  • System automatically adds department heads for each selected department
  • If more than 3 departments affected, adds cross-functional review committee

Conditional Workflow Logic Setup:

In the workflow designer, we created parallel approval paths with conditional triggers:

  1. Initial assessment step evaluates all three tiers simultaneously
  2. Workflow branches based on the combination of factors
  3. Each branch has pre-configured approval sequences
  4. Approvals can run in parallel where appropriate (e.g., department heads reviewing simultaneously)

Escalation Paths:

Carlos, great question. Our escalation works on two levels:

  • First escalation (48 hours): Email notification to approver + their supervisor (no reassignment)
  • Second escalation (72 hours): Notification to change control board + option for board to reassign or approve

We chose 48 hours based on analysis of our historical data - 80% of approvals that eventually completed happened within 2 days. The remaining 20% were often waiting for information, so the escalation prompts action.

Exception Handling:

David, you raised the most important practical concern. We built in a ‘Manual Routing Override’ option that’s available to the Change Control Board and Quality Directors. When selected:

  • Automated routing is bypassed
  • User manually selects approvers
  • System requires justification comment (audit trail)
  • About 8% of our changes use manual override, which is acceptable

We also created a ‘Complex Change’ type specifically for edge cases. These automatically route to the Change Control Board for routing determination rather than trying to fit them into the automated matrix.

Change Management and User Adoption:

The resistance issue was real. Here’s how we addressed it:

  1. Pilot Phase: Started with low-impact document changes only, proved the concept works
  2. Transparency: Published the routing logic matrix so everyone could see how decisions are made
  3. Override Authority: Gave senior managers the manual override capability, which they rarely use but appreciate having
  4. Metrics Dashboard: Created real-time dashboard showing approval cycle times, which demonstrated the improvement
  5. Training: Conducted sessions showing that automation handles routing, not decision-making - approvers still have full authority to approve/reject

Results After 3 Months:

  • Average approval time: 12 days → 7 days (40% reduction)
  • Routing errors: 15% → 2%
  • Changes requiring manual routing intervention: 8%
  • User satisfaction score: increased from 6.2 to 8.4 (out of 10)
  • Time spent by change coordinators on routing: reduced by 75%

Key Success Factors:

  1. Start simple - we began with 3 change types and expanded to 8 over time
  2. Build in flexibility - the manual override was crucial for adoption
  3. Monitor and adjust - we refined the impact scoring criteria twice based on outcomes
  4. Clear audit trail - every routing decision is documented with the logic used

The configuration is entirely within MasterControl’s standard workflow designer capabilities in version 2022.2. No custom code required, which makes it maintainable by our QMS administrators without IT dependency.

What about changes that don’t fit neatly into your categories? We have a lot of edge cases that would probably break an automated routing system. How do you handle exceptions?

I’m curious about the escalation paths. Do they notify supervisors or actually reassign the task? And how did you determine the 48-hour threshold? We’ve been thinking about implementing something similar but weren’t sure what timeout period makes sense.