RAD tab

The RAD tab defines the pre-RAD expressions, RAD calls, and post-RAD expressions that run as part of the Process.

The field descriptions for the RAD tab are:

Note These fields are repeated for each RAD application defined on this tab.

Field Name Description

Expressions evaluated before RAD call

pre.rad.expressions

Specify the expression to run prior to the RAD application defined in the RAD Application field. All parameter values passed to the RAD application must be in the form of variables or expressions. The variables must be assigned their values in the pre-RAD expressions; for example, $L.value.name="Test".

RAD Application

application

Specifies the name of the RAD application to run.

Condition

rad.condition

Specify under which circumstances the RAD application should be executed (condition evaluates to true) or skipped (condition evaluates to false).

Parameter Names

names

Specifies the parameter names passed to the RAD application

Parameter Values

values

Specifies the parameter values passed to the RAD application. These values must be in the form of variables or expressions. String values can be passed when enclosed in double quotes ( "Wizard Name").

Post RAD Expressions

post.rad.expressions

Specifies any RAD expression that will run after the RAD application completes.