Article Details
Id:10255
Product:finPOWER Connect
Type:FIX
Version:1.06.00
Opened:29/06/2012
Closed:29/06/2012
Released:01/08/2012
Job: J009914
Breaking Change

'Scalar Function' type Scripts return result as a String

'Scalar Function' type Scripts were returning the result as a String when called via the Script's ExecuteScalarFunction method. This was incorrect, the result should always have been an Object (as per the function signature) meaning that any data type can be returned.

NOTE: Any Scripts or external applications relying on the result being a String will need reviewing to ensure this change will not cause an issue.