How to personalize the column in Business Capabilities Hierarchy in EA workspace

Cheuk Him LUI
Tera Contributor

How can I hide the highlighted columns for all users in my instance of the Business Capabilities Hierarchy in the Enterprise Architecture Workspace? I understand that the personalization function is meant for individual users to hide or show columns.

2 REPLIES 2

Mathew Hillyard
Mega Sage

Hi @Cheuk Him LUI 

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.

 
I hope this helps!
Mat

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.