" /> ccpulse++ - Genesys CTI User Forum

Author Topic: ccpulse++  (Read 9010 times)

bonti

  • Guest
ccpulse++
« on: January 01, 1970, 12:00:00 AM »
Advertisement
Please give me sample to me about blinking color in ccpulse++

Marked as best answer by on May 03, 2025, 12:58:27 AM

Offline Kart0

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: ccpulse++
« Reply #1 on: February 06, 2009, 02:49:18 PM »
  • Undo Best Answer
  • Huh? Do you mean how to set a colored threshold to a stat?

    Offline cavagnaro

    • Administrator
    • Hero Member
    • *****
    • Posts: 7641
    • Karma: 56330
    Re: ccpulse++
    « Reply #2 on: February 06, 2009, 02:50:50 PM »
    You can find it reading the CCPulse help file.

    Offline Gulden_NL

    • Full Member
    • ***
    • Posts: 109
    • Karma: 1
      • VoxPeritus - The Voice of Experience
    Re: ccpulse++
    « Reply #3 on: February 07, 2009, 03:42:56 AM »
    From the guide:
    [b]Real-World Example[/b]
    For instance, consider the following business scenario, that uses thresholds and
    actions to aid a CCPulse+ operator in managing a queue named ClientQueue.
    Management has decided that 5 calls or fewer waiting in ClientQueue is the
    desired situation; 10 or more calls waiting represents an alarming condition;
    and anywhere in between is acceptable.

    Three custom thresholds, UnderCapacity, AtCapacity, and OverCapacity,
    have been applied to the CallsWaiting statistic, which is a statistic that is
    monitored for ClientQueue. The custom thresholds are defined as follows:

    [b]UnderCapacity[/b]
    [i]if Threshold.StatValue < 5 then
    Threshold.Result = true
    end if[/i]

    [b]AtCapacity[/b]
    [i]if Threshold.StatValue >= 5 and Threshold.StatValue < 10 then
    Threshold.Result = true
    end if[/i]

    [b]OverCapacity[/b]
    [i]if Threshold.StatValue >= 10 then
    Threshold.Result = true
    end if[/i]

    A color action is assigned to each threshold to change the background color of
    a table cell holding the CallsWaiting statistic when CCPulse+ evaluates the
    threshold to be True. The UnderCapacity threshold triggers the SetGreen
    action. AtCapacity triggers the SetYellow action, and OverCapacity triggers
    the SetRed action.

    Now CCPulse+ users have a visual cue to quickly assess ClientQueue
    performance.

    tony

    • Guest
    Re: ccpulse++
    « Reply #4 on: February 08, 2009, 08:31:50 PM »
    Hmm.... Could I please ask that we refrain from copy/paste portions of text from Genesys manuals... and also hotlinking to their support site...?

    This is an independent Forum and we have no official ties with Genesys.  To date, responses on the Forum have been in the form of para-phrasing or setting examples as individuals - or providing homegrown guides.  I'm sure we've not yet stepped over the mark and I wouldn't want us to fall foul of any copyright infringements.

    I'm leaving this post "as is" for the moment but I will take advisement as to whether it is in fact legally allowed to verbatim copy information from any Genesys publication.

    Thanks for your understanding!

    Tony

    [quote author=Guilden_NL link=topic=1348.msg16501#msg16501 date=1233978176]
    [color=red][b]From the guide:[/b][/color]
    [b]Real-World Example[/b]

    <<<SNIP>>>

    Offline Gulden_NL

    • Full Member
    • ***
    • Posts: 109
    • Karma: 1
      • VoxPeritus - The Voice of Experience
    Re: ccpulse++
    « Reply #5 on: February 09, 2009, 08:03:27 AM »
    Tony,
    OK I'll refrain from the copy/paste, though I will bash the daylights out of Paul Segre on this.  I am >this close< to shutting down all future business with Genesys, and given that Genesys' tech support is failing in many customers' opinion, this is a very salient point.

    Now, hot linking to the Genesys documentation in their support site definitely is [b][u]not[/u][/b] a problem.  In order to get access to that documentation, you need to be a Genesys customer and have a UserID and password to get access to the doc.  Given that Genesys hasn't done a good job with their documentation interface, we're doing them a favor guiding their own customers to the documents that they rightfully own!

    If Genesys would take Avaya's view, they wouldn't be beat up on the weekly call with their execs about Genesys' last century documentation.

    Vic has registered this site in America, therefore we're starting from American law which I know inside and out. 

    Let's take it off line.  Genesys is killing themselves with their poor documentation and archiving.  We're fine here legally.  I'll not copy and paste, but Monday morning I will be on the phone with Genesys' solicitors about this (I have to speak with them anyway)
    « Last Edit: February 09, 2009, 08:07:43 AM by Guilden_NL »

    tony

    • Guest
    Re: ccpulse++
    « Reply #6 on: February 09, 2009, 10:13:40 AM »
    That's much appreciated - thank you.

    Tony

    Offline victor

    • Administrator
    • Hero Member
    • *****
    • Posts: 1419
    • Karma: 18
    Re: ccpulse++
    « Reply #7 on: February 16, 2009, 09:32:59 AM »
    Ok, ok, getns, let's calm down here...


    the guy asked for a sample of threshold implementation with blinking colors - let's keep it at that. No need for fireworks here - blinking is more than enough!  ;D

    Offline mark

    • Sr. Member
    • ****
    • Posts: 415
    • Karma: 2
    Re: ccpulse++
    « Reply #8 on: February 16, 2009, 11:14:01 AM »
    Its also a question from the old board, so the user won't be looking for a reply :p