Siebel Order Management Infrastructure Guide > PSP Engine > Row Set Transformation Toolkit Methods >

Conditional Action Method


The Conditional Action method evaluates one or more Boolean expression for each row in the row set and performs actions on the row based on whether the conditions are true. See Table 11 for further description.

Arguments
Table 11. Conditional Action Method Arguments
Argument
Description

Context

Optional. Property set of variables shared across all rows.

Row Set

The set of rows to process.

Output Row Set

Optional. The property set used for output.

Process Condition

A Boolean condition that is evaluated to determine whether to process each row.

Condition [1..10]

Optional. Boolean expressions that must be satisfied to initiate corresponding actions. Executed like an If...Else If...Else If...Else statement.

On True [1..10]_[1..10]

Actions to perform if the corresponding condition is true.

On Default [1..10]

Actions to perform if none of the conditions is true.

Example

Figure 21 shows an example of arguments for a PSP procedure step named Keep Price, which calls the Conditional Action method.

Figure 21. Example of Arguments for Conditional Action Method
Click for full size image

Siebel Order Management Infrastructure Guide Copyright © 2006, Oracle. All rights reserved.