Oracle CRM On Demand Desktop Administration Guide > XML Files Reference > XML Code for Meta Information >

Common_settings Element of the od_meta_info.xml File


The common_settings element does not contain tags. However, it can contain subtags that you can use to specify common options for the Web Service connector. Oracle CRM On Demand Desktop supports the following subtags:

  • max_commands_per_batch. Defines the maximum number of commands that Oracle CRM On Demand Desktop can place in a single batch. If Oracle CRM On Demand Desktop cannot interpret the value of this element as a positive integer value, then it does not apply any restrictions on the number of commands.
  • max_ids_per_command. Defines the maximum number of object IDs that Oracle CRM On Demand Desktop can specify in a search specification for each independent request when a user performs a query by ID. It is the maximum number of record IDs that can be related to the parent record. For example:

    <common_settings>
       <max_commands_per_batch>50</max_commands_per_batch>
       <max_ids_per_command>50</max_ids_per_command>
    </common_settings>

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