10/07/2019
Enhancements
-
- The UI for the configuration of automated workflow rules has been changed. The different rules are now aligned, making it more user friendly to read and configure. The format for the following type of rules were also changed:
-
-
-
-
-
-
- Date field condition
- Record Link field condition and
- Integer field condition
-
-
-
-
-
-
- A “Restore” button was added to the “Edit Hierarchy Type” screen. This button will allow users to un-archive hierarchy values when necessary.
- New Widgets:
-
-
-
-
-
-
- Grouped TRIFR & AIFR Line widgets
- Mixed TRIFR Line widget
-
-
-
-
-
-
- The UI for the configuration of automated workflow rules has been changed. The different rules are now aligned, making it more user friendly to read and configure. The format for the following type of rules were also changed:
Support issues/fixes:
-
- Fixed an issue regarding Work hours not appearing. The problem was addressed by replacing the “typed query” with a method that consumes minimum resources.
- Previously, it was possible to allow duplicate fields to be configured in the record list, causing errors when loading the record list. By eliminating the fields already used from the list of available fields to choose from, the configuration of duplicate fields in the record list is no longer possible.
- Added “TIME field type” for time only field during the export to MongoDB. Previously, when a record was exporting to MongoDB, it treated “TIME only field” as DATETIME. When the time field was later used from the Dashboard, it wasn’t displayed correctly, since it can’t be formatted in Date.
Rest
-
- Bug Fix: Full name with occupation did not sync to MongoDB. Now, if two users have the same first name + last name, their full name will contain occupation when they are synced to MongoDB.
- Rest API: The Id’s for the following will now be exported:
-
-
-
-
-
-
- the linked cloned module and;
- the linked cloned form.
-
-
-
-
-
-
- Dashboard Import Request: Handle Hierarchy Value. The hierarchy value will now sync to Web and MongoDB in 5 minutes.
- Bug Fix : parentValueId is not posted in the endpoint of “post hierarchy/values?flag=parent:
Division”. The “parentValueId” will be posted to the server now.