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.

Arguments
Input 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 22 shows an example of arguments for a PSP procedure step named Keep Price, which calls the Conditional Action method.

Figure 22. Example of Arguments for Conditional Action Method

Siebel Order Management Infrastructure Guide Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.