Siebel CRM Desktop for Microsoft Outlook Administration Guide > XML Files Reference > XML Code for Meta Information >

Common_settings Tag of the siebel_meta_info.xml File


The common_settings tag does not contain tags. However, it can contain subtags that you can use to specify common options for the Web Service Connector. Siebel CRM Desktop supports the following subtags:

  • max_commands_per_batch. Defines the maximum number of commands that Siebel CRM Desktop can place in a single batch. If Siebel CRM Desktop cannot interpret the value of this tag 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 Siebel CRM 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>

Siebel CRM Desktop for Microsoft Outlook Administration Guide Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices.