Define the minimum and maximum number of agents to forecast demand
Set the minimum or maximum number of agents required per hour so that you always have the desired staffing coverage.
Before you begin
Role required: sn_agent_forecast_admin
About this task
When you calculate the number of agents for your staffing needs, you have the option
of defining how many minimum or maximum number of agents you would need by default
per hour using the Math.min and the Math.max
functions.
Procedure
- Navigate to All > Workforce Optimization for ITSM > Demand Forecast > Formula Parameters.
-
Create a formula parameter to set either the minimum or maximum number of
agents you need every hour.
- Click New.
- In the Name field, enter a unique name for the parameter.
- In the Value field, enter the number of agents
required when converting resources.
- To set the minimum number of agents, enter the lowest number of agents you would require per hour.
- To set the maximum number of agents, enter the highest number of agents you would require per hour.
- Click Submit.
-
Create a Resource Conversion formula.
- Click Resource Conversion Formula.
- Click New.
- in the Name field, enter a unique name for the resource conversion formula.
- Right-click the form header and click Save.
- In the Formula field, do one of the following:
- To create a formula for the minimum number of agents required per hour:
- Add the
Math.maxfunction. - Click Browse Formula Parameters and select the formula you have created to set the minimum number of agents.
- Click Browse Forecast Configuration and select the formula you want to use for the forecast configuration.
For example, let's assume you need a minimum of two agents per hour and you're using the following formula:Math.max(([FP:Min Number of Agents]), (([FC:Chat Interactions Created] * [FP:Average Chat Duration]) / [FP:Average Agent Work Time Per Day])), where,- You've set the
[FP:Min Number of Agents]value to2. - The output value for this formula
[FC:Chat Interactions Created] * [FP:Average Chat Duration]) / [FP:Average Agent Work Time Per Day]is0.
Although the forecast configuration indicates that no agents are required, because you've set the minimum number of agents to two, that value will be used for resource conversion.
- Add the
- To create a formula for the minimum number of agents required per hour:When the resource conversion formula is calculated, the lower of the two values is used as the upper limit for the minimum number of agents required per hour.
- Add the
Math.minfunction. - Click Browse Formula Parameters and select the formula you have created to set the maximum number of agents.
- Click Browse Forecast Configuration and select the formula you want to use for the forecast configuration.
For example, let's assume you need a maximum of eight agents per hour and you're using the following formula:Although the forecast configuration indicates that 10 agents are required, because you've set the maximum number of agents to eight, that value will be used for resource conversion.Math.min(([FP:Max Number of Agents]), (([FC:Chat Interactions Created] * [FP:Average Chat Duration]) / [FP:Average Agent Work Time Per Day])), where,- You've set the
[FP:Max Number of Agents]value to8. - The output value for this formula
[FC:Chat Interactions Created] * [FP:Average Chat Duration]) / [FP:Average Agent Work Time Per Day]is10.
- Add the
- Click Submit.