Configure an Agentforce action that generates comprehensive reports showing business value and ROI achieved through automated data analysis and visualization.
This action enables your Agentforce service agents to automatically generate comprehensive value realization reports by:
Variable: accountId
Data Type: Text
Required: ✓
Description: Customer account for value analysis
Variable: reportingPeriod
Data Type: Picklist
Required: ✗
Values: Monthly, Quarterly, Yearly, Custom
Default: Quarterly
Description: Time period for value analysis
Variable: businessGoals
Data Type: Text (Long)
Required: ✓
Description: Customer's stated business objectives and success criteria
Variable: baselineMetrics
Data Type: Text (Long)
Required: ✓
Description: Pre-implementation baseline measurements
Variable: roiAnalysis
Data Type: Text (Long)
Available for Output: ✓
Description: Comprehensive ROI calculation and analysis
Variable: valueMetrics
Data Type: Text (Long)
Available for Output: ✓
Description: Quantified business value achievements
Variable: successStories
Data Type: Text (Long)
Available for Output: ✓
Description: Customer success narratives and case studies
Variable: executiveSummary
Data Type: Text (Long)
Available for Output: ✓
Description: High-level executive summary of value achieved
Get Records: Performance Data
Object: Business_Metrics__c
Filter: Account__c = {!accountId} AND
Date__c >= {!reportingPeriodStart} AND
Date__c <= {!reportingPeriodEnd}
Fields: Metric_Type__c, Current_Value__c, Baseline_Value__c,
Improvement_Percentage__c, Business_Impact__c
Store in: performanceMetrics
Get Records: Cost Savings Data
Object: Cost_Savings__c
Filter: Account__c = {!accountId} AND
Realization_Date__c >= {!reportingPeriodStart}
Fields: Savings_Category__c, Amount__c, Annualized_Value__c
Store in: costSavings
Get Records: Revenue Impact
Object: Revenue_Impact__c
Filter: Account__c = {!accountId} AND
Attribution_Date__c >= {!reportingPeriodStart}
Fields: Revenue_Type__c, Amount__c, Attribution_Percentage__c
Store in: revenueImpact
Formula Element: ROI Analysis
Components:
- Total Benefits = SUM(costSavings.Amount__c) + SUM(revenueImpact.Amount__c)
- Total Investment = Initial_Investment__c + Ongoing_Costs__c
- ROI Percentage = ((Total_Benefits - Total_Investment) / Total_Investment) * 100
- Payback Period = Total_Investment / (Total_Benefits / Period_Length)
- Net Present Value = NPV calculation with discount rate
Store in: roiCalculations
Decision Element: Success Story Logic
Conditions:
- High Impact (ROI > 200%): Generate detailed case study
- Medium Impact (ROI 100-200%): Create success highlight
- Positive Impact (ROI 25-100%): Document steady progress
- Developing Impact (ROI < 25%): Focus on future potential
Generate narrative based on:
- Quantified outcomes and improvements
- Business challenge resolution
- Strategic objective achievement
- Competitive advantages gained
Get Records: Industry Benchmarks
Object: Industry_Benchmark__c
Filter: Industry__c = {!accountRecord.Industry} AND
Company_Size__c = {!accountRecord.Employee_Range__c}
Purpose: Compare customer performance to industry standards
Formula Element: Trend Calculation
Analysis:
- Month-over-month improvement rates
- Quarter-over-quarter growth patterns
- Year-over-year comparative analysis
- Forecasted future value trajectory
Action Name: Generate Value Realization Report
Reference ID: generate_value_report
Type: Flow
Flow: [Select your value analysis flow]
Instructions:
Use this action when users need to demonstrate business value,
prepare executive presentations, or create success stories. This
action generates comprehensive ROI analysis and value demonstration
materials based on actual customer outcomes.
Example user requests:
- "Generate a value report for [customer] this quarter"
- "Show me the ROI analysis for [customer] implementation"
- "Create an executive summary of [customer] business impact"
- "What value has [customer] achieved with our solution?"
Always ensure:
- Business goals and baseline metrics are defined
- Reporting period is appropriate for analysis
- All relevant value metrics are captured
- Executive-appropriate language and presentation
Agent: "I'll generate a comprehensive value realization report.
Let me gather the necessary information:
1. Which customer and time period should I analyze?
2. What were their original business goals and objectives?
3. Do we have baseline metrics from before implementation?
4. Any specific areas of value you'd like me to highlight?"
User provides context → Agent executes action → Delivers analysis
Einstein Analytics Integration:
- Automated report generation and scheduling
- Interactive value dashboards for customers
- Trend analysis and forecasting capabilities
- Benchmark comparison visualizations
Document Generation Service:
- Executive summary presentations
- Detailed value analysis reports
- Case study templates and narratives
- ROI justification documents
Customer: Global Manufacturing Corp
Baseline: $2.5M operational costs, 45% process efficiency
Implementation: 12-month ERP and automation platform deployment
Value Realization Results:
- Cost Savings: $850K annually (34% reduction in operational costs)
- Efficiency Gains: 78% process efficiency (33 percentage point improvement)
- Revenue Impact: $1.2M additional capacity utilization
- ROI: 285% with 8-month payback period
Success Story: "Manufacturing transformation delivered $2M+ annual value
through operational excellence and capacity optimization"
Customer: Regional Healthcare Network
Baseline: 65% patient satisfaction, 25% readmission rate
Implementation: 18-month patient experience and clinical workflow platform
Value Achievement:
- Patient Satisfaction: 89% (24 percentage point improvement)
- Readmission Reduction: 15% (10 percentage point improvement)
- Cost Avoidance: $1.8M annually through efficiency and quality improvements
- ROI: 340% with 12-month payback
Executive Summary: "Digital transformation enhanced patient outcomes
while delivering $1.8M+ annual value through operational optimization"
account_id
reporting_period
business_goals
baseline_metrics
roi_analysis
value_metrics
success_stories
executive_summary