cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
597
Views
0
Helpful
1
Replies

Cisco Finesse desktop page/application refresh/reload difficulty.

matthew.bavosa
Level 1
Level 1

Hi, trying to trigger refresh of the Cisco Finesse desktop page/application when clicking on a button in a Gadget. When I try and use classic Javascript functions like 

 

location.reload(true);
 
the reload does not happen. 
 
Any ideas or suggestions out there?
1 Accepted Solution

Accepted Solutions

matthew.bavosa
Level 1
Level 1

Figured it out, 

window.parent.location.reload();
 
this is the best solution I could get for this.

View solution in original post

1 Reply 1

matthew.bavosa
Level 1
Level 1

Figured it out, 

window.parent.location.reload();
 
this is the best solution I could get for this.