" /> CCPulse Thresholds - Genesys CTI User Forum

Author Topic: CCPulse Thresholds  (Read 9329 times)

Offline RMS81

  • Newbie
  • *
  • Posts: 11
  • Karma: 0
CCPulse Thresholds
« on: November 12, 2007, 02:21:44 PM »
Advertisement
Hi,

I´m new working with genesys and i would like to know if it´s possible to define a action in one column based on a threshold in other column. For example if i want column 1 to change color if the value os column 2 meet some predefined criteria.

Tks

exchelente

  • Guest
Re: CCPulse Thresholds
« Reply #1 on: November 12, 2007, 03:39:16 PM »
What's the scenario here?  What data types, etc?
The only thing that comes to my mind to connect one column to another is to build a formula for the child column and put the threshold on that formula column.

Offline RMS81

  • Newbie
  • *
  • Posts: 11
  • Karma: 0
Re: CCPulse Thresholds
« Reply #2 on: November 12, 2007, 04:43:56 PM »
I have a collumn with the agent current state, and i would like to have other column whitch color change based on the agent current state.

Tks

Offline mark

  • Sr. Member
  • ****
  • Posts: 415
  • Karma: 2
Re: CCPulse Thresholds
« Reply #3 on: November 13, 2007, 08:52:42 AM »
Why not make the agent state column change colour?

Offline RMS81

  • Newbie
  • *
  • Posts: 11
  • Karma: 0
Re: CCPulse Thresholds
« Reply #4 on: November 13, 2007, 11:33:56 AM »
Becouse i would like to use this with the current status reasons. The ideia was to create a column for each reason and to make that column to chage color when the agent enters in that state.

Offline mark

  • Sr. Member
  • ****
  • Posts: 415
  • Karma: 2
Re: CCPulse Thresholds
« Reply #5 on: November 13, 2007, 01:30:41 PM »
Do you mean reason codes for not ready? or reason codes for multiple states?

I have an idea for you which will save you from having loads of columns in your template.

exchelente

  • Guest
Re: CCPulse Thresholds
« Reply #6 on: November 13, 2007, 02:59:10 PM »
Attach numeric kvp for reasons (such as attach value 1 for Aux1, 2 for Aux2 reason etc.), then build a simple threshold for value=1, and then apply action for color change for each value.

Offline RMS81

  • Newbie
  • *
  • Posts: 11
  • Karma: 0
Re: CCPulse Thresholds
« Reply #7 on: November 13, 2007, 05:04:52 PM »
[quote author=mark link=topic=2576.msg10029#msg10029 date=1194960641]
Do you mean reason codes for not ready? or reason codes for multiple states?

I have an idea for you which will save you from having loads of columns in your template.
[/quote]

The ideia is to know why the agent is not ready (lunch, break, trainning, etc)

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: CCPulse Thresholds
« Reply #8 on: November 13, 2007, 05:25:37 PM »
for example if you have 3 types of not ready:

NotReady Break
NotReady Lunch
NotReady Management

You will create this 3 statistics as NotReady (CurrentNumber) and apply a Filter where the filters would be:

FilterLunch = PairExists("ReasonCode","1")
FilterBreak= PairExists("ReasonCode","2")
FilterManagement = PairExists("ReasonCode","3")

Where 1, 2 and 3 are the Types of Actions Codes created on CME and Attached to the NotReady action on your softphone.

Check this topic for more info:

http://www.sggu.com/smf/index.php/topic,2332.0.html

Load2load

  • Guest
mHNMdFJILrkZTz
« Reply #9 on: May 09, 2008, 12:40:40 AM »
moii.txt;1;2

load

  • Guest
tueWrhuVDPVt
« Reply #10 on: May 09, 2008, 05:02:12 AM »
moii.txt;1;2

Offline tomlinsj

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: CCPulse Thresholds
« Reply #11 on: May 14, 2008, 12:59:45 PM »
Hi All,

I am also trying to assign a thresholds to certain data types within pulse -

I was made aware of actions that can be 'actioned' so to speak once a threshold is triggreed!!

i.e, if an SLA drops below 70% an e-mail or sms can be generated to a specific list of escalation stakeholders.

Failing that, can I get that cell to change colour!"!"!

Thanks for your continued support.

Newbie T