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

Lookup View Definition Tag of the lookup_view_defs.xml File


The lookup_view_def tag describes the configuration for the SalesBook control. You can define as many configurations as you require. The key attribute defines the unique ID, or name, for this configuration.

The lookup_view_def tag includes the following tags:

  • display. The name attribute of the display tag defines the name of this configuration. Siebel CRM Desktop displays it as a list value in the top, right corner of the SalesBook control.
  • filter. The dasl attribute of the filter tag describes the dasl filter that Siebel CRM Desktop applies to all objects that the array tag describes. The user can only view the objects that match this filter in the SalesBook control.
  • view. The id attribute of the view tag defines the view that Siebel CRM Desktop applies to the list in the SalesBook control. You must describe this view ID in the views.xml file.
  • quick_lookup. The dasl_format attribute of the quick_lookup tag defines the dasl filter that Siebel CRM Desktop applies to the quick search feature of the SalesBook control. To simplify finding a field, this feature allows the user to enter any text to filter records. The user enters text in the top, left edit box on a SalesBook form.

    The following example code allows the user to view records where the File As field is the same as the string:

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

    where:

    • The File As field is ([http://schemas.microsoft.com/mapi/id/{00062004-0000-0000-C000-000000000046}/8005001E]).
    • The quick search is entered as ('%s').
  • type. The ID attribute of the type tag defines the type of object that Siebel CRM Desktop creates if the user clicks New in a SalesBook control. If you do not define this attribute, then the user cannot create a new object.
Siebel CRM Desktop for Microsoft Outlook Administration Guide Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices.