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,I have a custom gadget that calling gadget.window.adjustHeight(). I've tested using IE 10 and IE 11. It's working fine on IE 11 but not on IE 10. Is there any setting need to be done in order to make gadget.window.adjustHeight() work on IE 10?Than...
Hi,I've developed a custom gadget that is working fine with Firefox and Chrome browser but not with IE (IE 10). I can see my gadget logs from the browser console (Firefox and Chrome) that my gadget is being called/executed. But, somehow when I try to...
Hi,I want to publish some text messages to a pub sub node(existing node or new node - if possible) in Finesse from a gadget. Does anybody has done this before? Can I get an example how to implement this?Thanks in advance!Best Regards,Yudhi
Hi,I want to update one of the call variables in dialog object by making a REST webservice request (PUT), and embedded the Basic Credentials in the webservice request.Can I get an example how to implement Basic Credentials when making REST webservice...
Hi,I want to use one of the handlers options (onChange) to get the updated call variables in the dialog object. Does anybody has used this handlers.onChange before? Can I get an example how to implement this feature?Thanks in advance!Best Regards,Yud...
Hi Gary,Thanks for your response.I've checked out the sample gadget (Hub topic gadget). It seems like the data(text) that is being published, can only be retrieved by subscribed gadget within same Finesse desktop (same agent).Is it possible, for exam...
Hi,Thanks for your response.The node that I mean is node in Cisco Finesse Notification Service. What I want to achieve is to put/publish some data(text) to the existing node in Cisco Finesse Notification Service from gadget. For example, in Team noti...
Hi Nicholas,Thanks for your response.Yes, I'm talking about Basic Authentication (base64 encoded username:password). I'm using JavaScript for generate the REST request and perform the REST operation using jQuery (send Ajax request to backend).Thanks,...