Common Settings Tag of the Siebel Meta Information File

The common_settings tag does not contain tags. 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 if 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>