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

Object Element of the od_meta_info.xml File


You can use the object element to define an object type that Oracle CRM On Demand Desktop supports. Table 25 describes the tags that Oracle CRM On Demand Desktop supports.

Table 25. Tags of the Object Element of the od_meta_info.xml File
Element
Type
Description

EnableGetIDsBatching

Binary: yes or no

Allows or disallows you to obtain a batch of record Ids by using a single get command. The following values are valid:

  • False. Disallows you to obtain a batch of record Ids by using a single get command.
  • True. Allows you to obtain a batch of record Ids by using a single get command.

IntObjName

String

The name of the integration object that Oracle CRM On Demand Desktop uses for requests.

IsAssociation

Binary: yes or no

Indicates if this type of object is an association object.

IsCascadeDelete

Binary: yes or no

Not currently used.

IsTopLevel

Binary: yes or no

Indicates if a request for this type of object must be wrapped in a request for an object of some parent type.

Label

String

The label that Oracle CRM On Demand Desktop uses for this type of object in the user interface.

LabelPlural

String

The plural label that Oracle CRM On Demand Desktop uses for this type of object in the user interface.

SiebMsgXmlCollectionElemName

String

The name of the collection XML element that Oracle CRM On Demand Desktop uses in an Oracle CRM On Demand message.

SiebMsgXmlElemName

String

The name of the XML element that Oracle CRM On Demand Desktop uses in an Oracle CRM On Demand message.

SyncFrequency

Numeric

Identifies how often, Oracle CRM On Demand Desktop synchronizes the type, measured in seconds. For example, a setting of 30, sets the synchronization to take place every 30 seconds.

If you set SyncFrequency to 0, then Oracle CRM On Demand Desktop synchronizes the type during every synchronization session. If you enter a positive integer, then Oracle CRM On Demand Desktop queries the Oracle CRM On Demand server for the records of this type in the time interval you define, starting from the time when the type was last queried.

TypeId

String

Unique ID of this type of object.

UpsertBusObjCacheSize

Numeric

Request attribute that defines the preferred cache size for each upsert operation for each object type. Oracle CRM On Demand uses this information. The following values are valid:

  • 5. Default value for all types.
  • 0. Special value that you can use to resolve a problem that might exist with primaries.

ViewMode

String

Default ViewMode for this type of object.

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