" /> CurrentNumberChainsFinalized apply Threshold. - Genesys CTI User Forum

Author Topic: CurrentNumberChainsFinalized apply Threshold.  (Read 1687 times)

Offline Kob9n

  • Newbie
  • *
  • Posts: 10
  • Karma: 0
CurrentNumberChainsFinalized apply Threshold.
« on: February 03, 2016, 07:36:25 AM »
Advertisement
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)