- DATE:
- AUTHOR:
- SAP LeanIX Product Team
Weekly feature improvement and bugfix summary
The following feature improvements have been implemented, and bugs fixed in the past week:
Inventory
We’ve resolved issues in the inventory's table view that caused duplicate entries in some instances during loading.
A bug with the fact sheet creation form was fixed when opening a URL with a
factSheetType
parameter that contained an invalid fact sheet type.
Reports
The user experience of chart-based reports (e.g., provider or transformation costs) is now consistent with other reports, meaning they feature tooltips representing fact sheets when hovering over report content and a side panel with fact sheet details when selecting them.
[Edit note: In the previous version, the business capability cost report was mentioned as an example, which is incorrect. Only reports with stacked bar-charts have been updated.]
Transformations
In workspaces with SAP LeanIX Architecture and Road Map Planning, you can now create transformations from suggested SAP solutions from business capabilities linked to level-2 items in the reference catalog. This enables selecting and reviewing multiple solution options as applications of the respective lower level-3 business capabilities in one go. Per the application, one transformation will be created to roll it out to all business capabilities for which it was selected in the previous step.
Integrations
Giving admins more control, the process relation filtering of the SAP Signavio integration provides two distinct methods to filter relations:
Firstly, you can exclude a specific custom attribute that stores relations from the synchronization. Doing so will no longer transfer all relations stored in that attribute to LeanIX. This can be achieved by listing the technical IDs of the characteristics within the
excludeCustomRelationsAttributeIds
field in your advanced configuration.Secondly, for more granular control, you can create a custom attribute to mark specific diagram elements that contain relations for exclusion. This feature can be enabled by setting the
excludeRelationByCustomShapeAttribute
to true and specifying the technical IDs of the attributes in theexcludeRelationByCustomShapeAttributeId
field. The custom attribute should be of type Boolean in SAP Signavio and is set tometa-excludefromleanixsync
by default, corresponding to a custom attribute namedexcludeFromLeanIXSync
. When the attribute value is set to true on any shape that links to another process, the relation will not be created in SAP LeanIX. This allows for precise filtering at the shape level, allowing you to exclude relations as needed.