Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Sv translation
languageen

Introduction

A dynamic priority group is a container which references:

  • Targets
    • The number of planned calls for a time slice associated with the dynamic priority group
  • One or more ACD groups
    • All of the agents logged into the associated groups are considered when the KPIs for the wallboard are calculated
  • Static configuration values
    • The static configuration values can be used when the dynamic priority group is switched off


Service numbers reference the dynamic priority group:

  • All associated service numbers are considered when the KPIs are calculated for the dynamic priority group.

Operation

Activation

In the supervisor, tab Dynamic Priority Groups, the following is shown:

The green circles shown from left to right denote the following:

  • Dynamic priority group "BigShoes" is active
  • Static priority 50 overrides service number priority is active
  • The dynamic priority planned calls entry for 20.11.2020 from 00:00 to 23:59 of 100 calls is active

Clicking on the green circle will toggle the activation / deactivation of these entries.

Dynamic Mode

Dynamic mode is when the dynamic priority group is activated in the supervisor and calls are planned for the current timeslice. Also the planned calls entry must be active. 

For example:

If all three of these criteria are met, the algorithm works as follows:

Code Block
( Remaining Time in Timeslice > 0 ) AND ( Planned Calls > Serviced Calls in Timeslice ) --> Priority = dynamic
( Serviced Calls in Timeslice >= Planned Calls ) --> Priority = 0

The formula for calculating the dynamic priority is as follows:

Code Block
DeltaCallsPercent = ( PlannedCalls - ServicedCalls ) * 100.0 / PlannedCalls;
DeltaTimePercent = SecondsToGoInTimeslice * 100.0 / SecondsTotalInTimeslice;
DynamicPriorityGroupsPriority = MINIMUM OF ( ( DeltaCallsPercent * 50 / DeltaTimePercent ), 100 );

Static Mode

Static mode is when the planned calls entry is inactive:

or the dynamic priority group is inactive:

but, as in both screenshots above, the static priority is active.

If these criteria are met, the algorithm applies the static priority to the call.

The following controls are available to the supervisor:

ControlFunction

Reset all static priorities.

Increase a static priority entry.

Decrease a static priority entry.

Reset a static priority entry.

Off Mode

Off mode is when the dynamic and static priority are deactivated:

In this case, the priority assigned by the service number settings is applied to the call.



Sv translation
languagede

Einführung

Eine dynamische Prioritätsgruppe ist ein Container, der Referenzen enthält:

  • Ziele
    • Die Anzahl der geplanten Aufrufe für eine Zeitscheibe, die mit der dynamischen Prioritätsgruppe verbunden ist
  • Eine oder mehrere ACD Gruppen
    • Bei der Berechnung der KPIs für die Wandtafel werden alle Agenten berücksichtigt, die in den zugehörigen Gruppen angemeldet sind
  • Statische Konfigurationswerte
    • Die statischen Konfigurationswerte können verwendet werden, wenn die dynamische Prioritätsgruppe abgeschaltet ist


Servicerufnummern verweisen auf die dynamische Prioritätsgruppe:

  • Bei der Berechnung der KPIs für die dynamische Prioritätsgruppe werden alle zugehörigen Dienstnummern berücksichtigt.

Betrieb

Aktivierung

Im Supervisor, Tab Dynamische Prioritätsgruppen, wird Folgendes angezeigt:

Image Added

Die von links nach rechts dargestellten grünen Kreise haben folgende Bedeutung:

  • Dynamische Prioritätsgruppe "BigShoes" ist aktiv
  • Statische Priorität 50 überschreibt Servicerufnummernpriorität ist aktiv
  • Die für den 12.04.2020 von 09:00 bis 20:59 Uhr geplante dynamische Prioritätseintragung von 100 Aufrufen ist aktiv

Durch Klicken auf den grünen Kreis wird die Aktivierung / Deaktivierung dieser Einträge umgeschaltet.

Dynamischer Modus

Dynamischer Modus ist, wenn die dynamische Prioritätsgruppe im Supervisor aktiviert ist und Anrufe für die aktuelle Zeitscheibe geplant sind. Auch die Eingabe der geplanten Aufrufe muss aktiv sein.

Zum Beispiel

Introduction

A dynamic priority group is a container which references:

  • Targets
    • The number of planned calls for a time slice associated with the dynamic priority group
  • One or more ACD groups
    • All of the agents logged into the associated groups are considered when the KPIs for the wallboard are calculated
  • Static configuration values
    • The static configuration values can be used when the dynamic priority group is switched off

Service numbers reference the dynamic priority group:

  • All associated service numbers are considered when the KPIs are calculated for the dynamic priority group.

Operation

Activation

In the supervisor, tab Dynamic Priority Groups, the following is shown:

Image Removed

The green circles shown from left to right denote the following:

  • Dynamic priority group "BigShoes" is active
  • Static priority 50 overrides service number priority is active
  • The dynamic priority planned calls entry for 20.11.2020 from 00:00 to 23:59 of 100 calls is active

Clicking on the green circle will toggle the activation / deactivation of these entries.

Dynamic Mode

Dynamic mode is when the dynamic priority group is activated in the supervisor and calls are planned for the current timeslice. Also the planned calls entry must be active. 

For example:

If all three of these criteria are met, the algorithm works as follows:

Code Block
( Remaining Time in Timeslice > 0 ) AND ( Planned Calls > Serviced Calls in Timeslice ) --> Priority = dynamic
( Serviced Calls in Timeslice >= Planned Calls ) --> Priority = 0

The formula for calculating the dynamic priority is as follows:

Code Block
DeltaCallsPercent = ( PlannedCalls - ServicedCalls ) * 100.0 / PlannedCalls;
DeltaTimePercent = SecondsToGoInTimeslice * 100.0 / SecondsTotalInTimeslice;
DynamicPriorityGroupsPriority = MINIMUM OF ( ( DeltaCallsPercent * 50 / DeltaTimePercent ), 100 );

Static Mode

Static mode is when the planned calls entry is inactive:

or the dynamic priority group is inactive:

but, as in both screenshots above, the static priority is active.

If these criteria are met, the algorithm applies the static priority to the call.

The following controls are available to the supervisor:

ControlFunction

Reset all static priorities.

Increase a static priority entry.

Decrease a static priority entry.

Reset a static priority entry.

Off Mode

Off mode is when the dynamic and static priority are deactivated:

In this case, the priority assigned by the service number settings is applied to the call.