" /> action codes in ccpulse - Genesys CTI User Forum

Author Topic: action codes in ccpulse  (Read 2815 times)

Offline S2H

  • Jr. Member
  • **
  • Posts: 56
  • Karma: -5
action codes in ccpulse
« on: January 13, 2015, 01:14:16 PM »
Advertisement
Hi,
  I tried to display the break time & lunch time in ccpulse. But it is not working.
 
I  have created two action codes,
   
  Break    Not Ready    1
  Lunch    Not Ready    2

And, i have created two filters,

PairExist("Break","1")
PairExist("Lunch","2")

The stat which which i have used is Total_Not_Ready_Time with the above filters,


MainMask    NotReadyForNextCall
Category    TotalAdjustedTime
Subject      AgentStatus
Objects      Agent, GroupAgents, GroupPlaces, Place


plz help me regarding this issue. Thanks in advance

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: action codes in ccpulse
« Reply #1 on: January 13, 2015, 01:28:48 PM »
I think, the filter should be in configured with following format :

[quote]PairExist("ReasonCode", 1)
PairExist("ReasonCode", 2)[/quote]

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: action codes in ccpulse
« Reply #2 on: January 13, 2015, 01:28:48 PM »
Check your Tserver logs to see if they match your filters