You are here:
Action Sub Elements
Action Sub-elements are available for use with the <Action> element.
The table lists all sub elements of an Action element.
| Sub Element | Description | Example |
|---|---|---|
| Parameters | Pass parameters for an action by using the Parameters element. Applicable for action types such as LOGIC, LOAD, PROCESS, PRINT, and CREATE. | |
| Processes | A special type of Parameter element that contains navigation information to other PROCESSES. Applicable only for the NAVIGATION action type. | |
| Return | Describes the information returned to a certain action. Applicable for action types such as LOGIC, LOAD, CREATE, and PROCESS. | |
| ReturnValues | Describes the data returned by an action. Applicable for the PROCESS and END action types. | |
| TransitionTo | Specifies a followup to another action. Applicable with the LOGIC, LOAD, CREATE, SAVE, PROCESS, VALIDATION, and MASTER_DETAIL_HANDLER action types. | |
| Case | Evaluates a parameter and takes actions based on its value. | |
| ParameterizedInputs | Defines options for the Print action. Creates a list of parameter-value pairs that are used for multiple printouts with the same base parameter set. One parameter acts as the controller defined by using the parameterType attribute. The dependent parameter is linked to the controlling parameter defined by using the dependentType attribute. | |

