Page tree
Skip to end of metadata
Go to start of metadata

Hello there,

We are glad to inform you that the latest 2019.19.7 version of the SWAT Framework is out. Below is the list of issues that were part of this release.

 

Improvements

PriorityKeyAkioma Release NotesStatus
MediumSWAT-2908

Fixed multiple reported issues for the numeric input regarding decimal separator, extendedFormat handling and currency definition.

Also, fixed an issue for negative values: if everything was removed from a numeric field (except the minus sign), it was causing a NaN display.

Done

Tasks

PriorityKeyAkioma Release NotesStatus
MediumSWAT-2938Added unique fields validation to data access save changes.

This feature is enabled by setting the ValidableUniqueFields property on the desired DataAccess class's constructor.
It is disabled if the property is empty or null. By default the property is an empty string (disabled).

The ValidableUniqueFields property is a comma separated list containing unique fields that require validation.

Example: THIS-OBJECT:ValidableUniqueFields = "SelfHdl".

This feature is not a multi-index validation!
The unique validation is done by checking if *any* of the field values (OR condition between fields) already exists on DB records.
Done
HighSWAT-2910Updated SCL to Release #OSIV_RE1.0 11.3 #56041@2019-12-19 UTF-8Done

Bugs

PriorityKeyAkioma Release NotesStatus
MediumSWAT-2905Solved an issue regarding to setting the document viewer path correctly from the PASOE settingDone

Looking forward to hear your feedback.

Thanks,
AKIOMA Team