Article Details
Id:17148
Product:finPOWER Connect
Type:FIX
Version:3.03.03
Opened:10/07/2020
Closed:10/07/2020
Released:01/10/2020
Job: J024598
High Importance

HTML Widgets; Google Charts no longer working when running the widget from within finPOWER Connect, e.g., the Account Breakdown report

A change made by Google to the Google Charts API resulted in Google Charts no longer working in Internet Explorer.

Since running an HTML Widget from within finPOWER Connect desktop uses Microsoft's WebBrowser control which is a wrapper for Internet Explorer, this resulted in all of the Management HTML Widgets no longer working.

This will be fixed centrally in version 3.03.03 but existing users can replace the following line:

<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>

with:

<script type="text/javascript" src="https://www.google.com/jsapi"></script>

The following HTML Widgets have been updated:

  • HtmlWidget_AccountsBreakdown
    • Version: 1.13 (10/07/2020)
  • HtmlWidget_AccountAppsBreakdown
    • Version: 1.06 (10/07/2020)
  • HtmlWidget_WorkflowsBreakdown
    • Version: 1.03 (10/07/2020)
  • HtmlWidget_PromiseManagementSummary
    • Version: 1.06 (10/07/2020)

NOTE: The may have just been a temporary issue that showed up on 10/07/2020 and was patched quickly by Google since users reported that there was no longer an issue later that same day.