11-24-2015 12:35 AM
Hi,
I have a gadget that worked fine on uccx 10.5, but it does not work 100% on uccx 10.6.
It use to auto populate a field with the ANI of the caller, which no longer occurs.
Is there an updated JavaScript Library for uccx 10.6 ? The Latest one on the developer website is 10.5.
Any ideas on what changes to uccx 10.6 versus 10.5 that might have made this impact?
Gerry
Solved! Go to Solution.
11-25-2015 01:27 PM
The Finesse library is now in a central location for 10.6. As well as the jQuery library.
All you need to do is replace the reference to the following...
<!-- jQuery -->
<script type=
"text/javascript"
src=
"/desktop/assets/js/jquery.min.js"
></script>
<!-- Finesse Library -->
<script type=
"text/javascript"
src=
"/desktop/assets/js/finesse.js"
></script>
11-25-2015 01:27 PM
The Finesse library is now in a central location for 10.6. As well as the jQuery library.
All you need to do is replace the reference to the following...
<!-- jQuery -->
<script type=
"text/javascript"
src=
"/desktop/assets/js/jquery.min.js"
></script>
<!-- Finesse Library -->
<script type=
"text/javascript"
src=
"/desktop/assets/js/finesse.js"
></script>
12-14-2015 04:53 AM
Many thanks for your response. Apologies for taking so long to reply!
very helpful.
Gerry
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide