📄️ 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.
📄️ Code methods in event definitions
We have fixed the description of the CheckIfSetPropertyHasValue code method in the event definition, which previously contained methods with an obsolete status.
📄️ Data object properties throws error
We resolved a bug that was preventing the data object type property quickform from loading when the property is configured as a Set property with a Listbox control type. The default value is now displayed as a dropdown selection.
📄️ 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.
📄️ Views - User which is not in "Administrated by" can change "Process options"
Some options were not disabled to modify when a user had no permission to perform actions on the View page. This has been fixed.
📄️ RefPath including filters doesn't work in expressions for the GenerateUniqueValue
ValueGenerator.GenerateUniqueValue code method failed if the expression contained a reference path with filters. This issue has been solved.
📄️ 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.