Oracle CRM On Demand Desktop Customization Guide > Adding Custom Fields to Oracle CRM On Demand Desktop > Setting Up Books for Oracle CRM On Demand Desktop Objects >

Configuring the Include Sub-Items Option


Complete this procedure to configure an Include Sub-Items option for users in the Select Book window for object types that support books. Users can select this option when they are configuring a book in the Record Set tab in the Synchronization Control Panel window. By default, the Include Sub-Items option is not set up.

To configure the Include Sub-Items option

  1. Edit the od_helpers.js file, available in the Oracle CRM On Demand Desktop customization package.
  2. At the top of the file, locate the following definition of the allow_includesubbooks variable:

    var allow_includesubbooks =
    {
    // "Account": true
    }

  3. Add type names within the braces with the value set to true or false, depending on whether you want to allow or disallow the option for the user.

    For example, if you uncomment the line in Step 2 for Account, the Include Sub-Items check box is displayed in the Select Book window for Account on the Record Set tab in the Synchronization Control Panel window.

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