Article Details
Id:14563
Product:finPOWER Connect
Type:NEW
Version:3.00.06
Opened:12/05/2017
Closed:12/05/2017
Released:29/06/2017
Job: J019011

HTML Widgets; GetString method is now forced to be asynchronous within finPOWER Connect

The widget.GetString method should always be passed at least one function callback since it is designed to be asynchrous.

However, since it was not asynchronous from within finPOWER Connect, JavaScript code could be structured to not work on finPOWER Connect Cloud.

There is now a 10ms delay added upon calling widget.GetString from within finPOWER Connect.