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>
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.
Copyright © Cloud Software Group, Inc. All rights reserved.