Siebel CRM Desktop for Microsoft Outlook Administration Guide > XML Files Reference > XML Code to Customize the SalesBook Control >

Array Tag of the lookup_view_defs.xml File


The array tag 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 tag. Also, you must specify the type ID as a value attribute of the item tag.

The following code is an example of the array tag:

<array key="all_lookup_types">

<item value="Account"></item>

<item value="Contact"></item>

<item value="Opportunity"></item>

</array>

Siebel CRM Desktop for Microsoft Outlook Administration Guide Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices.