Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
For your information, according to the release notes, IP Communicator is not supported for remote agents in UCCE 9.0(1)http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/ipcc_enterprise/ippcenterprise9_0_1/release/notes/icm90rl...
Ah right, the syntax of the java statement was not correct. This seems to work in my CRS Editor:Ofcourse add the rest of the dealers..{while (CJ <= 52){ if (CJ == weekOfYear) { return C; } else { CJ = (CJ += 6); } if (TOY <=52) { return T; } else { ...
Hi Latigo, was just looking at your script. I'm no Java expert, but if I'm correct you are doing the following: while (CJ <= 52){CJ = (CJ += 6);if (CJ == weekOfYear) {return C;}This means that you are always adding 6 to the variable CJ. The statement...