Process Administration Transition States

In a process for a record type, administrators can set up a number of transition states. A transition state represents a state that a record enters when certain conditions are met. For more information about process administration transition states, see Oracle CRM On Demand Online Help.

The following table describes the Oracle Migration Tool On Demand client commands used with process administration transition states. These commands are case sensitive.

Table Commands Used with Process Administration Transition States in Oracle Migration Tool On Demand

Command Description

Delete ProcessAdministrationTransitionState SystemNameOfObject [ProcessName] StateName

The Delete ProcessAdministrationTransitionState command deletes a single transition state. When you delete a transition state, the field setup and related access control configurations for the transition state are also deleted. The parameters are as follows:

  • SystemNameOfObject is the system name of a record type. This parameter is optional if the name of the process is specified. If you do not specify a record type, then you must include an empty value for the SystemNameOfObject parameter. An empty value is specified as a set of double quotation marks (""). The system names for the record types are listed in System Names for Record Types.

  • ProcessName is the name of a process. This parameter is optional if the name of the record type is specified. If you do not specify a process name, then you must include an empty value for the ProcessName parameter.

  • StateName is the name of a transition state, which must be specified.

Read ProcessAdministrationTransitionState SystemNameOfObject [ProcessName] [StateName]

The Read ProcessAdministrationTransitionState command extracts a single transition state or all of the transition states for a process. The parameters are as follows:

  • SystemNameOfObject is the system name of a record type. This parameter is optional if the name of the process is specified. If you do not specify a record type, then you must include an empty value for the SystemNameOfObject parameter. An empty value is specified as a set of double quotation marks ("").

  • ProcessName is the name of a process. This parameter is optional if the name of the record type is specified. However, if you want to specify the name of a transition state in the command and you do not specify a process name, then you must include an empty value for the ProcessName parameter.

  • StateName is the name of a transition state. You can extract a single transition state by specifying the name of the transition state. If you do not specify a transition state, then all of the transition states for the specified process or record type are extracted.

ReadAll ProcessAdministrationTransitionState

The ReadAll ProcessAdministrationTransitionState command extracts all of the transition states for all record types.

Upsert ProcessAdministrationTransitionState TransitionStateXML

The Upsert ProcessAdministrationTransitionState command updates or inserts a transition state.