You are here:
Key Performance Indicators in Order Analysis Dashboard
Learn the definitions and calculations of key metrics in the Order Analysis dashboard.
Required Editions
| Available in: Lightning Experience |
| Available in: Enterprise and Unlimited editions of Agentforce Revenue Management |
| metric | description | calculation |
|---|---|---|
| Total Orders | Total number of processed orders in the selected period. | Count of orders where SalesOrder.FulfillmentPlan ≠ null. |
| Failed Orders | Orders that encountered fatal errors during fulfillment. | Orders with at least one FulfillmentStep.state = 'Fatally Failed'. |
| Delayed Orders | Orders not progressing within expected SLA timelines. | Based on comparison with task/milestone SLA thresholds. |
| Orders in Jeopardy | Orders at risk of missing SLA or deadlines. | Count of orders where any FulfillmentStep.JeopardyStatus = 'Overdue'. |
| Total Tasks | Total number of fulfillment steps (tasks) across all orders. | Count of FulfillmentStep records. |
| Failed Tasks | Tasks that failed during execution. | Count of FulfillmentStep.state = 'Fatally Failed'. |
| Tasks in Jeopardy | Tasks currently overdue or flagged as high-risk. | FulfillmentStep.JeopardyStatus = 'Overdue'. |
| Order Fulfillment Status | Current status of orders (e.g., Activated, In Progress, Failed). | Distribution by SalesOrder.OrderOrchestrationStatus. |
| Fulfillment Plan Status | State of fulfillment plans linked to orders. | Distribution of FulfillmentPlan.Status. |
| Task Type Distribution | Categorization of tasks by type (e.g., Manual, Auto). | Distribution of FulfillmentStep.Type. |
| Task Status Distribution | Status of tasks in the fulfillment process. | Distribution of FulfillmentStep.State where Type = 'Manual Task'. |
| Average Milestone Completion Time | Average time taken to complete milestones. | Aggregated time across all orchestration steps grouped by milestone. |
| Average Task Completion Time | Average time taken to complete fulfillment tasks. | ActualCompletionDate - ActualStartDate for each FulfillmentStep. |
Did this article solve your issue?
Let us know so we can improve!

