" /> AftercallWork Status in CCPulse in Threshold - Genesys CTI User Forum

Author Topic: AftercallWork Status in CCPulse in Threshold  (Read 2896 times)

Offline PFCCWA

  • Hero Member
  • *****
  • Posts: 655
  • Karma: -7
AftercallWork Status in CCPulse in Threshold
« on: June 30, 2010, 10:43:04 AM »
Advertisement
Hello,

What value do I need to use when setting up a Threshold to capture the AfterCallWork Status for an agent?  Within the CurrentAgentState 1 statistic it is showing as AfterCallWork (00:00:07) with the time changing depending on the length the agent spends on the status.

This is the text field within the script:

if Threshold.StatValue = "AfterCallWork" then
  Threshold.Result = true
end if

Thanks,
WA

Offline bounty

  • Jr. Member
  • **
  • Posts: 51
  • Karma: 0
Re: AftercallWork Status in CCPulse in Threshold
« Reply #1 on: July 01, 2010, 08:34:04 AM »
you need to use the following :

[code]
if (Threshold.StatValue=StatAction.SDNAAfterCallWork) then ...
Threshold.Result=True
end if
[/code]

Refer to the good explained "Reporting 7.5 CCPulse+ Administrator’s Guide"