" /> hourly skills - Genesys CTI User Forum

Author Topic: hourly skills  (Read 3622 times)

Offline kingdevil

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
hourly skills
« on: January 28, 2016, 04:34:46 PM »
Advertisement
hi,
is there any way to change the skills of agents with a automatic schedule??
we are trying to route calls to a skill but on friday we want to make different treatment after 14:00, we found a way to do it in IRD but i think it must be more options to do it.

Many thanks

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: hourly skills
« Reply #1 on: January 28, 2016, 04:39:11 PM »
Nope, create different strategies only.
Don't know of WFM could have such feature.

Offline mduran22

  • Full Member
  • ***
  • Posts: 108
  • Karma: 5
Re: hourly skills
« Reply #2 on: January 28, 2016, 11:29:29 PM »
You could customize and do this with Config SDK but it could impact components like WFM and Reporting. In fact there is a post from the WFM Product Manager in the Genesys forums recommending against the changing of skills because of the impact on WFM.

I would think a schedule block in IRD targeting different skills based on day and time. This still could affect your WFM planning if you are using WFM.

Offline Dionysis

  • Sr. Member
  • ****
  • Posts: 408
  • Karma: 8
Re: hourly skills
« Reply #3 on: January 29, 2016, 04:23:18 AM »
Use WFM routing and route to the scheduled activity rather than the skill itself.

Then you can just schedule for whatever activity you want agents to be doing, and URS will figure it out.  Or at least that's what I think it's supposed to do, never had reason to deploy it personally.

Offline victor

  • Administrator
  • Hero Member
  • *****
  • Posts: 1419
  • Karma: 18
Re: hourly skills
« Reply #4 on: January 29, 2016, 04:49:15 AM »
There are several ways to do it. One way would be not to change the skills, but adjust the value for those skills, thus giving priority to one skill over another and then just route based on the skill with the highest skill value This will preserve your WFM, historical and realtime reporting.

There are several ways to do this:
[list]
[li]create table with IRD with the schedule[/li]
[li]make a formula that gives you a result depending on time of date / day of week[/li]
[li]do a DB dip[/li]
[li]access object in CME where the value can be either modified manually or programmatically[/li]
[/list]


I am currently playing with TenzorFlow to decide on the most optimum routing. Needless to say, results are pretty strange.


Offline deadmeat

  • Jr. Member
  • **
  • Posts: 75
  • Karma: -2
Re: hourly skills
« Reply #5 on: January 29, 2016, 11:07:35 AM »
Not the safest way. But maybe it's possible to do on DB side. To schedule a PL\SQL script changing skill values in DB directly ?

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: hourly skills
« Reply #6 on: January 29, 2016, 11:27:27 AM »
[quote]Not the safest way. But maybe it's possible to do on DB side. To schedule a PL\SQL script changing skill values in DB directly ?[/quote]

NO, never do that!

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: hourly skills
« Reply #7 on: January 29, 2016, 01:23:59 PM »
And that would mean a CfgServer restart every time, not wise at all

Offline deadmeat

  • Jr. Member
  • **
  • Posts: 75
  • Karma: -2
Re: hourly skills
« Reply #8 on: January 29, 2016, 01:34:32 PM »
Ok guys. rolling back the proposal :-)

Offline Dionysis

  • Sr. Member
  • ****
  • Posts: 408
  • Karma: 8
Re: hourly skills
« Reply #9 on: January 29, 2016, 06:44:22 PM »
Just want to clarify the language you've used.

You're routing calls to a skill, but on a Friday you want to make a different treatment.

Does this mean:
a) You want to treat the calls differently on a Friday.
or
b) You want to play a different "treatment" (eg. message) on a Friday.

If "a", how exactly do you want to treat them differently?

If "b", this is very simple in IRD using a time segmentation block.

Offline spin

  • Newbie
  • *
  • Posts: 7
  • Karma: 2
Re: hourly skills
« Reply #10 on: February 03, 2016, 07:45:23 AM »
Couldn't you use the Statistical Days functions in Config and IRD?  You can set your strategy to route based on the configuration of the Statistical Days in Config, and if you change the date/time you want to do things, just update the Statistical Days in Config as needed.