- 26 Aug 2021
- 1 Minute to read
- Print
- DarkLight
- PDF
General additions and fixes 20.6
- Updated on 26 Aug 2021
- 1 Minute to read
- Print
- DarkLight
- PDF
New features
New general import of Organization tree and Employees from Azure
Many organizations maintain their organization tree and employee information in Azure AD. This action enables these to import and synchronize this directly from Azure. The action is very configurable and support various custom cases for field mapping such as the use of extension fields and values in delimited lists. The action has the following configuration:
Here you can see the following configuration.
Department identification: department[splitter={,}|index=1]
Department name: department[splitter={,}|index=0]
This means that the department attribute in Azure contains the list [department name],[department identification] and the action separates this into the two fields in MainManager.
The action itself is typically run automatically once every night:
Error fixes
The errors listed up here below are not related to a specific process or could apply to multiple modules around the system.
Multiselect options in filter vs. snapshot (i39904)
An error fix was made to prevent inconsistency in data when creating snapshots in modules when using multiselect option in filter fields.
Running actions through property windows (i39930)
In the case when running an action through an open property window we have now added a refresh on the whole window after the action is run. That is done to prevent that data is being overwritten again with the old values.
Snapshot not working on radon module (i40005)
Fixed error that caused snapshots not to work correctly when menu items had a key that is different to the module tag. That is for example common in the theme processes where the menu item key is used to set fixed theme in the data modules.
Exporting lists from sub data (i40106)
Fixed error in Export to Excel action that caused columns to be shifted when some columns were hidden like in sub data lists.
Snapshot not working when column order changed (i39927)
It will now work to save a snapshot right after changing col order (or what is visible in the list). It did not work before because the correct column order and what is visible in the list was not correct in the memory until the page was refreshed