- DATE:
- AUTHOR:
- SAP LeanIX Product Team
Weekly feature improvement & bugfix summary
The following feature improvements have been implemented, and bugs fixed in the past week:
Inventory
Since the recent usability update, many of you have shared with us your excitement and ideas for further usability improvements. This feedback has been useful, and we've started working on follow-up releases addressing your suggestions. Here's what's live now:
A button lets you open the related fact sheet in a new tab
When there's too little space for a long fact sheet name, it gets truncated in the middle, as you are used to from other areas.
The missing translations of the new 'See on Explorer' button were added, and the button sizes were corrected accordingly
We restored support for keyboard shortcuts to perform actions when editing relations (e.g., Save
ctrl+s/⌘+s
, Save & Nextctrl+shift+s/⌘+shift+s
).Showing tags and icons for the lifecycle of the related fact sheet in the table is in progress
We have updated the search and filter bar so that you can toggle how the values of one field or relations are combined for advanced filtering. After selecting at least two values in one filter facet, you can switch between the three operators by clicking AND, OR, and IS NOT between the filters on the bar. This works for filters in the inventory and reports, but only for one attribute at a time. The OR operator in the inventory is still in progress.
Dashboards
You can now mark dashboards as your favorite with the star icon on the overview page, as you know it from reports and diagrams. Starred dashboards can be accessed from the new 'Favorites' section in the left-side navigation pane.
Transformations
When creating a new transformation template, admins can now configure any fact sheet type as a template category. For easier identification, this custom transformation will be shown with a fact sheet icon and placed into the respective category on the list of available transformations when users create a new transformation. If no category is chosen, it will be listed under 'Uncategorized'.
Integrations
Our webhook integrations now support authorization through OAuth 2.0 via your identity provider (IdP). This method is recommended over 'Authorization Header' as it provides higher security. Unlike basic authorization, which uses user credentials, OAuth 2.0 uses tokens and can limit the access of resources based on scope.
The GraphQL API has been extended to support combining the 'n/a' value with a new 'empty (on purpose)' value when querying for relations to fact sheets. This enables filtering for relations that are either missing or empty on purpose, which is not yet possible with the facet filters in the inventory's user interface.