Oracle CRM On Demand Desktop Administration Guide > XML Files Reference >

XML Code to Customize Views Used for Microsoft Outlook Explorer List


This topic describes the code of the views.xml file. This file contains the set of str tags that define the configuration of the Microsoft Outlook view. The attribute of this element defines the unique name, or ID, for the view. For more information, see Customizing a View.

The following code is an example of the views.xml file:

<res_root>
   <str key="sample_view">
   <![CDATA[<?xml version="1.0"?>
   <view type="table">
      <viewname>Sample view</viewname>
      <linecolor>8421504</linecolor>
      <linestyle>3</linestyle>
      <gridlines>1</gridlines>
      <newitemrow>0</newitemrow>
      <usequickflags>0</usequickflags>
      <collapsestate/>
      <previewstyle>color:Blue</previewstyle>
      <arrangement>
         <autogroup>0</autogroup>
         <collapseclient/>
      </arrangement>
      <column>
         <name>HREF</name>
         <prop>DAV:href</prop>
         <checkbox>1</checkbox>
      </column>
      <column>
         <maxrows>4294901760</maxrows>
         <heading>Organization</heading>
         <prop>urn:schemas:contacts:sn</prop>
         <type>string</type>
         <width>987</width>
         <style>padding-left:3px;;text-align:left</style>
         <editable>1</editable>
         <userheading>Organization</userheading>
      </column>
      <orderby>
         <order>
            <heading>Organization</heading>
            <prop>urn:schemas:contacts:sn</prop>
            <type>string</type>
            <userheading>Organization</userheading>
            <sort>asc</sort>
         </order>
      </orderby>
      <multiline>
         <width>0</width>
      </multiline>
   </view>]]>
   </str>
</res_root>

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