Hello,
![]()
I would like to consult with everybody about the reason and time of NotReadyNextCall as there are some problems regarding this matter.
My plan is to change the color of reasons of NotReadyNextCall 5 minutes later after itâs CCPulse. For example, if the reason of NotReadyNextCall is lunch, the reason spot will turn to red color at CCPlulse.
I read Genesys manual about âThreshold.StatReasonsâ but donât know the meaning of Threshold.StatReasons=âlunchâ.
I created the reason codes 01~03 indicating lunch, toilet and so on, then applied the following Threshold codes to the time of NotReadyNextCall.
ăif (Threshold.StatValue > 10 and Threshold.StatReasons=âlunchâ) then
Threshold.Result = true
end ifă
If the time of NotReadyNextCall is more than 10 seconds and the reason of NotReadyNextCall is lunch, the action is applied to a red color for threshold. However, Threshold.StatReasons=âlunchâ doesnât work.
There are two possible solutions.
statserver sets following codes
Category=CurrentState
MainMask=*
Objects=Agent
Subject=DNAction
If (Threshold.StatValue = StatAction.SDNANotReadyForNextCall and Threshold.StatReasons = â1;1â) then
Threshold.Result = True
end if
As they donât work, I would like to use Threshold.StatReasons = âlunchâ instead.
I will really appreciate it if you could help me think of better ideas.
Thank you very much.