Oracle CRM On Demand Desktop Administration Guide > XML Files Reference > XML Code to Customize the SalesBook Control >

Array Element of the lookup_view_defs.xml File


The array element defines a set of types that is available for the SalesBook control. The user cannot use the SalesBook control to choose a certain object type until you describe this type in the array element. Also, you must specify the type ID as a value attribute of the item element.

The following code is an example of the array element:

<array key="all_lookup_types">
   <item value="Account"></item>
   <item value="Contact"></item>
   <item value="Opportunity"></item>
</array>

Oracle CRM On Demand Desktop Administration Guide, Version 5.2 Copyright © 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices.