Displaying Value of Multivalue Attributes as Check Boxes

In record UI, if the values of the multivalue attribute is derived from the drop-down list, the final value is displayed in the text area but it does not show other values that are available for selection.

Procedure

  1. To select other values you have to clear the current selection and then select the new values. This has been fixed by displaying the values of the multivalue attribute as check boxes.
  2. To change the record UI rendering to indicate multivalue attribute as an in-line check box, define the following XML in $MQ_COMMON_DIR/enterprise_name/htmlprops/recordui-render.xml.
    The sample XML is as follows:
    <recordui>
    <catalog id="123456">
    <attributeShowAsCheckBox>
    <item>CreditLimit</item>
    </attributeShowAsCheckBox>
    </catalog>
    </recordui>
  3. Save the XML file.
    • The Record UI screen with user defined multivalue attributes.
    • The Record UI screen with predefined multivalue attributes.
    • The Record UI screen with the multivalue attribute as an in-line check box.