Summary
Error
āBusiness Serviceā CIT:
- Parent CIT āServiceā having one attribute named āDisplay_labelā itās un-editable, looks like itās inherited from the parent.
- Child CIT āBusinessServiceā having one attribute named āDisplay_nameā, itās editable, looks like itās created only for this CIT.
- Another Child CIT āInfrastrutureServiceā, having one attribute named āDisplay_labelā, un-editiable, inherited from the parent.
There was one Enrichment rule on Service CIT level, it worked for CIT āInfrastrutureServiceā, however always failed for CIT āBusinessServiceā because of its āDisplay_nameā attribute.
Fix
1.to export bussinesService as XML and remove the next line from display_label attribut:
<Attribute-Qualifier name="INTERNAL_ATTRIBUTE" is-factory="true" origin="content" version="2020"/>
2.Save XML file and import it again.
After this changes, 'Display Lable' field will be presented in the UI.