📄️ Issue with cleanup import profile
An issue was identified where the cleanup import profile could lead to fact violation errors, such as: 3 ResourceAssignment objects have no fact row with IsRowLatest = 1. This problem occurred specifically when a referenced account or resource was deleted and recreated in the past.
📄️ Issue with Preview service
The preview service failed to multiply results when a multivalue source attribute was used in mapping for a single value target attribute. We have resolved this issue, and the preview service now functions as intended.
📄️ Duplicated UIDs in tblAppstr
There was an issue with duplicated UIDs in tblAppstr. We've changed the DataObjectType XMLSCHEMA Descriptions of property UID as it was duplicated with other one and the issue has been fixed.
📄️ QueueIdentity Webservice can be called by any authenticated user
There was an issue with QueueIdentity Webservice that could be called by any authenticated user. We have fixed that by introducing a new Queue identity for recalculation authorization element.
📄️ Missing exception details in SQL Data Exchange
There was an issue with a missing exception. The problem has been resolved by adding an app log for data exchange exceptions during unsuccessful imports.
📄️ Evaluate identity violation process error
There was an issue with initiating a new violation evaluation task after approving an SoD violation evaluation.
📄️ OData - viewId Parameter doesn't work as documented
We've fixed the OData viewId response to contain properties from View Displayed fields and basic DataObject properties, such as:
📄️ ReceiverFirstName and ReceiverLastName are not calculated
In any email template using the built-in email properties, the [ReceiverFirstName] and [ReceiverLastName] were not replaced with the actual values.
📄️ Inability to exclude system objects using reference property lookup view
When attempting to exclude system objects using the reference property lookup view, the exclusion process failed to reset the reference property of system objects when the DOT number is greater than one. This has been fixed.
📄️ View field title deletion isn't transported in CS
There was an issue with the changeset - it did not apply any changes to a view field title when it was supposed to be set to null. This has been fixed.