Extracting All Lists for a Single Object

This topic describes how to extract all of the custom lists for a single object (record type) from your Oracle CRM On Demand environment.

Syntax

The following is the syntax for using the Oracle Migration Tool On Demand client to extract all of the custom lists for a single object:

migrationtool -u UserID -s ServerURL Read List 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) for which you want to extract the custom lists, 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.

The lists returned can include private lists with the same name, but created by different users, and role-specific lists with the same name, but for different roles.

Example of Extracting all Lists for a Single Object

The following is an example of extracting all of the custom lists for the Account record type:

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