Extracting Modification Tracking Settings for a Single Object

This topic describes how to extract the modification tracking settings for a single object from the Oracle CRM On Demand server for your environment; that is, a customer test environment or production environment. The output from the extract is saved to a file and directory as follows:

.../repository/EnableModificationTracking/RecordType.xml

Syntax

The following is the syntax for using the Oracle Migration Tool On Demand client to extract the modification tracking settings for a single object:

migrationtool -u UserID -s ServerURL Read EnableModificationTracking SystemNameOfObject

where:

  • UserID is the user sign-in ID that has the appropriate privileges to run the Oracle Migration Tool On Demand client commands.

  • ServerURL is the URL for the Oracle CRM On Demand server where your company resides.

  • SystemNameOfObject is the system name of the object (record type) whose modification tracking settings you want to extract, for example, Account. The system names for the record types are listed in System Names for Record Types.

Note: The Oracle Migration Tool On Demand client requests your Oracle CRM On Demand password, which can be redirected (using the pipe command) to the client program from standard input; that is, from a file, from the command line, or from another program.

Example of Extracting Modification Tracking Settings for a Single Object

The following is an example of extracting the modification tracking settings for a single object:

migrationtool -u UserID -s ServerURL Read EnableModificationTracking Account
Note: If the object name contains spaces, then it must be enclosed with quotation marks.