Combining Two or More Attribute Groups into a Single Tab

Using this option, you can combine two or more attribute groups into a single tab and assign a tab name to the combined groups. Each group can be rendered within a collapsible section. You can also reorder the display of the groups.

Procedure

  1. To change the record UI rendering to combine two or more attribute groups into a single group tab, define the following XML in $MQ_COMMON_DIR/enterprise_name/htmlprops/recordui-render.xml.

    The sample XML is as follows:

    <recordui>

    <catalog id="123456">

    <grouptab>

    <group name="CombinedGroup">

    <item>AccoountDetail</item>

    <item>Location_Details</item>

    <item>Time_Details</item>

    <item>Availiability_Details</item>

    </group>

    </grouptab>

    </catalog>

    </recordui>

  2. Save the XML file.

    The rendering definition file (recordui-render.xml) has the record UI rendering definition for each repository listed within the catalog element. Each combined group is listed within the <grouptab> element. Each attribute group listed within the <group> element is combined and displayed within a single tab. The order of item elements defines the order in which each group is displayed in the new tab.

    • The Record UI screen before combining the attributes groups.
    • The Record UI screen after combining the attributes groups.