09-16-2019 01:28 AM
I am trying to create a script where you indicate a specific time in the UCCX and the IVR calls you back on that time, for now I have only made it so that it calls you on the XX:00:00 mark, exactly on the hour. I can not alter specifically minutes in the time variable.
As you can see this specifically alters the variable TimetoCall to 2 AM, but is there a way I can use a different SET command to offset just the minutes?
for example, something like this:
Solved! Go to Solution.
09-16-2019 07:33 AM
Did you know that UCCX Time objects of are of type java.sql.Time?
The documentation online shows that this Time class inherits some methods from java.util.Date, such as setMinutes().
https://docs.oracle.com/javase/7/docs/api/java/sql/Time.html
See if that doesn't help you.
09-16-2019 07:33 AM
Did you know that UCCX Time objects of are of type java.sql.Time?
The documentation online shows that this Time class inherits some methods from java.util.Date, such as setMinutes().
https://docs.oracle.com/javase/7/docs/api/java/sql/Time.html
See if that doesn't help you.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide