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.
Is there a way to change the label of a gadget? The label in the desktop layout is set too <label>finesse.container.tabs.supervisor.myGadget</label> This looks like it's meant to be set in the JS, can I? What about the color of the tab? Can I cha...
I got the Click to Call gadget to work on the sandbox 11.5 without many issues. Now at work I'm trying to push out the 10.6 version, but the gadget will not initialize. It renders, and it prints out my console.log message right before the init func...
I have the click to call gadget working in Sandbox 11.5. When loading it on the production machine, it doesn't seem to initialize. I see the gadget, but clicking the button only produces an error. It says something like finesse is undefined. Any ...
I don't mind waiting a bit. It doesn't make sense though why there are so many views and only your reply even though the title seems pretty clear. Yeah, I figured the header would appear too.
I've figured it out, and I feel kind of dumb over it. I had a / in the src attribute for the JavaScript. There was an error, but not in the console. It was in the concat object inside the Sources tab. The error was buried inside of a long comment...
I've got the same result. init doesn't seem to run. I've got log messages all over the js and I'm not seeing any of them, even inside the init function.
Yes I can load Finesse.js. As far as I can tell, init isn't running at all. I have a console.log message at the top of the file, and inside init, I have a clientLog.log to see if anything is running and I don't seen anything. There are no errors un...