Display Attributes in Record Header

In the record header, the record ID/Extension, state and versions are shown by default. In addition to these attributes, you can configure additional attributes on the record header. Add the following property using the Configurator. A property can be added for each repository.

com.tibco.mdm.repository.displayinheader.<enterprisename>.<repositoryName>
Note: The property name is case-sensitive and must be in lower case.
An example of the ConfigValues.xml entry after the property is added is shown below:
<ConfValue description="Attributes to be displayed on the record header" name="displayAttributes" propname="com.tibco.mdm.repository.displayinheader.corpA.person" readonly="true" sinceVersion="8.0.1" visibility="Advanced">
<ConfList>												<ConfListString value="dateofbirth"/>
   	<ConfListString value="married"/>
   </ConfList>
</ConfValue>

These attributes can be displayed in the following screens.

  • Add Record
  • View Record
  • Modify Record
  • Copy Record
  • Delete Record
  • Restore Record
    Note:
    • All those attributes which are not a part of a repository are ignored.
    • Multivalue attributes are not supported.