Oracle CRM On Demand Desktop Customization Guide > Adding Custom Fields to Oracle CRM On Demand Desktop > Process of Adding Multiselect Picklists to a Form >

Customizing the Physical Layout for the Multiselect Picklist


The number of items displayed in a multiselect picklist field is determined by the containing <cell> element size. For information on placing the multiselect picklist field and label on a form, see Oracle CRM On Demand Desktop Administration Guide. This information applies to multiselect picklist control.

This task is a step in Process of Adding Multiselect Picklists to a Form.

To customize the physical layout for the multiselect picklist

  1. To add multiselect picklist control to the UI form layout, add the following XML section to the forms_12.xml file:

    <cell>
    <listbox id="test_list_box">
    <source type="ContactmsplTest_MSPPicklist" field="Value" format=":[:(Label):]" />
    <field>msplTest_MSP</field>
    </listbox>
    </cell>

  2. Save and close the forms_12.xml file.
Oracle CRM On Demand Desktop Customization Guide, Version 5.1 Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.