Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: cavagnaro on February 01, 2012, 04:45:12 PM
-
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
-
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..
-
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 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.
-
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...
-
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?
-
Hi Cav,
Name of the translation is "_age()" - you're missing underscore :)
R.
-
Yep,
Just found the same here :) Was just going to update
Q2: Which is the frequency that is condition is triggered?
Thanks guys
-
Answer to Q2 - 'submit-timer-interval' option in 'settings' section of Interaction Server options.
R.
-
Great :D
Thanks!
-
Thanks a lot guys! It is working like a charm :)