Oracle CRM On Demand Desktop Administration Guide > XML Files Reference > XML Code to Map a Field in Microsoft Outlook Storage >

Custom Views Element of the od_basic_mapping.xml File


The custom_views element defines a set of custom Microsoft Outlook views that Oracle CRM On Demand Desktop applies for the object that is defined in the type element. The default_name attribute sets the default view that Oracle CRM On Demand Desktop applies after the installation.

Oracle CRM On Demand Desktop includes the following tags in the custom_views element:

  • view. Describes each view. Each view element includes the following attributes:
    • id. Defines the ID of the view. The view is described in the views.xml file.
    • name. Defines the name of the view that is specified in the id attribute to display in the Current view menu. To access this menu in Microsoft Outlook, the user chooses the View menu, Arrange By, and then the Current view menu.

The following code is an example of the custom_views element:

<custom_views default_name="All Activities">
   <view id="all_activities" name="All Activities"></view>
   <view id="all_activities_by_duedate" name="Activities by Due Date"></view>
   <view id="all_activities_by_owner" name=" Activities by Owner"></view>
   <view id="all_activities_by_priority" name="Activities by Priority"></view>
</custom_views>

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