Extracting a Single Sales Stage

This topic describes how to extract a single sales stage from your Oracle CRM On Demand environment.

Syntax

The following is the syntax for using the Oracle Migration Tool On Demand client to extract a sales stage:

migrationtool -u UserID -s ServerURL Read SalesStage BaseName SalesProcessBaseName

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.

  • BaseName is the language-independent name of the sales stage.

    If the language-independent name of the sales stage contains any spaces or special characters, such as brackets, then it must be enclosed with quotation marks.

  • SalesProcessBaseName is the language-independent name of the sales process that the sales stage is associated with.

    If the language-independent name of the sales process contains any spaces or special characters, such as brackets, then it must be enclosed with quotation marks.

The output XML file is named with the language-independent name of the sales stage, and it is saved in the following directory:

...\repository\SalesStage\SalesProcessBaseName
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 a Single Sales Stage

The following is an example of extracting a sales stage named Short List:

migrationtool -u UserID -s ServerURL Read SalesStage "Short List" "[High Potential]"