How to personalize the column in Business Capabilities Hierarchy in EA workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2024 11:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2025 08:59 AM
This is not an ordinary list layout. It's a grid view. It's the Business Capability Hierarchy page within EA Workspace in UI Builder. I cannot see any configuration options in the page in UI Builder.
Looking at the data source supplying this information (business capability hierarchy data), it uses an API (Business Capability Hierarchy) that populates this grid with data using Script Include BCHDataBroker and function getCapabilityRowData(), and it seems the data is supplied as a grid with a fixed layout defined elsewhere.
I cannot find a configuration setting in the classic view that would allow customisation of the layout of this UI Builder page. I cannot find a suitable APM EA Configuration either. I am no UI Builder expert but it looks like a fixed view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-08-2025 02:57 PM - edited ‎07-08-2025 02:58 PM
Hi,
The columns showing in the grid is hardcoded in the script include-BCHMetaData()
This is being invoked using the scripted rest api - Business Capability Hierarchy -getCapabilityMetadata
You may want to create a clone of the script include and scripted rest api to add/remove columns as per your need.