Changing the calculation of estimated wait time
By default, Pega Retail Advisor calculates the estimated wait time for the customer queue using the average resolution time of the last three completed interactions. If you want to calculate the estimated wait time based on a different number of interactions, update the EWTInteractionCount property in the PegaCA-Admin-ApplicationSetting-Retail.ApplicationSettings data transform.
The calculation logic for estimated wait time is defined in the Code-Pega-List.CalculateEWT activity. To change the logic, save the activity to your implementation ruleset.- In the Dev Studio header search box, enter CalculateEWT, and then select the result which applies to Code-Pega-List.
- Click Save As to save the activity to your ruleset.
- On the Steps tab, expand Step 6.
- Update the PropertiesValue for the EstimatedWaitTime property as needed.
- Click Save.
Previous topic Configuring the customer queue Next topic Implementing SMS notifications