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

UCCX CUIC Permalinks in HTML Frames

adam.jackman
Level 1
Level 1

The customer is using UCCX 11.5.  After the recent install of the Chrome 67 bug fix and ES3 we are experiencing an issue with a basic wallboard the customer uses.

 

The customer has a number of permlinked reports, that are tiled using a simple page with HTML frames.  Prior to the patching these all worked correctly, with all data shown as expected.

 

Now only the frame for historical data shows any values.

 

If the permalinks are accessed directly, the data is still shown as expected.

 

Does anyone know a way to fix this issue, or are we going to have to either get a 3rd party wallboard, or redevelop the reports entirely.

 

The html to link the pages together is as below:

<HTML><HEAD><TITLE>Wallboard</TITLE></HEAD>
<!-- DO NOT EDIT ABOVE HERE-->

<!-- This sets the size for the top and bottom sections, as a percentage of the screen.-->
<FRAMESET ROWS="10%,45%,45%">

<FRAME 
src="banner.html" 
FRAMEBORDER="NO" BORDER="0" NORESIZE="NORESIZE" SCROLLING="NO" />


<!-- Link to the top frame webpage.  The refreshRate value can be as low as 15.  If required change the refresh specified in the link to CUIC. -->
<FRAME 
src="https://cx01.domain.net:8444/cuic/permalink/PermalinkViewer.htmx?viewId=F8595E6910000162000010C953EA23F1&linkType=htmlType&viewType=Grid&refreshRate=3600" 
FRAMEBORDER="NO" BORDER="0" NORESIZE="NORESIZE" SCROLLING="NO" />

<FRAMESET COLS="80%,20%">

<FRAME name="LEFT" src="https://ccx01.domain.net:8444/cuic/permalink/PermalinkViewer.htmx?viewId=F855E13C1000016200000F2753EA23F1&linkType=htmlType&viewType=Grid&refreshRate=3600" 
FRAMEBORDER="NO" BORDER="0" NORESIZE="NORESIZE" SCROLLING="NO" />

<FRAME name="RIGHT" src="https://ccx01.domain.net:8444/cuicui/permalink/?viewId=F8B3C04610000163000042FF53EA23F1&linkType=htmlType&viewType=Grid&refreshRate=180" 
FRAMEBORDER="NO" BORDER="0" NORESIZE="NORESIZE" SCROLLING="NO" />



<!-- DO NOT EDIT BELOW HERE-->   
</FRAMESET></FRAMESET></HTML>

 

0 Replies 0