Extracting a Single Customized Record Type
This topic describes how to extract a single customized record type from your Oracle CRM On Demand server for your environment (customer test environment or production).
Syntax
The following is the syntax for using the Oracle Migration Tool On Demand client to extract a single customized record type:
migrationtool -u UserID -s ServerURL Read CustomRecordType 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) that you want to extract, for example, Account. The system names for the record types are listed in System Names for Record Types.
Example of Extracting a Single Customized Record Type
The following is an example of extracting the customized record type for which the system name is Account:
migrationtool -u UserID -s ServerURL Read CustomRecordType Account