cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1565
Views
7
Helpful
2
Replies

UCCX 10.6 Finesse Gadget

Gerry O'Rourke
Spotlight
Spotlight

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

1 Accepted Solution

Accepted Solutions

ewindgat
Level 5
Level 5

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>

View solution in original post

2 Replies 2

ewindgat
Level 5
Level 5

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>

Many thanks for your response. Apologies for taking so long to reply!

very helpful.

Gerry