Demand Forecast components in Workforce Optimization for ITSM
Summarize
Summary of Demand Forecast Components in Workforce Optimization for ITSM
The Demand Forecast components in Workforce Optimization for ITSM enable organizations to effectively manage and predict the resource needs based on historical data for incidents and interactions. This functionality is essential for optimizing workforce allocation and improving service delivery within IT operations.
Show less
Key Features
- Forecast Configurations: Various configurations collect data for different types of interactions, including chat interactions, non-P1 incidents, P1 incidents, and walkup interactions.
- Metric Retention Policy: Retains data at hourly intervals for three years, ensuring a comprehensive historical dataset for analysis.
- Forecast Parameters: Customizable parameters that influence how resource forecasts are calculated based on average agent work times and interaction durations.
- Roles for Demand Forecast: Specific roles allow users administrative access to create and manage forecast configurations and access forecast data.
- Scheduled Jobs: Automated jobs collect historical data and calculate future forecasts, enhancing the accuracy and reliability of resource planning.
Key Outcomes
By utilizing the Demand Forecast components, ServiceNow customers can:
- Anticipate staffing needs based on predicted service demand, leading to improved resource management.
- Enhance service delivery by ensuring adequate staffing levels during peak times.
- Make data-driven decisions with access to detailed historical performance metrics.
- Streamline operations through automated data collection and forecasting processes.
Workforce Optimization for ITSM installs roles to administer ITSM Manager Workspace Demand Forecast, properties to configure default behavior, scheduled jobs to collect data for the configurations, tables to store data, forecast configurations to collect data for incidents and interactions and a retention policy to store metric data.
Forecast configurations
| Name | Description |
|---|---|
| Chat Interactions Created | Collects data for chat interactions. |
| Non P1 Incidents Created | Collects data for all incidents that are not tagged as priority 1. |
| P1 Incidents Created | Collects data for priority 1 incidents. |
| Walkup Interactions Created | Collects data for walk up interactions. |
Metric retention policy
The WFO Forecast time series metric retention policy is available by default for all forecast configurations. By default, this retention policy stores data at a one-hour interval for the past three years.
Formulas to create resource forecast configurations
| Name | Formula to create this resource forecast configuration |
|---|---|
| Chat Interactions to Agent Conversion | ([FC:Chat Interactions Created] * [FP:Average Chat Duration]) /
[FP:Average Agent Work Time Per Day] |
| Incident and Interaction Resources | [FC:Incidents Created to Agent Conversion] + [FC:Chat Interactions to
Agent Conversion] + [FC:Walkup Interactions to Agent
Conversion] |
| Incidents Created to Agent Conversion | (([FC:P1 Incidents Created] * [FP:Average P1 Incident Work Time]) /
[FP:Average Agent Work Time Per Day]) + (([FC:Non P1 Incidents Created] *
[FP:Average Non P1 Incident Work Time]) / [FP:Average Agent Work Time Per
Day]) |
| Walkup Interactions to Agent Conversion | ([FC:Walkup Interactions Created] * [FP:Average Walkup Duration]) /
[FP:Average Agent Work Time Per Day] |
Forecast parameters
| Name | Description |
|---|---|
| Average Agent Work Time Per Day | Average time an agent works in a given day. |
| Average Chat Duration | Average duration of an agent chat for each incident or interaction. |
| Average Non P1 Incident Work Time | Average time an agents spends working on all incidents that are not categorized as Priority 1. |
| Average P1 Incident Work Time | Average time an agents spends working on all incidents that are categorized as Priority 1. |
| Average Walkup Duration | Average duration an agent spends on a walkup interaction. |
If you create forecast parameters for a forecast configuration, the values set in the configuration are used instead of the default forecast parameters listed in the forecast properties section. For information on configuring forecast parameters, see Modify forecast parameters to visualize forecast data
Forecast properties
| Name | Description | Example |
|---|---|---|
| sn_agent_forecast.historical_data_points | The hourly historical data points to be used for the forecast. The maximum allowed data points is 26280. The default value is 8760 and represents the hourly data points for a one year time period (24 hours x 365 days x 1 year). |
For example: 24 hours x 365 days x 3 years = 26280 |
| sn_agent_forecast.seasonal_frequency | The seasonal frequency of a repeated pattern. The default value is 168. | For example:
|
| sn_agent_forecast.forecast_periods | The number of periods/seasons to forecast. A period is the length of a season.The default value is 5. | For example:
|
| sn_agent_forecast.number_of_historical_days_in_timeseries_chart | The number of historical days that will be plotted in the time-series chart in Manager Workspace. | For example, if the number is set to 90,then the number of days is counted from the current day to 90 days ago. |
Roles for Demand Forecast
| Role title [name] | Description | Contains roles |
|---|---|---|
| Forecast admin [sn_agent_forecast.admin] | Grants administrative rights to create, read, update, and delete (CRUD) forecast configuration tables. |
|
| Forecast user [sn_agent_forecast.user] | Grants read access to forecast configuration tables. |
Tables for Demand Forecast
| Table | Description |
|---|---|
| Forecast Configuration [sn_agent_forecast_configuration] | Define data collection definition and resource conversion formula configurations. |
| Forecast Parameter [sn_agent_forecast_parameter] | Define forecast parameters required for the formula. |
| Forecast Configuration group [sn_agent_forecast_configuration_m2m_sys_user_group] | Associate resource conversion formula with assignment groups. |
Forecast configurations available by default
- Deskside Support
- IT Service Desk
- Application Support
- Technical Support
Schedule jobs for Demand Forecast
| Name | Description |
|---|---|
| Collect historical data for automated forecast configurations |
|
| Collect daily data for automated forecast configurations |
|
| Forecast resources for future | Calculates the forecast resources for the future based on the collected data.
|