Solved

How to add now column on term level page?


Badge

I would like to add new column e.g. Description to the column bar, next to Abbreviation, but not familiar how to achieve it? 

 

current layout syntax

 

icon

Best answer by Anonymous 17 May 2022, 21:35

View original

3 replies

Hi @vickylau32 ,

Thank you for your question. 

Description is a free form text with paragraphs, links, formatting and potentially tables - it is not practical for listing. I would recommend using the sidebar to look and see it. 

But it is definitely possible to add another column - e.g. for some keywords. 

💡 First, go to Terms page and open the Debugging Tool

  1. Right-click and select Inspect

 

  1. Select Console tab in the configuration panel and execute command: openDebuggingTools(). This opens the Debugging Tools console.

💡 Second, go to Fetch Rules tab:

  1. Type following rule: [{"pattern": "./termDefinitionSource"}] ​​​​​​
  • termDefinitionSource - is the name of property we want to add as a column, choose the one you wish to add (more about properties of term below)
  1. Save the rule CTRL + S
  2. Refresh the page upon clicking on Ataccama logo in the top left corner
  3. You are done!
Example with filled keywords

If you add the column to Terms (parent page), it will appear also on child pages - Business Terms, Key Performance Indicators, Security Terms etc.

 

💡 Properties of term

  1. Go to Global setting - Metadata Model and search for term
  1. Open term and check properties, you can also add new one

 

Hope it helps!

Badge

Hi Adél,

 

Thanks for your help! 

 

Best regards,

Vicky 

Userlevel 3
Badge +3

Hello, @Adela Sotonova!

I tried do it for catalog items, i wanted show description(which was added in catalog-item level) between Terms and Anomalies columns in catalog-items level, but did not achive success. Also there is no fetch rules on catalog-items level

Sorry, i’m just new at ataccama
Thank you for your attention!

Reply