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