Having managed logistics workflow templates across multiple Infor SCM implementations, I can provide a comprehensive perspective on all three decision factors you’re weighing.
Template Flexibility - Making the Right Choice:
The flexibility question isn’t binary - there’s a spectrum of customization approaches:
Level 1 - Configuration Only: Use standard templates with parameter configuration (routing rules, carrier priorities, cost algorithms). This covers about 75% of business requirements with zero custom code.
Level 2 - Template Extension: Inherit from standard templates and override specific decision points or add custom validation steps. This handles another 20% of requirements while maintaining upgrade path.
Level 3 - Custom Templates: Build from scratch when your processes are fundamentally different from standard logistics workflows. Only about 5% of organizations truly need this.
For your multi-modal transportation routing, you likely need Level 2. The carrier selection logic can be a custom extension that plugs into the standard route optimization template. This gives you the flexibility to implement your unique business rules without abandoning the supported template framework.
Maintenance Effort - The Hidden Costs:
Maintenance effort scales dramatically with customization level:
Standard Templates:
- Annual maintenance: 2-5 hours per template for configuration review
- Upgrade effort: Minimal, usually automatic with release notes review
- Staff requirements: Business analysts can manage
- Long-term cost: Very low
Extended Templates:
- Annual maintenance: 10-20 hours per template for extension review and optimization
- Upgrade effort: Moderate, test extensions against new base template (1-2 days per major upgrade)
- Staff requirements: Technical resources familiar with workflow framework
- Long-term cost: Manageable, scales with number of extensions
Fully Custom Templates:
- Annual maintenance: 40-80 hours per template for bug fixes, optimization, and enhancement requests
- Upgrade effort: High, complete regression testing required (1-2 weeks per major upgrade)
- Staff requirements: Dedicated development team with deep Infor workflow expertise
- Long-term cost: Substantial, often exceeds original development cost over 3-5 years
The maintenance burden compounds when you have multiple custom templates because they often interact, creating complex dependency testing requirements.
Upgrade Compatibility - The Critical Factor:
This is where many organizations underestimate the impact:
Standard Templates:
- Upgrade compatibility: 100% guaranteed by Infor
- Breaking changes: None, Infor maintains backward compatibility
- Post-upgrade testing: Functional validation only (1-2 days)
- Risk level: Minimal
Extended Templates:
- Upgrade compatibility: 85-90% maintained
- Breaking changes: Rare, usually limited to extension interface changes
- Post-upgrade testing: Extension integration testing required (3-5 days)
- Risk level: Low to moderate, depends on extension complexity
- Mitigation: Infor provides extension migration guides for major releases
Fully Custom Templates:
- Upgrade compatibility: Not guaranteed, varies widely
- Breaking changes: Common, especially in workflow engine internals
- Post-upgrade testing: Complete end-to-end regression testing (2-4 weeks)
- Risk level: High, some upgrades may require template rewrites
- Mitigation: Requires sandbox environment and extensive pre-upgrade testing
Real example from IS-2023.1 to IS-2023.2 upgrade: Organizations with standard templates completed upgrades in 2-3 weeks. Those with extended templates needed 4-6 weeks. Organizations with fully custom templates took 3-4 months, with some deferring the upgrade entirely due to complexity.
My Recommendation for Your Situation:
Based on your multi-modal transportation routing and carrier selection requirements:
- Start with Infor’s standard logistics workflow templates as the foundation
- Identify the 2-3 specific decision points where your business rules differ (likely route optimization algorithm and carrier ranking logic)
- Implement these as template extensions using Infor’s extension framework
- Keep 90% of the workflow standard - shipment creation, documentation, tracking, exceptions, etc.
- Document your extensions thoroughly with clear business justification
This approach gives you the template flexibility you need for competitive differentiation while keeping maintenance effort reasonable and upgrade compatibility high. You’ll spend about 20% more time on upgrades compared to pure standard templates, but 60% less than fully custom templates.
The key insight: Flexibility should be surgical, not wholesale. Customize only the parts that truly differentiate your business, and leverage standard templates for everything else.