Oracle Migration Tool On Demand Guide > Migrating Picklist Values > Migrating Picklist Values >

Extracting All Picklist Values for a Single Object


This topic describes how to extract all picklist values for a single object 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 all picklist values for an object:

migrationtool -u UserID -s ServerURL Read Picklist 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 picklists, 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 All Picklist Values for a Single Object

The following is an example of extracting all picklist values for the Account object:

migrationtool -u UserID -s ServerURL Read Picklist Account

NOTE:  Quotation marks are required only if the object name contains spaces.

Oracle Migration Tool On Demand Guide, Release 37 Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.