Article Details
Id:12943
Product:finPOWER Connect
Type:NEW
Version:2.03.00
Opened:16/04/2015
Closed:19/06/2015
Released:09/07/2015
Job: J015292
High Importance
Breaking Change

Decision Cards; Scores can now be Decimal rather than Integer values

The various Score properties on Decision Cards and related Decision Outcomes can now be Decimal values up to 4 decimal places rather than Integer values as in previous versions.

The Decision Card form has been updated to allow Score (and Rule Scores, including Matrix Scores) entry up to 4 decimal places and also has a new property on the Options page to determine how many decimal places to display scores to. This is used when creating a Decision Outcome Summary Page.

The Decision Card Details report has been updated to reflect these changes.

In the business layer, all of the 'Add' and 'Insert' methods in finDecisionOutcomeItems now accept score parameters as Decimals rather than Integers. Since an Integer can be converted to a Decimal without any loss of accuracy, this should not cause any issues for existing Scripts.

For backward compatibility, the Score and ScoreOriginal values on the finDecisionOutcomeItem object are still Integers. However, these have been deprecated and hidden and the new ScoreValue and ScoreOriginalValue properties should be used instead.