In This Article
Navigate Agentforce AI, automate revenue operations, and meet critical migration deadlines before year-end
External Web App → OAuth 2.0 Auth → Lightning Out 2.0 App → LWC → Salesforce Data Business Value
- 20-30% higher portal adoption from seamless experience
- Reduced development costs - build once, deploy everywhere
- Single codebase to maintain instead of duplicated logic
- Centralized security through Salesforce governance model
Quick Start
- Create Connected App for OAuth 2.0 authentication
- Build/identify Lightning Web Components to expose
- Create Lightning Out 2.0 app in Setup
- Implement OAuth flow in external application
- Embed using UI Bridge API with access token
Pro Tip: Start with a read-only component (like order history) to validate the integration before building complex bidirectional flows.
🧠 AI and Data Cloud Upgrades
Availability: GA for core features, Beta for advanced capabilities
What's New
Vector Database (GA)
- Semantic search on unstructured data (call transcripts, reviews, feedback)
- Powers Retrieval-Augmented Generation (RAG) for accurate AI responses
- Foundation for advanced AI applications
Document AI
- Automated data extraction from invoices, resumes, contracts
- AI-powered or manual schema creation
- Batch processing for large volumes
Einstein Segment Creation
- Natural language audience building for marketers
- "Show me customers who purchased in last 30 days but haven't opened emails"
- No technical skills required
Informatica Integration
- Enhanced data lineage and metadata management
- Improved data quality controls
- Governed data catalog
Business Impact
- 📊 25% uplift in marketing response rates
- ⏱️ 50-70% reduction in campaign setup time
- 📝 60-80% reduction in manual data entry
- ✅ 95%+ accuracy for common document extraction
👨💻 Developer Platform Modernization
Availability: Generally Available
What's Enhanced
Lightning Web Components
- LWC as Local Actions in Screen Flows
- New
lightning/graphqlmodule with optional field support - SLDS 2.0 with dark mode (Beta)
Apex Testing & Quality
- Unified Test Runner for Apex and Flow tests
- ApexDoc standard for better documentation
- Enhanced API v65.0 requirements
Platform Tools
- Salesforce CLI with Flow test support
- Scale Center for performance optimization
- ApexGuru with on-demand insights
Developer Benefits
- ⚡ 20-30% faster development cycles
- 🐛 Lower bug rates from better testing
- 📚 Improved documentation with ApexDoc
- 🚀 Reduced onboarding time for new developers
📧 Marketing Cloud Einstein Enhancements
Availability: GA for core features, Beta for Campaign Designer
What's Enhanced
Einstein Send Time Optimization
- Real-time behavioral data from Data Cloud
- Individual-level send time personalization
- Cross-channel optimization (email, SMS, push)
Einstein Engagement Scoring
- Privacy-adapted metrics (iOS mail, cookies)
- Persona-based segmentation
- Predictive churn modeling
Einstein Content Selection
- Open-time personalization
- Rich metadata tagging
- Advanced business rules
Einstein Messaging Insights
- Real-time anomaly detection
- Automated alerting
- Proactive recommendations
Agentforce Campaign Designer (Beta)
- AI-driven campaign creation
- Natural language interface
- Predictive performance modeling
Marketing ROI
- 📧 15-25% higher email open rates
- 🖱️ 20-30% improvement in click-through rates
- ⏱️ 50-60% reduction in campaign setup time
⚠️ Critical Deprecations
1. Workflow Rules and Process Builder End of Life
⏰ DEADLINE: December 31, 2025
As of December 31, 2025, Workflow Rules and Process Builder are officially end-of-life. While existing automations may continue to run, they will receive no bug fixes, updates, or customer support.
Why This Matters
Flow Builder is superior:
- Bulkified by default for better performance
- Supports complex logic, loops, and error handling
- Integrated with Einstein AI and Data Cloud
- Better debugging tools
- Future-proof with all new features
Migration Strategy
Phase 1: Audit (November-December 2025)
- Identify all active Workflow Rules and Process Builders
- Categorize by complexity (Simple, Moderate, Complex)
- Assess business criticality
- Create migration timeline
Phase 2: Simple Migrations (December 2025-January 2026)
- Use native "Migrate to Flow" tool
- Test thoroughly in sandbox
- Conduct User Acceptance Testing (UAT)
Phase 3: Complex Rebuilds (January-March 2026)
- Follow Flow Builder best practices
- One Flow per object
- Bulkify everything with collections
- Implement error handling
- Use subflows for reusability
Phase 4: Deploy & Monitor (March-April 2026)
- Staged deployment to production
- Monitor error logs closely
- Deactivate legacy automations after validation
- Keep as reference for 30-90 days
Time Investment
Estimate 2-4 hours per automation (more for complex ones). For organizations with hundreds of automations, this is a significant project requiring dedicated resources.
Pro Tip: Don't just replicate—optimize! Consolidate multiple automations, eliminate redundancies, and redesign for modern best practices.
2. SOAP API login() Call Retirement
⏰ DEADLINE: Summer '27 (Winter '26 for new API versions)
The legacy SOAP API login() call is being phased out:
- Now (API v65.0+): Returns HTTP 500 error
- Summer '27: Completely retired for all API versions (31.0-64.0)
Plus: API versions 21.0-30.0 are already retired.
Required Migration
All integrations must update to OAuth 2.0 authentication using Connected Apps.
Migration Steps
1. Audit Integrations
- Search codebase for
login()references - Check Event Monitoring logs for deprecated API usage
- Identify all affected applications and middleware
2. Create Connected App
- Navigate to Setup → App Manager → New Connected App
- Configure OAuth settings with appropriate scopes
- Enable "Require Secret for Web Server Flow"
3. Implement OAuth 2.0
Replace legacy SOAP login with modern OAuth flow:
// OLD: Legacy SOAP login (DEPRECATED)
LoginResult loginResult = connector.login();
String sessionId = loginResult.getSessionId();
// NEW: OAuth 2.0 Web Server Flow
// 1. User authenticates via browser
// 2. Exchange authorization code for access token
// 3. Use access token for API calls
// 4. Refresh when expired 4. Update API Versions Use API v65.0 or higher:
https://your-instance.salesforce.com/services/data/v65.0/ Security Benefits
- Modern OAuth 2.0 industry standard
- Granular scope control
- Refresh tokens eliminate password storage
- Better audit trail and revocability
Pro Tip: Contact all third-party vendors immediately to confirm OAuth 2.0 support. Some may require product upgrades or migrations.
Your 90-Day Action Plan
Immediate (Weeks 1-2): Risk Mitigation
🚨 CRITICAL ACTIONS:
- Audit all Workflow Rules and Process Builders
- Identify integrations using SOAP
login()or legacy APIs - Create migration timeline with clear ownership
- Attend release readiness webinars
⚡ Quick Wins:
- Enable Agentforce agent for one use case
- Review release notes and feature documentation
Short-Term (Weeks 3-8): Foundation Building
- Begin Workflow/Process Builder migration (simple automations first)
- Deploy OAuth 2.0 in sandbox environment
- Configure Data Cloud Vector Database
- Roll out Lightning Out 2.0 for one portal
Medium-Term (Weeks 9-12): Scale & Optimize
- Complete 80%+ of automation migration
- Production deployment of OAuth integrations
- Expand Agentforce to multiple use cases
- Implement Marketing Cloud enhancements
- Establish monitoring and optimization processes
The Strategic Opportunity
Yes, there are mandatory migrations to complete. But the real opportunity lies in reimagining your operations around agentic AI, unified data, and modern automation.
Organizations that approach Winter '26 strategically—not just as compliance—will:
✅ Handle 10x customer volume without proportional costs
✅ Respond instantly to market changes with real-time insights
✅ Deliver hyper-personalized experiences at scale
✅ Free teams to focus on complex problem-solving, not repetitive tasks
The businesses that complete their migrations quickly and thoughtfully will have the bandwidth to innovate—to build new customer experiences, launch products faster, and operate with unprecedented intelligence and automation.

