cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
370
Views
8
Helpful
4
Replies

Script access on CRS 5.0

Hi Experts,

Is there a way where a script can be created so that I can give the department supervisor access to change the "Time of Day" as per their requirement?

Normally the script runs from 8AM to 5PM and there are days when the department needs the time to be extended way past 5PM without having me to change it.

Secondly, I would like to know if the CRS script is changed during prduction hours, how will this impacts the phone agents??

Thanks in advance, Will rate helpful posts.

Naveen

4 Replies 4

Chris Deren
Hall of Fame
Hall of Fame

Few solutions here:

1. instead of using the hour of day step in the script you can use an XML file or databse that would define the hours of operation, then you can develop a front end gui i.e. web page that would allow user to change that.

2. You can add a check to see if the center is running in extended hours, the extended hours could be set using another script which would toggle it on/off in an xml file. You could create a route point that points to this script and allow the manager to authenticate and toggle the state.

Changing scripts during production does not impact agents in any way. You need to be sure though that the modified script is error free as buggy script can cause error message to the callers.

HTH,

Chris

Thanks very much Chris. I will try this.

RSwartzmiller
Level 1
Level 1

Don't base your hours on 'Time of Day'. Base it on if agent's are logging or ready which every you want.

Use the get Reporting statistic

Report Object: "CSQ IPCC Express"

Field: "Logged-In Resources"

Row Identifier: "CSQ Name"

Results Statistic" "int value"

Then use a if statement, if int value is > then 0

Thanks for the info Ryan. I will definitely try this one out.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: