Include the relationship tab within a ’Combined Group’ and add the relationship name specified within the group tab.
To add the relationship name within a group, change the record UI rendering to show a relationship tab within another group by defining the following XML in
$MQ_COMMON_DIR/enterprise_name/htmlprops/recordui-render.xml.
The sample XML is as follows:
<recordui>
<catalog id="123456">
<relationshipShowAsTab>
<relationship>
<name>AccountToAddress</name>
<tabname>Tab For AccountToAddress</tabname>
</relationship>
</relationshipShowAsTab>
<grouptab>
<group name="Combined Group">
<item>Location_Details</item>
<item>Time_Details</item>
<item>AccountToAddress</item>
</group>
</grouptab>
</catalog>
</recordui>
Save the XML file.
The Relationship is displayed as a separate Relationship Tab.
The Relationship Tab is combined within another Group.