Siebel Developer's Reference > User Properties > Business Component User Properties >

On Condition Set Field Value


This user property allows you to specify the value of a field to be set under a specified condition.

Value

The value for the On Condition Set Field Value user property consists of three quoted parameters (double quotation marks), separated by a comma and a space, as follows:

"Condition", "FieldName", "FieldValue"

Condition specifies the condition to be evaluated. FieldName specifies the name of the field on the business component. FieldValue specifies the value.

Usage

When the specified condition evaluates to TRUE, the specified field (FieldName) is set to the specified value (FieldValue).

For example:

"[Primary Held Position Id] is not null and [Primary Held Position Id] <> ""No Match Row Id""", "Employee Flag", "Y"

In this example, the Employee Flag field is set to Y when the condition is TRUE.

You can modify the value for this user property and create new instances of it. You can also inactivate this user property.

Parent Object Type

Business Component

Functional Area

CSSBCUser

Siebel Developer's Reference Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices.