CCX User to edit the Time of Day settings?

We have CCX Premium 7.0(1) with a few CSQ's for various different incoming calls.
Each of these CSQ's have defined opening hours using the Time of Day field in the associated script. Because of the bad weather in our area recently I've had to change the time of day field to reflect the office closing early.
Although not a difficult or particularly time consuming job, it would be nice if I could leave it to someone else to make the changes as and when they need to. I was thinking of giving a user access to a number which they would call, follow some prompts, enter the necessary opening/closing times and then make this live on the necessary CSQ.
Does anyone know if this is possible and if so is there a "best" way to do it?
Thanks
Jeff

Thanks for reply Gergely.
I am trying to compare the Current Time with the time in XML doc as suggested in this post.
Lets assume you're going with your first version, have your users enter start/stop times in 24 hour format. For example, 930 for 9:30 AM, and 1730 for 5:30PM
Concat your two strings into the format of: startTime + "-" + endTime. I.e: "930-1730"
Write this value to a document
In your scripts, you'll need to read the document with the string we created above (into a variable, 'todString' in this example). You'll need a single dimension String Array as a variable.
String[] ToD
Assume you stored the ToD string as 'todString'
Set ToD = todString.split("-")
If (int.valueOf(ToD[0]) <= int.valueOf(T[now].getHours() + "" + T[now].getMinutes()) && int.valueOf(ToD[1]) >= int.valueOf(T[now].getHours() + "" + T[now].getMinutes()))
     True:
          /* within hours of operation */
     False:
          /* outside hours of operation */
Essentially what we are doing is this:
storing the hours of operations as "930-1730", once we split it, ToD[0] will be "930", ToD[1] will be "1730"
The "" in T[now].getHours() + "" + T[now].getMinutes() is important, without it you would simply get back a integer result of hours plus minutes.
int.valueOf() turns our Strings into numbers which we can compare. If the startTime is less than or equal to the current time, than we're open. If the endTime is greater than or equal to our current time, we're still open.
I am also trying to follow the same thing as my customer wants to manually change the Operation Hours.
Thanks & Regards,
Arpit

Similar Messages

  • Question about reseting the time of day trigger.

    A little while back the college was running a promotion and at the last minuet they decided to stay open later then normal to server the needs of our students.  I reset the time of dayclosing time with the CCX editor and ga 6 the phone shut down when I had change it to 7:00.  I then rebooted our contact center servers so that the new close time would be active but in rebooting the 2 servers all the callers in queue were dropped.  Is there a way to change  the time of day trigger and rest it with out rebooting the servers? 
    Thanks
    Eric

    Hi Eric,
    When you edit the UCCX scripts \ prompts \grammers \ applications, please refresh these pages from the UCCX Admin-> Application path.
    Yes, as the UCCX high Availability works in "Warm standby" modes it is expected that the calls in Queue will be dropped, where as the connected calls will continue at the cost of missing Call details.
    Hope it helps.
    Anand
    Please rate helpful posts by clicking on the stars below the right answers!!

  • DVR STB will not hold the display of the time of day.

    I am new to FIOS.  I have a DVR Set Top Box for my HD TV.  I prefer to see the time of day displayed.  I set this option in Menu/Settings/Set Top/Display and it works OK UNTIL you change the channel.  Then it displays the new channel and DOES NOT revert back to the time of day as it is supposed to do.
    Called Verizon.  They reset the box.  It worked OK for about 30 minutes then went back to the same problem.  I don't want them to reset it again because when they did it wiped all of my favorites.
    Any solutions will be greatly appreciated.
    Solved!
    Go to Solution.

    Try rebooting the STB and then change the clock setting and change it back. That worked for me when i had this issue. I have seen this reported a couple of times and most of the time if this fix didnt work, the issue resolved itself within a couple of days.
    Also, it should be noted that with the 1.7IMG release they changed the way the front display functioned. It now changes to show the channel number at every program change and then reverts back to showing the clock after about 2 minutes.
    "If your problem has been solved, please mark it as such. Don't forget to hand out your Kudos!"

  • How can I print a month calendar without the times of day from the day calendar

    The obvious way to put items into iCal is via the day calendar. But I want to print the calendar as one month to a page and there I do not want the times of day.

    It seems like a simple solution must be at hand. There is an option in the iCal Preferences (General) panel--Show event times. With this command unchecked the screen view of the month view is free of the times of day, but when I print the month view the times of day are printed.

  • For iPhone4 with iOS7, how can i see the time of day for a voice memo instead of the length of time for the recording?

    For iPhone 4S with iOS7 version 7.0.2, how can I see the time of day for a voice memo, as opposed to its length (of time)?

    For iPhone 4S with iOS7 version 7.0.2, how can I see the time of day for a voice memo, as opposed to its length (of time)?

  • Hello THIS IS RAZA I GOT A MACBOOK PRO I HAVE A PROBLEM. PROBLEM IS how to solve this problem i have uploaded in .... all the time few days later on i face this problem in safari..... anyone can help me please.....thanks Screen Shot 2015-03-21 at 10.

    Hello
    THIS IS RAZA
    I GOT A MACBOOK PRO
    I HAVE A PROBLEM. PROBLEM IS how to solve this problem i have uploaded in .... all the time few days later on i face this problem in safari..... anyone can help me please.....thanks

    This is a scam. Do not phone these people, at best they will charge you for unnecessary 'cleaning' and at worst they will gain access to your Mac and steal your data. You've probably managed to install some 'adware' which is producing this fake warning. 'Adwaremedic' should remove it and is safe to use - please see
    http://www.adwaremedic.com/index.php

  • How to show asterisk * effect once the user starts editing the document??

    I wrote a java text editor. I creat a new internal frame and allows to open a document.
    How to have an effect (an asterisk * follows the filename in title bar) once
    the user starts editing the document? And once I save that file, that asterisk * will
    disappear. It seems to me we need to add a listener, but not sure how to change
    the title bar of internal frame??

    just use DocumentListener like
    myTextArea.getDocument().addDocumentListener(new DocumentListenet(){
    public void changedUpdate(DocumentEvent e){
    frame.setTitle( frame.getTitle() + "*" );
    implements two other methods too

  • How do you change the time of day presets in ical?

    How do you change the time of day presets in ical?  I would like them to be only 1 hour difference, with the preset start times of 10:00 am and end time of 6:00 pm, if I have anything starting after 4:00 pm it also changes the date to the next day.  Incredibly annoying!

    Hi there jenni6,
    It looks like this is possible in the Calender prefernces. Take a look at the article below for more infromation.
    Calendar (Mavericks): General preferences
    http://support.apple.com/kb/PH14994
    -Griff W.

  • User Exit at the time of saving Prod Order.

    Hi All,
              I need to know whether there is any exit which gets called when I save the Production Order.
    In our project Serial No as well as Production Order gets created when we save the Production Order.
    I have to pass "Basic Start Date" to a FM which generates Serial No.I can hit some DB table if i know
    Planned Order no at the time of saving of Production Order.So i want the user exit at the time of saving Prod Order
    I have also tried one program which gives all the User exits for a certain Transaction.But the user exit mentioned in that is not getting called.
    Thanks in Advance,
    Saket.

    hi,
    check this exit for production order by placing a break point in it.it will work .
    PPCO0007                         Exit when saving production order
    exit name : EXIT_SAPLCOZV_001

  • User Exit at the time of activity saving

    Dear all,
    I want to update activity constarints & date based on some logic & want to ensure that at the time of activity saving logic should triggered. I want to use user exit for this.Validation/ substitution is also one option but does not seem feasible. if you know any user exit at the time of activity saving, please share with me.
    Regards,
    Ashok Sangal

    You requirement is to check the constrain based on scheduling . THere  is not user exist I believe that may exaclty address your requirement.  THan also check below two user exit.
    CNEX0028  Check activity release
    CNEX0029  Check network release
    Ideally yhou should chekc for hte some BAPI for hte network save will help you .
    Regards
    Nitin P.

  • Roles for the user to Edit the Dimension without being an administrator

    Dear Users,
    I have a query based on Planning security.
    I want the user to edit the dimensions and members in planning application. However, the user cannot be administrator.
    I have created a user and assigned the role of "Interactive User" on Planning roles and of "Dimension Editor" on Shared Services access. With this provisioning user the "Administration-->Dimension" is grayed out for the user.
    Please suggest if roles can be assigned to the user in order to Edit the Dimension without being an administrator?
    Regards,
    Praveen.

    I am sure this question gets asked over and over, they need to be an administrator.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • The time of day doesn't sinc from my iphone to my pc is there a way to set that?

    The time of day on my PC doesn't sync with my iphone 4S in my calender. The PC shows the event 3 hours behind the iphone. Is there a setting I need to change?

    Unfortunately you can't restore an incomplete backup.

  • Is there an app that can control the ringer volume by the time of day?

    Is there an app that can control the ringer volume by the time of day. Like say i had work. Is there an app that can automaticly change the ringer volume on certain days at times you input to lower the ringer volume?

    Can a app like this be made or will apple not allow it?

  • How do I see the time of day a call was received on 4S?

    Can anyone tell me how to see the time of day a phone call was received or sent on the IPhone 4S?

    Phone>Recents...tap the "Blue" chevron.

  • Can the iPhone have settings profiles?  I want the settings of what apps are using the "call home" automatically set based on my location or the time of day.  Is this possible?

    Can the iPhone have settings profiles?  I want the settings of what apps are using the "call home" automatically set based on my location or the time of day.  Is this possible?  Of course the GPS location feature will need to be on in order for this to work.  But the idea here would be to optimize battery life by disabling the 'call home' requests of apps.  The settings profile should also support downloads as I would like to download and allow it when I am on WiFi but not so much when I am using my cellular data.

    No, this is not possible as the sandboxed nature of iOS would not allow any app to modify another app like that. Such a feature would have to be enabled by Apple as a part of iOS itself. You can submit feedback to Apple about the idea if you wish to.
    https://www.apple.com/feedback/

Maybe you are looking for

  • Can't upgrade iOS 4.3.3 to iOS 5.1 on iPad

    I'm trying to help a technophobe friend update her iPad from 4.3.3 to 5.1. She's done no upgrades to her iOS since getting her iPad. I've done each of mine seamlessly. I am completely perplexed and haven't found an answer to our dilemma since we emba

  • Order by on the basis of last characters of the column

    hi i have this type of data in Column ABL - Allied Corp. services (XES) - Newyork ABL - Allied Corp. services (XES) - Chicago SBS - Logistics - Newyork ETC.. As the last characters are for city and i want to perform order by on the basis of city.The

  • New user need help

    I recently downloaded the most recent version of Premiere Pro CC 2014 and wanted to try the tutorial "Eagle Nesting"  I Downloaded the sample files and saved an additional copy on my desktop.  When I open Adobe Premiere and follow your instructions t

  • Type descriptor & Downcasting a refnum

    Hi, This question is a re-opining of this old thread, which ends by an non-answer ... (since the proposed solution is supposed to disapear one day) http://forums.ni.com/t5/LabVIEW/LabVIEW-8-2-control-refnum-type-descriptor-missing/m-p/592060/highli..

  • Opening FCP HD 5 project, on FCP HD 4.5??

    Hey everyone, Is there a way to open a FCP HD 5 project on FCP HD 4.5? Maybe theres a way of saving it? All I need to do basically is take it in to uni so I can use their machines to transfer my 'masterpiece' onto VHS, so was planning to use the 'Pri