" /> Workbin Age condition - Genesys CTI User Forum

Author Topic: Workbin Age condition  (Read 5863 times)

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Workbin Age condition
« on: February 01, 2012, 04:45:12 PM »
Advertisement
Hi guys,
I'm trying to configure a workbin in order that after an agent puts an email here (Save & Close on GAD) if he doesn't touches it after 2 days it will be moved to a Queue that will be supervised by Supervisors and then reassign the interaction.
My working view has this condition: Age()>86400 but nothing happens...

I see the IXN logs and see the query but no results...

Is this possible?
Thanks

Offline smile

  • Sr. Member
  • ****
  • Posts: 286
  • Karma: 6
Re: Workbin Age condition
« Reply #1 on: February 02, 2012, 08:20:10 PM »
afair i did the same thing and it worked. a bit stupid question from my side: the function 'Age()' that is used in sample, have you tried to write it in small case ('age()')? i believe it case sensitive..

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Workbin Age condition
« Reply #2 on: February 02, 2012, 08:49:35 PM »
yes, it is exactly age() not Age

Question,
Before the workbin it is possible to have nothing right? Mean no previous object, just sitting there on the Business Design alone and then a View and its strategy, correct?

Offline smile

  • Sr. Member
  • ****
  • Posts: 286
  • Karma: 6
Re: Workbin Age condition
« Reply #3 on: February 03, 2012, 06:25:46 AM »
[quote author=cavagnaro link=topic=6923.msg30078#msg30078 date=1328215775]
yes, it is exactly age() not Age

Question,
Before the workbin it is possible to have nothing right? Mean no previous object, just sitting there on the Business Design alone and then a View and its strategy, correct?
[/quote]

yes, correct. BUT when you create workbin object, somebody has ability to put interaction in it, isn't it? thus, designer (in some cases) will add objects before workbin automatically. don't care about it.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Workbin Age condition
« Reply #4 on: February 06, 2012, 04:37:40 PM »
Upgraded IXN Server and still no luck making this work...which logs should I see?? IXN doesn't show me something too helpful on the age analysis it does...

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Workbin Age condition
« Reply #5 on: February 06, 2012, 05:17:45 PM »
Ok so went a little bit deep here and review what the SQL was doing, IXN is sending the age() function literally to DBServer...but MSSQL doesn't understand that function...so...??? As long as I know MSSQL can't determine date differences that easy and I would have expected that IXN server do the conversion to a MSSQL friendly function...
Any suggestions?

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: Workbin Age condition
« Reply #6 on: February 06, 2012, 05:26:00 PM »
Hi Cav,

Name of the translation is "_age()" - you're missing underscore :)

R.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Workbin Age condition
« Reply #7 on: February 06, 2012, 06:01:57 PM »
Yep,
Just found the same here :) Was just going to update

Q2: Which is the frequency that is condition is triggered?

Thanks guys

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: Workbin Age condition
« Reply #8 on: February 06, 2012, 06:49:55 PM »
Answer to Q2 - 'submit-timer-interval' option in 'settings' section of Interaction Server options.

R.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Workbin Age condition
« Reply #9 on: February 06, 2012, 07:31:03 PM »
Great  :D
Thanks!

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Workbin Age condition
« Reply #10 on: February 13, 2012, 06:16:44 PM »
Thanks a lot guys! It is working like a charm :)