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.
Hi all,I had a gadget set up to based on one of the sample gadgets - when the call ends, the function handleEndDialog calls some arbitrary js code to run. The issue is that handleEndDialog does not trigger until wrap up is over and agent transitions ...
Hi guys,We have a few custom apps deployed for editing call variables / wrap up codes etc via http post. When the agents try to run this for the first time of the day, they are required to authenticate with their details, is there anyway around this?...
Hi guys,Strange one here...I have an app that assigns wrapup codes via http request. It is fully tested in Firefox, and I had the opportunity to test on the customers test environment with IE8, but when I try to use IE9 I get some strange behaviour.T...
Hi! I am new to industry development, so apologies if I missed something glaringly obvious, but I don't believe I have...I am using Finesse 10.5, and I have simply uploaded the sample gadgets provided by Cisco, for example the sample learning gadget....
Many thanks, I didn't actual know that's what the user change did, we ended up calling a dummy workflow event that triggers some code, but that might be a cleaner way to do it, thanks again Denise
Just for anybody else that's interested..This was solved using the module prefs, so you can use something like...httpRequest.setRequestHeader("Basic " + finesse.gadget.config.authorisation);
Hi again,I got this resolved and thought I would come back to reply in case somebody else finds this issue, but it reveals that I am not a seasoned web developer IE does not like console commands, i.e. I had a load of debugging remarks with console.l...