Oracle CRM On Demand Desktop Customization Guide > Adding Custom Fields to Oracle CRM On Demand Desktop > Process of Adding Book Support to a New Top-Level Object >

Configuring the Access Mode for the Object Type


If you have added a new top-level object that supports books to the customization package, then you must configure book support in the od_meta_info.xml file. To view a list of top-level objects that support books refer to Record Types That Support Books.

This task is a step in Process of Adding Book Support to a New Top-Level Object.

To configure the access mode for the object type

  1. Edit the od_meta_info.xml file, available in the Oracle CRM On Demand Desktop customization package.
  2. Locate the type definition; that is, the <object> element, and add the following <access_mode_config> element, within the <object> element:

    <object TypeId="TypeName">
    <access_mode_config BooksSupported="true" >
    <involved_fields>
    <field Name="Owner" />
    <field Name="BookName" />
    </involved_fields>
    <scopes>
    <scope Id="Dedup" BookId="" />
    <scope Id="ONLKP" BookId="" />
    </scopes>
    </access_mode_config>
    ...
    </object>

    You can update the BooksSupported attribute of the <access_mode_config> element to turn off book support at any time. For more information, see Setting Up Books for an Object Type.

  3. Save the od_meta_info.xml file.
Oracle CRM On Demand Desktop Customization Guide, Version 5.2 Revision A Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.