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.
Hello
I've been trying to use Content-Type: application/json in POST and PUT requests to the adminapi but get an error. Sending the data as xml works fine. Anyone been able to use json content on the adminapi?
Example:
data = {
"Files" : {
"Do...
Hi
I have been searching for detailed information on how calls from outbound campaigns are distributed in UCCX. I can't find detailed enough information that tells me what I need. Can someone please fill me in?
I need to know what priority Outbound c...
I'm making a gadget for Finesse that downloads Detailed Call CSQ Agent report as xml from CUIC and displays a list of calls the agent received. The problem is that CUIC does not allow me to download the XML content to the Finesse gadget because the O...
HelloI want to get a max value from two different columns in a custom report. Anyone have an idea how to do it. I tried the following but it doesn't work, formula is invalid:max(${max_outbound_ipcc_calltime},${max_outbound_nonipcc_calltime})max(value...
If someone is looking for a javascript one liner to do the same, here it is:dec.toString(16).match(/(\w{2,2})/g).reverse().slice(0,4).map(d => parseInt(d, 16)).join('.')Where dec is the ip address in decimal format. /Finn
Hello
Are there any plans to allow wildcard certificates for any of the services, at least tomcat?
Is it possible to use same certificate for multiple services on same server?
Thanks,
Finnur
This would help if I had access to Tomcat on CUIC and could add the Access-Control-Allow-Origin: * setting there Changing the browser setting to disable web security does work, but like I said before, it's not an acceptable solution for this case.The...