Displaying Valid Values as Grouped Radio Buttons

In record UI the valid values of an attribute are displayed as a drop-down list and you have to select only one valid value. This has been enhanced by displaying all the values as a grouped radio button and allows you to select the valid values.

Procedure

  1. To change the record UI rendering to indicate valid values attribute as an in-line radio group, define the following XML in $MQ_COMMON_DIR/enterprise_name/htmlprops/recordui-render.xml.

    The sample XML is as follows:

    <recordui>

    <catalog id="123456">

    <attributeShowAsRadio>

    <item>Country</item>

    </attributeShowAsRadio>

    </catalog>

    </recordui>

  2. Save the XML file.
    • The Record UI screen with valid values attribute as drop-down list.
    • The Record UI screen to indicate valid values attribute as an in-line radio group.