Extracting a Single Sales Process

This topic describes how to extract a single sales process 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 process:

migrationtool -u UserID -s ServerURL Read SalesProcess BaseName

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 process.

    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 process.

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 Process

The following is an example of extracting a sales process named High Potential:

migrationtool -u UserID -s ServerURL Read SalesProcess "[High Potential]"