...
All the libraries and dependencies have been updated to the latest versions.
All the UI masks have been made aware of the new organizational unit types, especially the legal entities.
BREAKING CHANGE: Employments used to have an active flag. This has been extended to support additional states and we therefore removed the
Employment.Active
field from the String Expression Designer. If you have used this in the past, you can now use theEmployment.EmploymentState.Id
orEmployment.EmploymentState.Name
field instead.The datatype
date
can now be extended with a configuration where you can specify min and max ranges. This is especially useful if you are creating an attribute to be used as a birthday for example.
CoreOne Application API V2
...