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

Example Code of the lookup_view_defs.xml File


This topic gives one example of code that you can use in the lookup_view_defs.xml file. You might use this feature differently, depending on your business model. The following code is an example of the lookup_view_defs.xml file:

<res_root>

<array key="all_lookup_types">

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

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

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

</array>

<lookup_view_def key="lookup:contacts">

<display name="Contacts"></display>

<filter dasl="[http://schemas.microsoft.com/mapi/proptag/0x001A001E] &gt;= 'IPM.Contact.SBL.Contact' AND [http://schemas.microsoft.com/mapi/proptag/0x001A001E] &lt;= 'IPM.Contact.SBL.Contact'"></filter>

<view id="contacts:salesbook"></view>

<quick_lookup dasl_format="[http://schemas.microsoft.com/mapi/id/{00062004-0000-0000-C000-000000000046}/8005001E] = '%s'"></quick_lookup>

<type id="Contact"></type>

</lookup_view_def>

</res_root>

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