Extracting a Single Transition State or All Transition States for a Process

This topic describes how to extract a single transition state or all of the transition states for a process from the Oracle CRM On Demand server for your environment; that is, a customer test environment or production environment. The output from the extract is saved to a file and directory as follows:

.../repository/ProcessAdministrationTransitionState/RecordTypeTransitionState.xml

Syntax

The following is the syntax for using the Oracle Migration Tool On Demand client to extract a single transition state or all of the transition states for a process:

migrationtool -u UserID -s ServerURL Read ProcessAdministrationTransitionState SystemNameOfObject [ProcessName] [StateName]

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 transition state, for example, Account. The system names for the record types are listed in System Names for Record Types.

  • ProcessName is the name of the process that you want to extract.

  • StateName is the name of the transition state that you want to extract. If you do not specify a transition state, then all of the transition states for the specified process or record type are extracted.

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 Transition State

The following is an example of extracting a single transition state:

migrationtool -u UserID -s ServerURL Read ProcessAdministrationTransitionState Account "Account Process"
Active
Note: If the name of a record type, process, or transition state contains spaces or special characters, then the name must be enclosed with quotation marks.

Example of Extracting All Transition States for a Process

The following is an example of extracting all of the transition states for a process:

migrationtool -u UserID -s ServerURL Read ProcessAdministrationTransitionState Account "Account Process"
Note: If the name of a record type or process contains spaces or special characters, then the name must be enclosed with quotation marks.