Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: Kob9n on February 03, 2016, 07:36:25 AM

Title: CurrentNumberChainsFinalized apply Threshold.
Post by: Kob9n on February 03, 2016, 07:36:25 AM
Good day everyone. Can I apply a  Threshold  for camp. calling list  for statistic CurrentNumberChainsFinalized?

I need to set red color on calling list or campaign if ChainsFinalized in calling list 40000 or more.

GreaterThanLimit

if ( Threshold.StatValue >= 40000 ) then
Threshold.Result = True
else
Threshold.Result = False
end if



CCPulseNotifier.SetColor(Color.Red)